-
Notifications
You must be signed in to change notification settings - Fork 1
missing header #2
Comments
Hi @toniMephis Thanks for your interest in the library and spotting my mistake in using the wrong name for the file. To fix now, please install the SAMD_TimerInterrupt library from Arduino Library Manager I'll release a new version to fix this issue shortly. Regards, |
Ì pulled TimerInterrupt_Generic_Debug.h from repository SAMD_TimerInterrupt. It compiles now. However I slightly worry about the warnings "using SAMD hardware timer" and "CHANGING_PWM_END_OF_CYCLE == true" |
Just informational warnings for debugging purpose. Don't care about them. |
works perfectly. GREAT! |
Can you put something into an example or the readme about how to stop the PWM cleanly? Am I guessing right with detachInterrupt ??? |
Hi @toniMephis The new SAMD_Slow_PWM releases v1.2.2 has just been published. Your contribution is noted in Contributions and Thanks Best Regards, Releases v1.2.2
|
Arduino IDE version: 1.8.19 (Windows 1.8.57.0)
Arduino SAMD Core Version 1.8.12
ARDUINO_SAMD_MKRWIFI1010
OS: Windows10
Context:
I encountered an error while compiling SAMD_Slow_PWM.
"
In file included from ...\Arduino\libraries\SAMD_Slow_PWM\src/SAMD_Slow_PWM.h:30:0,
...\Arduino\libraries\SAMD_Slow_PWM\src/SAMD_Slow_PWM.hpp:138:10: fatal error: TimerInterrupt_Generic_Debug.h: No such file or directory
#include "TimerInterrupt_Generic_Debug.h"
compilation terminated.
"
The text was updated successfully, but these errors were encountered: