Set mode correctly for battery voltage input

This commit is contained in:
Josh Stewart 2015-08-17 22:33:29 +10:00
parent 7ac1368f69
commit 406071d81f
1 changed files with 1 additions and 0 deletions

View File

@ -206,6 +206,7 @@ void setPinMapping(byte boardID)
pinMode(pinTPS, INPUT);
pinMode(pinIAT, INPUT);
pinMode(pinCLT, INPUT);
pinMode(pinBat, INPUT);
//
digitalWrite(pinMAP, HIGH);