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 3512f27 commit 2aad7beCopy full SHA for 2aad7be
src/boards/bast_ble/board.h
@@ -36,8 +36,9 @@
36
/*------------------------------------------------------------------*/
37
/* BUTTON
38
*------------------------------------------------------------------*/
39
-#define BUTTONS_NUMBER 1
+#define BUTTONS_NUMBER 2
40
#define BUTTON_1 _PINNUM(0, 05)
41
+#define BUTTON_2 _PINNUM(0, 10)
42
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
43
44
//--------------------------------------------------------------------+
0 commit comments