From 8df64cb583c82142bd4dbf292eee4b8941fa24b1 Mon Sep 17 00:00:00 2001 From: anschrammh Date: Sat, 16 Mar 2019 19:49:39 +0100 Subject: [PATCH] Removed debugging Serial.println statement --- src/app/SAB.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/SAB.cpp b/src/app/SAB.cpp index f735c62..74744f9 100644 --- a/src/app/SAB.cpp +++ b/src/app/SAB.cpp @@ -69,7 +69,6 @@ PowerInfo SAB::getPowerInfo(const unsigned char nbOfMeasures) const for(;i < nbOfMeasures;i++) { temp = analogRead(ADC); - Serial.println(temp); batteryMeasures += temp; }