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
1.4.5