millis topic

List millis repositories

ESP32TimerInterrupt

173
Stars
27
Forks
Watchers

This library enables you to use Interrupt from Hardware Timers on an ESP32-based board. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong...

ESP8266TimerInterrupt

96
Stars
25
Forks
Watchers

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 (ulo...

TimerInterrupt

96
Stars
11
Forks
Watchers

This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, etc. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval...

ESP32_ISR_Servo

28
Stars
8
Forks
Watchers

This library enables you to use 1 Hardware Timer on ESP32-based board to control 16 or more servo motors. Now supporting ESP32, ESP32_S2, ESP32_S3, ESP32_C3-based boards. Tested OK with ESP32 core v2....

ptScheduler

21
Stars
2
Forks
Watchers

Pretty tiny Scheduler or ptScheduler is an Arduino library for writing non-blocking periodic tasks easily.