Update cubesatsim.ino

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

@ -2240,7 +2240,7 @@ void pwm_interrupt_handler() {
// Serial.println(wav_position);
if (wav_position++ > BUFFER_SIZE) { // 300) {
wav_position = wav_position - BUFFER_SIZE;
Serial.print("R");
// Serial.print("R");
}
}
@ -2294,7 +2294,7 @@ void loop1() {
if (wav_position++ > BUFFER_SIZE) { // 300) {
wav_position = wav_position - BUFFER_SIZE;
// Serial.print("R");
Serial.print("R");
}
}
delay(5); //2 1);

Loading…
Cancel
Save

Powered by TurnKey Linux.