Elassandra = Elasticsearch + Apache Cassandra
-
Updated
Sep 1, 2020 - Java
{{ message }}
Elassandra = Elasticsearch + Apache Cassandra
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.
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 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.
This library enables you to use `1 Hardware Timer` on an ESP32-based board to control up to `16 independent servo motors`.
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 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.
ISR-based projects demonstrate how to use ESP8266TimerInterrupt, ESP32TimerInterrupt and TimerInterrupt Library
This library enables you to use 1 Hardware Timer on an ESP8266-based board to control up to 16 servo motors.
Add a description, image, and links to the mission-critical topic page so that developers can more easily learn about it.
To associate your repository with the mission-critical topic, visit your repo's landing page and select "manage topics."