Repository navigation

#

timers

A Node metrics library for measuring and reporting application-level metrics, inspired by Coda Hale, Yammer Inc's Dropwizard Metrics Libraries

JavaScript
517
5 年前
Vue
373
6 个月前

Flex on people with this swanky, lightning-quick gym tracker! 💪

Dart
265
4 天前

WS2811, WS2812, WS2812B or compatible leds driver with STM32, TIM, PWM and DMA with minimum RAM required

C
256
5 个月前

A hierarchical timer wheel, for implementing timed event queues

C++
210
1 年前

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.

C++
193
3 年前

A timer plugin for nosetests (how much time does every test take?)

Python
127
1 年前

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.

C++
103
3 年前

Time(ing) library (Instant/Duration/Clock/Timer/Period/Frequency) for bare-metal embedded systems

Rust
94
4 年前
TypeScript
69
6 个月前

A bash script to easily create, delete, & manage Systemd Timers.

Shell
46
6 年前

Nomns' Parser for Project1999

Python
45
1 年前

Multiple timers manager, especially good for games

JavaScript
44
9 年前

Easily power on/off any kind of device based on a schedule that you can easily create at the node-red-dashboard frontend.

JavaScript
39
5 个月前

A library of React hooks to manage counters, timers and stopwatches.

TypeScript
37
1 年前
JavaScript
36
2 年前

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

C++
36
3 年前