Removed debugging Serial.println statement
This commit is contained in:
parent
e7efa2d957
commit
8df64cb583
@ -69,7 +69,6 @@ PowerInfo SAB::getPowerInfo(const unsigned char nbOfMeasures) const
|
||||
for(;i < nbOfMeasures;i++)
|
||||
{
|
||||
temp = analogRead(ADC);
|
||||
Serial.println(temp);
|
||||
batteryMeasures += temp;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user