Update cubesatsim.ino

pull/161/head
alanbjohnston 4 years ago committed by GitHub
parent 945a9a8538
commit e4f05daf8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2731,6 +2731,8 @@ bool TimerHandler0(struct repeating_timer *t) {
}
void start_isr() {
RPI_PICO_Timer ITimer0(0);
if (ITimer0.attachInterruptInterval(833, TimerHandler0))
{

Loading…
Cancel
Save

Powered by TurnKey Linux.