|
final project
1
|
communication between bot and computer More...
Go to the source code of this file.
Functions | |
| void | uart_init (void) |
| sets all necessary registers to enable the uart 1 module. | |
| void | uart_sendChar (char data) |
| Sends a single 8 bit character over the uart 1 module. More... | |
| int | uart_receive (void) |
| polling receive an 8 bit character over uart 1 module. More... | |
| void | uart_sendStr (const char *data) |
| sends an entire string of character over uart 1 module More... | |
| int uart_receive | ( | void | ) |
| void uart_sendChar | ( | char | data | ) |