From b29749cf514cbc08aa8b9fdcc83ef6104c95260a Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Thu, 8 Sep 2022 22:23:24 -0400 Subject: [PATCH] removed b printout --- cubesatsim/cubesatsim.ino | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index 827fafa6..c8643a51 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -1377,7 +1377,7 @@ void write_wave(int i, byte *buffer) Serial.println(millis()); } } - Serial.printf(" b: %d ", buffer[ctr - 1]); +// Serial.printf(" b: %d ", buffer[ctr - 1]); } @@ -3490,13 +3490,13 @@ bool TimerHandler0(struct repeating_timer *t) { // Serial.print("\nR"); // Serial.print(" "); // Serial.println(millis()); -/**/ +/**/ if ((micros() - micro_timer)/bufLen > 835) { if (bufLen != 0) { Serial.print("R Microseconds: "); Serial.println((float)(micros() - micro_timer)/(float)bufLen); } - } + } micro_timer = micros(); /**/ } else {