1
0
mirror of https://github.com/CovidBraceletPrj/CovidBracelet.git synced 2024-06-08 13:47:53 +02:00
CovidBracelet/zephyr/nrf52840_mdk.overlay

15 lines
194 B
Plaintext
Raw Normal View History

/ {
buttons {
compatible = "gpio-keys";
button1: button_1 {
gpios = <&gpio0 15 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>;
label = "button1";
};
};
aliases {
sw1 = &button1;
};
};