You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,8 @@
3
3
Simple *non-blocking* timer library for calling functions **in / at / every** specified units of time. Supports millis, micros, time rollover, and compile-time configurable number of timers.
4
4
5
5
This library was inspired by [Michael Contreras' arduino-timer library](https://github.com/contrem/arduino-timer), but has been rewritten to make use of 'modern C++' types and
6
-
functionality. As a result this library requires that the Arduino IDE toolchain be manually configured for "gnu++17" mode.
6
+
functionality. As a result this library requires that the Arduino IDE toolchain be manually configured for "gnu++17" mode. As of the 1.8.13 version of the Arduino IDE this has
7
+
only been tested with the SAMD-based boards; the toolchain for the MegaAVR-based boards does not provide the C++ standard library so this timer library cannot be used there.
0 commit comments