ESP8266TimerInterrupt

ESP8266TimerInterrupt

khoih-prog

This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board. 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.

103 Stars
29 Forks
103 Watchers
C++ Language
mit License
Cost to Build
$22.7K
Market Value
$58.9K

Growth over time

7 data points  ·  2021-08-01 → 2025-08-01
Stars Forks Watchers
💬

How do you feel about this project?

Ask AI about ESP8266TimerInterrupt

Question copied to clipboard

What is the khoih-prog/ESP8266TimerInterrupt GitHub project? Description: "This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board. 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.". Written in C++. Explain what it does, its main use cases, key features, and who would benefit from using it.

Question is copied to clipboard — paste it after the AI opens.

How to clone ESP8266TimerInterrupt

Clone via HTTPS

git clone https://github.com/khoih-prog/ESP8266TimerInterrupt.git

Clone via SSH

[email protected]:khoih-prog/ESP8266TimerInterrupt.git

Download ZIP

Download master.zip

Found an issue?

Report bugs or request features on the ESP8266TimerInterrupt issue tracker:

Open GitHub Issues