Timing
Allows use of the ARM Cortex-M0 TC4 and TC5 counters for periodic interrupts.
With this library you can use the TC4 and TC5 counters of an ARM Cortex-M0 based board to generate periodic interrupts. The counters have a 1 second or 1 millisecond resolution. Both counters use the same resolution.
Maintainer: David Taylor
This library is compatible with the samd architecture so you should be able to use it on the following Arduino boards:
Note: while the library is supposed to compile correctly on these architectures, it might require specific hardware features that may be available only on some boards.
To use this library, open the Library Manager in the Arduino IDE and install it from there.