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.

Note that since both the tone() function and the IRremote library also employ the same internal timer, the one shouldn’t use MsTimer2, tone() and the IRremote library at the same time.


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.