
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 seconds
Github Location
Repeat
The Repeat method will run the callback every interval seconds for a set number of repeats