#include <conio.h>
#include <mem.h>
Go to the source code of this file.
Functions | |
void | delay (unsigned ms) |
uncalibrated delay loop |
Definition in file conio.c.
void delay | ( | unsigned | ms | ) |
uncalibrated delay loop
delay approximately ms mSec
ms | approximate time in ms |
Definition at line 203 of file conio.c.
Referenced by MotorPair::brake(), Motor::brake(), kmain(), Sensor::sample(), LightSensor::sample(), show_on(), and Sensor::strobe().
brickOS is released under the
Mozilla Public License.
Original code copyright 1998-2005 by the authors. |