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

@ -2732,6 +2732,8 @@ bool TimerHandler0(struct repeating_timer *t) {
void start_isr() { void start_isr() {
RPI_PICO_Timer ITimer0(0);
if (ITimer0.attachInterruptInterval(833, TimerHandler0)) if (ITimer0.attachInterruptInterval(833, TimerHandler0))
{ {
Serial.print(F("Starting ITimer0 OK, micros() = ")); Serial.println(micros()); Serial.print(F("Starting ITimer0 OK, micros() = ")); Serial.println(micros());

Loading…
Cancel
Save

Powered by TurnKey Linux.