ESP8266TimerInterrupt

This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board.

Author
Khoi Hoang
Website
https://github.com/khoih-prog/ESP8266TimerInterrupt
Category
Device Control
License
MIT
Library Type
Contributed
Architectures
esp8266

These ESP8266 Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.

Downloads

Filename Release Date File Size
ESP8266TimerInterrupt-1.6.0.zip 2022-03-13 57.86 KiB
ESP8266TimerInterrupt-1.5.0.zip 2022-01-19 51.26 KiB
ESP8266TimerInterrupt-1.4.1.zip 2021-11-23 68.93 KiB
ESP8266TimerInterrupt-1.4.0.zip 2021-06-01 94.04 KiB
ESP8266TimerInterrupt-1.3.0.zip 2021-05-18 83.08 KiB
ESP8266TimerInterrupt-1.2.0.zip 2021-01-09 82.38 KiB
ESP8266TimerInterrupt-1.1.1.zip 2020-12-06 74.16 KiB
ESP8266TimerInterrupt-1.1.0.zip 2020-10-28 70.17 KiB
ESP8266TimerInterrupt-1.0.3.zip 2020-05-17 49.18 KiB
ESP8266TimerInterrupt-1.0.2.zip 2019-11-28 35.23 KiB