Contiki-NG
Functions

Header file for cc2538's UART-like I/O over USB. More...

#include "contiki.h"

Go to the source code of this file.

Functions

void usb_serial_init (void)
 Initialise the Serial-over-USB process.
 
void usb_serial_writeb (uint8_t b)
 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...
 
void usb_serial_flush (void)
 Immediately transmit the content of Serial-over-USB TX buffers. More...
 

Detailed Description

Header file for cc2538's UART-like I/O over USB.

Definition in file usb-serial.h.