Contiki 3.x
|
Header file for cc2531's UART-like I/O over USBMore...
#include "contiki.h"
Go to the source code of this file.
Macros | |
#define | usb_serial_flush() |
Immediately transmit the content of Serial-over-USB TX buffers. More... | |
Functions | |
void | usb_serial_init (void) |
Initialise the Serial-over-USB process. | |
void | usb_serial_writeb (uint8_t) |
Write a byte over USB. More... | |
void | usb_serial_set_input (int(*input)(unsigned char c)) |
Set an input hook for bytes received over USB. More... | |
Header file for cc2531's UART-like I/O over USB
With it in place, putchar can be redirected to the USB and USB incoming traffic can be handled as input
Definition in file usb-serial.h.