Input / output library.
More...
Go to the source code of this file.
◆ print_to_ascii()
void print_to_ascii |
( |
const char * |
s | ) |
|
Prints an 8 character string to the ASCII led board.
- Parameters
-
s | The string to print out. |
◆ print_to_led()
void print_to_led |
( |
const int |
p | ) |
|
Turns on the LED lights, based on which bits are set to 1 in p.
- Parameters
-
◆ printf()
void printf |
( |
const char * |
s, |
|
|
|
... |
|
) |
| |
Prints a formatted string to the UART 16550 device.
- Parameters
-
string | The string to print out. |
VARARGS | Additional arguments, replacing format specifiers in string. |
◆ printk()
void printk |
( |
const char * |
s | ) |
|
Prints the string to the UART 16550 device.
- Parameters
-
s | The string to print out. |
◆ reset_led()