This commit is contained in:
2025-06-29 16:16:13 +02:00
parent 4e87357519
commit ab6954902a
3 changed files with 42 additions and 4 deletions

View File

@@ -25,9 +25,18 @@
aliases {
sw0 = &user_button1;
led0 = &green_led;
watchdog0 = &wdt0;
};
leds: leds {
compatible = "gpio-leds";
green_led: led_0 {
gpios = <&gpio0 13 GPIO_ACTIVE_LOW>;
label = "User LED1";
};
};
gpio_keys {
compatible = "gpio-keys";
user_button1: button_1 {
@@ -71,6 +80,10 @@
status = "okay";
};
&usb_serial {
status = "okay";
};
&wifi {
status = "okay";
};