Use of Timer
For detailed introduction of Timer, please refer to Timer-API Document.
1. Instructions#
- Import Timer module from machine
- Create a Timer object
- Start the timer, at this time the timer will execute the callback function regularly
- Stop the timer
2. Example#
Execute callback function regularly
Related Issues not found
Please login GitHub to create issue