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 7d76c82 commit d7af151Copy full SHA for d7af151
src/boards/holyiot_nrf52840/board.h
@@ -40,8 +40,8 @@
40
*------------------------------------------------------------------*/
41
#define BUTTONS_NUMBER 2
42
43
-#define BUTTON_1 _PINNUM(1, 10)
44
-#define BUTTON_2 _PINNUM(1, 11)
+#define BUTTON_1 _PINNUM(0, 11)
+#define BUTTON_2 _PINNUM(0, 12)
45
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
46
47
//--------------------------------------------------------------------+
0 commit comments