Update cubesatsim.ino

pull/167/head
alanbjohnston 4 years ago committed by GitHub
parent e9b217cb2b
commit 90fb90dfc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2795,6 +2795,7 @@ void start_isr() {
pinMode(BPSK_CONTROL_A, OUTPUT);
pinMode(BPSK_CONTROL_B, OUTPUT);
if (ITimer0.attachInterruptInterval(804, TimerHandler0))
if (ITimer0.attachInterruptInterval(833, TimerHandler0))
// if (ITimer0.attachInterruptInterval(1667, TimerHandler0))
{

Loading…
Cancel
Save

Powered by TurnKey Linux.