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 58824fb commit 76f9e7aCopy full SHA for 76f9e7a
app/boards/nucleo_f413zh.overlay
@@ -12,7 +12,7 @@
12
/ {
13
example_sensor: example-sensor {
14
compatible = "zephyr,example-sensor";
15
- input-gpios = <&gpioc 13 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
+ input-gpios = <&gpioc 13 (GPIO_ACTIVE_HIGH)>;
16
};
17
18
blink_led: blink-led {
0 commit comments