/runTimer

Library for single timers, interval timers and counters - Arduino framework

Primary LanguageC++OtherNOASSERTION

Arduino Lint

runTimer

Library for single timers, interval timers and counters - Arduino framework

Minimalistic library for having one or more timers (single-shot or interval) for running in the Arduino loop() function, based on the millis() value.