![]() |
Contiki-NG
|
UART header file for the gecko. More...
#include "contiki.h"Go to the source code of this file.
Functions | |
| void | uart_init (void) |
| Initializa the UART driver. | |
| void | uart_write (unsigned char *s, unsigned int len) |
| Writes to the UART driver. | |
| void | uart_set_input (int(*input)(unsigned char c)) |
| Sets the input handler called in the event handler. | |
UART header file for the gecko.
Definition in file uart-arch.h.