#include <conio.h>
#include <mem.h>
Include dependency graph for conio.c:
Go to the source code of this file.
Functions | |
void | delay (unsigned ms) |
delay approximately ms mSec |
Definition in file conio.c.
void delay | ( | unsigned | ms | ) |
delay approximately ms mSec
ms | approximate time in ms |
Definition at line 204 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. |