zephyr/samples/boards/bbc_microbit
Kumar Gala 0f25daa8fe samples: bbc_microbit: line_follower_robot: Convert to use DEVICE_DT_GET
Move to use DEVICE_DT_GET instead of device_get_binding as
we work on phasing out use of DTS 'label' property.

The I2C & GPIO devices are not represnted in devicetree and thus we
aren't converting this sample over to i2c_dt_spec or gpio_dt_spec.

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-07-07 10:02:12 +02:00
..
display samples: migrate includes to contain <zephyr/...> prefix 2022-05-06 11:29:59 +02:00
line_follower_robot samples: bbc_microbit: line_follower_robot: Convert to use DEVICE_DT_GET 2022-07-07 10:02:12 +02:00
pong samples: bbc_microbit: pong: Convert to use DEVICE_DT_GET 2022-07-07 10:02:12 +02:00
sound samples: bbc_microbit: sound: Convert to use DEVICE_DT_GET_ONE 2022-07-07 10:02:12 +02:00
microbit.rst