flexitimer2
flexitimer2 copied to clipboard
Arduino library to use timer 2 with a configurable resolution. Based on MsTimer2 by Javier Valencia. Written for the project associated with the "Mobile & Pervasive Computing" course at Hasselt Univer...
Hey, great library. Any chance of getting an update for the Nano Every. We are trying to do PWM on a digital pin (A1) and while the AnyPWM code works...
can u use 2 timer for multiple functions. for example blink1- 1000 ms blink 2 - 5000 ms thanks
I'd like to send in PR's, but I'd need some pointers to get started: why doesn't it work on the Due?
AFmotor (DCmotor, set, run) does not work when flexitimer is activated. Are they using same counters or IRQ?
Hi, The interrupt seems to be triggered immediately after start() is called. My work around is to have add a global volatile bool isResetting=false; Then in start() set isResetting=true; and...