00001 00016 #ifndef UART_IO_CONFIG_H_ 00017 #define UART_IO_CONFIG_H_ 00018 00019 00021 #define UART_IO_TX_OUTPORT D 00022 00024 #define UART_IO_TX_OUTPIN 3 00025 00026 00027 00028 #ifndef F_CPU 00030 #define F_CPU 12000000L 00031 #endif 00032 00033 00035 #define UART_IO_BAUDRATE 19200 00036 00037 #define UART_IO_BUFFER_SIZE_FACTOR 7 00038 00039 #endif /*UART_IO_CONFIG_H_*/