Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.

Version v1.0.1 add more projects

Compare
Choose a tag to compare
@khoih-prog khoih-prog released this 29 Jan 23:04
· 30 commits to master since this release
ce99573

Release v1.0.1

Release v1.0.1 of sample codes add these projects

  1. MasterController
  2. SmartFarm_DeepSleep
  3. AutoReConnect

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:

  1. TimerInterrupt Library v1.0.2 for Arduino (Mega, UNO, Nano, etc. ) boards @ https://github.com/khoih-prog/TimerInterrupt

  2. ESP8266TimerInterrupt Library v1.0.2 for ESP8266 boards @ https://github.com/khoih-prog/ESP8266TimerInterrupt

  3. 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.