Rework the button sample to use the input subsystem for the button and LED subsystem for the LED. This is a better representation of how a button and LED should be controlled in Zephyr. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
8 lines
136 B
YAML
8 lines
136 B
YAML
sample:
|
|
name: Button Sample
|
|
tests:
|
|
sample.basic.button:
|
|
integration_platforms:
|
|
- nrf52833dk/nrf52820
|
|
build_only: true
|