Update cubesatsim.ino

pull/169/head
alanbjohnston 3 years ago committed by GitHub
parent 258813ee1b
commit 89ae545ed1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2285,7 +2285,7 @@ void start_pwm() {
Serial.print(" ");
Serial.print(pwm_gpio_to_slice_num(BPSK_PWM_B_PIN));
Serial.print(" ");
Serial.print(pwm_gpio_to_channel(BPSK_PWM_V_PIN));
Serial.print(pwm_gpio_to_channel(BPSK_PWM_B_PIN));
Serial.println(" ");
/*
// Setup PWM interrupt to fire when PWM cycle is complete

Loading…
Cancel
Save

Powered by TurnKey Linux.