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

Releases: khoih-prog/SmallProjects

Release 1.0.2 to add STM32_LAN8720 examples

09 Apr 20:36
f583868
Compare
Choose a tag to compare

Version v1.0.1 add more projects

29 Jan 23:04
ce99573
Compare
Choose a tag to compare

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.

Initial Release v1.0.0

02 Dec 08:21
51aa0bd
Compare
Choose a tag to compare

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.