UART.h

Go to the documentation of this file.
00001 /* This file has been prepared for Doxygen automatic documentation generation.*/
00024 //  Function declarations
00025     void UART_init(unsigned char);              //initialize the UART
00026     void Send_TX_data(void);                    //prepare a trasmission-packet in the transmit-buffer
00027     void Store_RX_data(void);                   //store data from receive-buffer to SRAM
00028     unsigned char HEX2ASCII(unsigned char);     //converts one hex-byte in to 2 or 3 ASCII bytes

Generated on Fri Feb 17 12:28:30 2006 for AVR064: A Temperature Monitoring System with LCD Output by  doxygen 1.4.5