Skip to content

Commit a5523b0

Browse files
authored
Fix/rak3401 button (#9668)
1 parent af518fb commit a5523b0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

variants/nrf52840/rak3401_1watt/variant.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,12 @@ extern "C" {
5252

5353
#define LED_STATE_ON 1 // State when LED is litted
5454

55+
/*
56+
* Buttons
57+
*/
58+
#define PIN_BUTTON1 (9)
59+
#define BUTTON_NEED_PULLUP
60+
5561
/*
5662
* Analog pins
5763
*/

0 commit comments

Comments
 (0)