brickOS Kernel Developer v0.9.0
|
Implementation: console input / output. More...
Go to the source code of this file.
Functions | |
void | delay (unsigned ms) |
uncalibrated delay loop | |
Implementation: console input / output.
Definition in file conio.c.
void delay | ( | unsigned | ms | ) |
uncalibrated delay loop
delay approximately ms mSec
ms | approximate time in ms |
Definition at line 204 of file conio.c.
Referenced by MotorPair::brake(), Motor::brake(), LightSensor::sample(), Sensor::sample(), show_on(), and Sensor::strobe().