diff options
author | Ta180m | 2020-02-19 16:22:23 -0600 |
---|---|---|
committer | Ta180m | 2020-02-19 16:22:23 -0600 |
commit | 1a090a4063beac5be0fbf1891e554bcb5dd373d2 (patch) | |
tree | bc4fc127c9057415bfbb1949db131f5636214890 | |
parent | eb796291e37afcf70b6d0e507cade6d0b1865847 (diff) |
Update Detector_Building.ino
-rw-r--r-- | Detector_Building/Detector_Building.ino | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Detector_Building/Detector_Building.ino b/Detector_Building/Detector_Building.ino index 4826f18..5081381 100644 --- a/Detector_Building/Detector_Building.ino +++ b/Detector_Building/Detector_Building.ino @@ -98,7 +98,7 @@ void setup() { calculate(); // Debug stuff - for (int i = 0; i < n; i++) { + /*for (int i = 0; i < n; i++) { Serial.print(V[i]); Serial.print(" "); Serial.print(T[i]); @@ -117,7 +117,7 @@ void setup() { Serial.print(" C: "); Serial.print(C[i], 12); Serial.println(); - } + }*/ } @@ -185,12 +185,12 @@ void loop() { //Serial.print(F); // Debug stuff - Serial.print(" Segment lower bound: "); + /*Serial.print(" Segment lower bound: "); Serial.print(V_mid[s]); Serial.print(" Segment upper bound: "); Serial.print(V_mid[s + 1]); - Serial.println(); + Serial.println();*/ delay(500); return; } |