Selaa lähdekoodia

Fix IntervalTimer on Teensy 3.5

main
PaulStoffregen 7 vuotta sitten
vanhempi
commit
afbfd3b298
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. +1
    -0
      teensy3/IntervalTimer.cpp

+ 1
- 0
teensy3/IntervalTimer.cpp Näytä tiedosto

@@ -50,6 +50,7 @@ bool IntervalTimer::beginCycles(void (*funct)(), uint32_t cycles)
channel->TFLG = 1;
} else {
SIM_SCGC6 |= SIM_SCGC6_PIT;
__asm__ volatile("nop"); // solves timing problem on Teensy 3.5
PIT_MCR = 1;
channel = KINETISK_PIT_CHANNELS;
while (1) {

Loading…
Peruuta
Tallenna