You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
Hello...
Just entering include line in sketch #include <TimerInterrupt.h> the compiling is not possible for leonardo board
compile give: /home/slavko/Arduino/libraries/TimerInterrupt-master/src/TimerInterrupt-Impl.h: In member function 'void TimerInterrupt::resumeTimer()': /home/slavko/Arduino/libraries/TimerInterrupt-master/src/TimerInterrupt-Impl.h:599:3: error: 'else' without a previous 'if' else if (_timer == 1) ^~~~ exit status 1 Error compiling for board Arduino Leonardo.
The text was updated successfully, but these errors were encountered:
Sorry this library now does not support Arduino Leonardo board.
I'll try to release a new version to add support to Arduino Leonardo board within several days.
Hello...
Just entering include line in sketch #include <TimerInterrupt.h> the compiling is not possible for leonardo board
compile give:
/home/slavko/Arduino/libraries/TimerInterrupt-master/src/TimerInterrupt-Impl.h: In member function 'void TimerInterrupt::resumeTimer()': /home/slavko/Arduino/libraries/TimerInterrupt-master/src/TimerInterrupt-Impl.h:599:3: error: 'else' without a previous 'if' else if (_timer == 1) ^~~~ exit status 1 Error compiling for board Arduino Leonardo.
The text was updated successfully, but these errors were encountered: