checked buton 2 connection

This commit is contained in:
Pierre
2020-10-20 22:17:02 -06:00
parent f5a48c3356
commit d37a3ae640
+1 -1
View File
@@ -40,7 +40,7 @@
*------------------------------------------------------------------*/
#define BUTTONS_NUMBER 2 // none connected at all
#define BUTTON_1 _PINNUM(0, 18) // unusable: RESET
#define BUTTON_2 _PINNUM(1, 1) // no connection
#define BUTTON_2 _PINNUM(1, 1) // no connection on E73-2G4M08S1C Module
#define BUTTON_PULL NRF_GPIO_PIN_PULLUP
//--------------------------------------------------------------------+