Implementation: console input / output. More...
Go to the source code of this file.
Functions | |
void | delay (unsigned ms) |
uncalibrated delay loop More... | |
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.
References bit_load, cls(), cputc(), cputc_hex(), cputc_native(), cputc_native_0(), cputc_native_1(), cputc_native_2(), cputc_native_3(), cputc_native_4(), cputc_native_5(), cputs(), cputw(), dlcd_hide, dlcd_store, LCD_0_BOT, LCD_0_BOTL, LCD_0_BOTR, LCD_0_MID, LCD_0_TOP, LCD_0_TOPL, LCD_0_TOPR, LCD_1_BOT, LCD_1_BOTL, LCD_1_BOTR, LCD_1_MID, LCD_1_TOP, LCD_1_TOPL, LCD_1_TOPR, LCD_2_BOT, LCD_2_BOTL, LCD_2_BOTR, LCD_2_DOT, LCD_2_MID, LCD_2_TOP, LCD_2_TOPL, LCD_2_TOPR, LCD_3_BOT, LCD_3_BOTL, LCD_3_BOTR, LCD_3_DOT, LCD_3_MID, LCD_3_TOP, LCD_3_TOPL, LCD_3_TOPR, LCD_4_BOT, LCD_4_BOTL, LCD_4_BOTR, LCD_4_DOT, LCD_4_MID, LCD_4_TOP, LCD_4_TOPL, LCD_4_TOPR, LCD_5_MID, and lcd_refresh().
Referenced by Motor::brake(), MotorPair::brake(), LightSensor::sample(), Sensor::sample(), show_on(), and Sensor::strobe().
brickOS is released under the
Mozilla Public License.
Original code copyright 1998-2005 by the authors. |