removed b printout

pull/207/head
alanbjohnston 3 years ago committed by GitHub
parent 5060aa3cf6
commit b29749cf51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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 {

Loading…
Cancel
Save

Powered by TurnKey Linux.