|
Contiki 3.x
|
Contiki compatible UART driver. More...
#include <stdlib.h>#include "nrf.h"#include "nrf_drv_config.h"#include "nrf_drv_uart.h"#include "app_util_platform.h"#include "app_error.h"#include "contiki.h"#include "dev/uart0.h"#include "dev/watchdog.h"#include "lib/ringbuf.h"Go to the source code of this file.
Functions | |
| void | uart0_set_input (int(*input)(unsigned char c)) |
| void | uart0_init (unsigned long ubr) |
| Initialize the RS232 port. More... | |
Contiki compatible UART driver.
Definition in file uart0.c.
1.8.6