Skip to content
#

timers

Here are 465 public repositories matching this topic...

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…

  • Updated Dec 21, 2022
  • C++

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 tas…

  • Updated Dec 21, 2022
  • C++

This library enables you to use Interrupt from Hardware Timers on RP2040-based boards such as RASPBERRY_PI_PICO. These RPI_PICO_TimerInterrupt 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 m…

  • Updated Dec 5, 2022
  • C++

🔥🔥🔥🔥🔥 SCALE: The Open Source Alternative to Monday.com, Asana, JIRA, Linear, Basecamp. SCALE is an AI-powered work, project, and task management platform tailored for simplicity and efficiency, providing an open-source solution for teams looking to streamline their workflow.

  • Updated Nov 13, 2024
  • JavaScript

Improve this page

Add a description, image, and links to the timers topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the timers topic, visit your repo's landing page and select "manage topics."

Learn more