
Timers Library
Once
The Once method will run the callback once after the interval has passed in seconds.
Github Location
In
The In method will run the callback once after the interval has passed in seconds.
Github Location
Every
The Every method will continuously run the callback every interval milliseconds
Github Location
Repeat
The Repeat method will run the callback every interval milliseconds for a set number of repeats