Pip
Architecture-dependent parts of Pip: MAL, IAL and boot
|
Go to the source code of this file.
Functions | |
void | initSerial () |
Initializes the serial port. More... | |
int | serialReceived () |
Checks whether we received some data on the serial port. More... | |
char | readSerial () |
Gets a character from the serial port. More... | |
int | isTransmitEmpty () |
Checks whether our serial line buffer is empty or not. More... | |
void | writeSerial (char a) |
Writes a character into the serial port. More... | |
void initSerial | ( | ) |
Initializes the serial port.
int isTransmitEmpty | ( | ) |
Checks whether our serial line buffer is empty or not.
char readSerial | ( | ) |
Gets a character from the serial port.
int serialReceived | ( | ) |
Checks whether we received some data on the serial port.
void writeSerial | ( | char | a | ) |
Writes a character into the serial port.
a | The character to write |