MsTimer2 Library

This library is available from 86Duino Coding 106, and provides the API of the Arduino MsTimer2 library to access 86Duino’s second 32-bit hardware timers. One can refer to the tutorial on the Arduino website to learn the use of this library.

Limits

Since MsTimer2 employs the same internal timer as analogWrite(32), the tone() function, and the IRremote library, the one shouldn’t use these functions and libraries at the same time within a sketch.


Libraries Reference Home

The text of the 86Duino reference is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.