Corrected a typo in a comment
This commit is contained in:
parent
f794ad4ee1
commit
8409be43e7
@ -14,7 +14,7 @@ uint8_t WSPeripherals::init()
|
|||||||
pinMode(_boardConfig.BATVSensEnable, OUTPUT);
|
pinMode(_boardConfig.BATVSensEnable, OUTPUT);
|
||||||
digitalWrite(_boardConfig.BATVSensEnable, LOW);
|
digitalWrite(_boardConfig.BATVSensEnable, LOW);
|
||||||
|
|
||||||
//Unused pins are set as inputs with internal pullup inable to reduce power consumption during sleep
|
//Unused pins are set as inputs with internal pullup enabled to reduce power consumption during sleep
|
||||||
pinMode(0,INPUT_PULLUP);
|
pinMode(0,INPUT_PULLUP);
|
||||||
//pinMode(1,INPUT_PULLUP); TX pin for serial
|
//pinMode(1,INPUT_PULLUP); TX pin for serial
|
||||||
pinMode(6,INPUT_PULLUP);
|
pinMode(6,INPUT_PULLUP);
|
||||||
|
Loading…
Reference in New Issue
Block a user