Libraries \ Scheduler

Reference for Wiring version 1.0 Build 0100+ If you have a previous version, use the reference included with your software. If see any errors or have any comments, let us know.

Class

Scheduler

Name

schedule()

Description Schedule a functioncall in 'time' milliseconds.
Syntax
schedule(userAction, time)
Parameters
userAction A function that should be called in time ms
time The time to wait before calling the userAction
Returns None
Usage Application
Updated on July 07, 2011 11:11:27pm PDT

Creative Commons License