Update cubesatsim.ino

pull/153/head
alanbjohnston 4 years ago committed by GitHub
parent dd46116e20
commit 87059e60de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -974,7 +974,9 @@ void write_wave(int i, short int *buffer)
// Serial.print(" "); // Serial.print(" ");
if (ctr > BUFFER_SIZE) { if (ctr > BUFFER_SIZE) {
ctr = ctr - BUFFER_SIZE; ctr = ctr - BUFFER_SIZE;
Serial.println("r"); Serial.print("r");
Serial.print(" ");
Serial.println(millis());
} }
} }
else else
@ -2295,7 +2297,8 @@ void loop1() {
if (wav_position++ > BUFFER_SIZE) { // 300) { if (wav_position++ > BUFFER_SIZE) { // 300) {
wav_position = wav_position - BUFFER_SIZE; wav_position = wav_position - BUFFER_SIZE;
Serial.print("R"); Serial.print("R");
} Serial.print(" ");
Serial.println(millis()); }
} }
delay(5); //2 1); delay(5); //2 1);
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.