Serial_Stream.c File Reference

#include "Serial_Stream.h"

Functions

int SerialStream_TxByte (char DataByte, FILE *Stream)
int SerialStream_RxByte (FILE *Stream)

Variables

FILE USARTStream = FDEV_SETUP_STREAM(SerialStream_TxByte, SerialStream_RxByte, _FDEV_SETUP_RW)

Function Documentation

int SerialStream_RxByte ( FILE *  Stream  ) 

int SerialStream_TxByte ( char  DataByte,
FILE *  Stream 
)


Variable Documentation

FILE USARTStream = FDEV_SETUP_STREAM(SerialStream_TxByte, SerialStream_RxByte, _FDEV_SETUP_RW)


Generated on Mon Feb 9 20:18:59 2009 for LUFA Library by  doxygen 1.5.7.1