fix(nrf52840_m2): remove gpio button as it's NOT universal
This commit is contained in:
parent
b5013c7dc7
commit
2b09576d67
1 changed files with 0 additions and 9 deletions
|
@ -48,15 +48,6 @@
|
||||||
label = "Blue PWM LED";
|
label = "Blue PWM LED";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
buttons {
|
|
||||||
compatible = "gpio-keys";
|
|
||||||
button0: button_0 {
|
|
||||||
gpios = <&gpio0 19 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>;
|
|
||||||
label = "Push button";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
||||||
&adc {
|
&adc {
|
||||||
|
|
Loading…
Add table
Reference in a new issue