Releases: khoih-prog/SmallProjects
Release 1.0.2 to add STM32_LAN8720 examples
Release v1.0.2
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.
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
.