Moderator: Mmiscool
There are 2 types of timers available.
the normal timer that requires the device to be in a wait state to fire and the timercb command that follows the same format but will execute immediately interrupting the currently running line of code.
The normal timer requires the branch to end with a wait wile the timercb requires the branch to end with a return.
See the following link.
https://docs.google.com/document/d/1EiY ... zg1fyepkg2
Both timers can be used at the same time. Just note the differences.
http://esp8266basic.com
A BASIC interpreter for your ESP
Working now on Autodrop3d. A 3d printer with automatic part ejection system. https://autodrop3d.com
timercb 0
I get the error "timercb line not found!"