nanotimer
nanotimer copied to clipboard
A much higher accuracy timer object that makes use of the node.js hrtime function call.
The first call in the native setInterval is made after the delay and not immediately. Can you confirm the setInterval behaviour in nanotimer?
Testing the lib over Tessel IoT platform, I met an error about string and mathematic operand. Simply casting the string to number, make it fixed.
## Changes add a new config parameter to the constructor to add a value to change the 25ms value which will be used to decide whether to use setTimeout or...