|
LUFA (Formerly MyUSB) Library 100807
|
Standard avr-libc character stream driver for the USART. More...
Functions | |
| static void | SerialStream_Init (const uint32_t BaudRate, const bool DoubleSpeed) |
| static void | SerialStream_ShutDown (void) |
Serial stream driver for the USART subsystem on supported USB AVRs. This makes use of the functions in the regular USART driver (see Serial USART Driver - LUFA/Drivers/Peripheral/Serial.h), but allows the avr-libc standard stream functions (printf, puts, etc.) to work with the USART.