Standard input output library.
More...
Go to the source code of this file.
|
|
typedef union Key | Key |
| | Key information, got from buffer.
|
| |
Standard input output library.
- Todo:
- add cursorColor and setCursorColor(Color color)
Definition in file io.h.
◆ getc()
Wait for key in buffer, get it and clear buffer.
- Returns
- Key
Definition at line 83 of file io.h.
◆ getKeyBuff()
Get key from buffer.
to clear buffer use getc
- Returns
- Key from buffer
Definition at line 96 of file io.h.
◆ printf()
| void printf |
( |
const int |
str, |
|
|
|
... |
|
) |
| |
◆ putc()
| void putc |
( |
Byte |
character | ) |
|
Put character.
- Parameters
-
Definition at line 31 of file io.h.
◆ puti()
Put int.
will put signed integer, to use uint see u in printf()
- Parameters
-
Definition at line 52 of file io.h.
◆ puts()
| void puts |
( |
const int |
string | ) |
|
Put string.
- Parameters
-
Definition at line 42 of file io.h.