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 f5a48c3 commit d37a3aeCopy full SHA for d37a3ae
src/boards/bluemicro/board.h
@@ -40,7 +40,7 @@
40
*------------------------------------------------------------------*/
41
#define BUTTONS_NUMBER 2 // none connected at all
42
#define BUTTON_1 _PINNUM(0, 18) // unusable: RESET
43
-#define BUTTON_2 _PINNUM(1, 1) // no connection
+#define BUTTON_2 _PINNUM(1, 1) // no connection on E73-2G4M08S1C Module
44
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
45
46
//--------------------------------------------------------------------+
0 commit comments