cdbc34550a
* adding running time micros * support for system micro seconds * restore display mode after plotting sprites * bump pxt
348 B
348 B
Running Time Micros
Find how long it has been since the program started in micro-seconds.
input.runningTimeMicros();
Returns
- the Number of microseconds since the program started. (One second is 1000000 microseconds.)