Update cubesatsim.ino

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

@ -2064,7 +2064,7 @@ void pwm_interrupt_handler() {
}
}
pwm_set_gpio_level(AUDIO_OUT_PIN, pwm_value);
Serial.printl("wav_position: ");
Serial.println("wav_position: ");
Serial.println(wav_position);
if (wav_position++ > 300) {
wav_position = 0;

Loading…
Cancel
Save

Powered by TurnKey Linux.