Arduino: separated interrupt callbacks
Java: fixed TC
This commit is contained in:
parent
17e50573d6
commit
15555ea7eb
5 changed files with 34 additions and 30 deletions
|
|
@ -61,7 +61,7 @@ void setup()
|
|||
#endif
|
||||
|
||||
DEBUG("Setup INTERRUPT");
|
||||
Interrupt::setCallback(timerInterruptFunc);
|
||||
Interrupt::setWatchDogCallback(timerInterruptFunc);
|
||||
Interrupt::setupWatchDogInterrupt(TIMER_MILLISECOND); // one minute scheduled interrupt
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue