This repository has been archived by the owner on Mar 14, 2023. It is now read-only.
Version v1.0.1 add more projects
Release v1.0.1
Release v1.0.1 of sample codes add these projects
Initial Release v1.0.0
Initial v1.0.0 release of sample codes to demonstrate the usage of ISR-based timers, designed for Arduino (Mega, Nano, UNO, etc.), ESP8266 and ESP32-based boards, by using these Hardware Timers libraries:
-
TimerInterrupt Library v1.0.2 for Arduino (Mega, UNO, Nano, etc. ) boards @ https://github.com/khoih-prog/TimerInterrupt
-
ESP8266TimerInterrupt Library v1.0.2 for ESP8266 boards @ https://github.com/khoih-prog/ESP8266TimerInterrupt
-
ESP32TimerInterrupt Library v1.0.2 for ESP8266 boards @ https://github.com/khoih-prog/ESP32TimerInterrupt
The corresponding codes using Software Timers are also included to help understand the steps taken in order to convert those codes to be ISR-based.