We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e82d406 commit f6169edCopy full SHA for f6169ed
boards/aithinker/ai_wb2_12f/ai_wb2_12f.dts
@@ -34,25 +34,26 @@
34
compatible = "gpio-leds";
35
36
blue_led: led_0 {
37
- gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>;
+ gpios = <&gpio0 3 GPIO_ACTIVE_HIGH>;
38
label = "Blue - LED0";
39
};
40
41
green_led: led_1 {
42
- gpios = <&gpio0 17 GPIO_ACTIVE_HIGH>;
+ gpios = <&gpio0 17 GPIO_ACTIVE_HIGH>;
43
label = "Green - LED1";
44
45
46
red_led: led_2 {
47
- gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
+ gpios = <&gpio0 14 GPIO_ACTIVE_HIGH>;
48
label = "Red - LED2";
49
50
51
52
buttons {
53
compatible = "gpio-keys";
54
+
55
button_0: sw0 {
- gpios = <&gpio0 8 (GPIO_ACTIVE_HIGH)>;
56
+ gpios = <&gpio0 8 GPIO_ACTIVE_HIGH>;
57
zephyr,code = <INPUT_KEY_0>;
58
59
0 commit comments