zephyr/samples/basic/blinky/src
Martí Bolívar efc0e75463 samples: blinky: use a gpio_dt_spec
Using a gpio_dt_spec is the current best practice for getting at pins
defined in the DT, because it gets all the boilerplate and flags right
for you. Use that in blinky, keeping the documentation in sync with
the code.

Signed-off-by: Martí Bolívar <marti.bolivar@nordicsemi.no>
2022-02-04 11:20:46 +01:00
..
main.c samples: blinky: use a gpio_dt_spec 2022-02-04 11:20:46 +01:00