Go to the source code of this file.
Defines | |
#define | UART_IO_TX_OUTPORT D |
Port for output. | |
#define | UART_IO_TX_OUTPIN 3 |
Pin for output. | |
#define | F_CPU 12000000L |
Clock frequency so that baud rate register can be calculated. | |
#define | UART_IO_BAUDRATE 19200 |
Baudrate for uart. | |
#define | UART_IO_BUFFER_SIZE_FACTOR 7 |
#define F_CPU 12000000L |
Clock frequency so that baud rate register can be calculated.
Definition at line 30 of file uart_io_config.h.
#define UART_IO_BAUDRATE 19200 |
#define UART_IO_BUFFER_SIZE_FACTOR 7 |
Definition at line 37 of file uart_io_config.h.
#define UART_IO_TX_OUTPIN 3 |
#define UART_IO_TX_OUTPORT D |
Port for output.
_ _ _ _ | |__ (_)_ __| | _| | ___ _ __ ___ ___ | '_ \| | '__| |/ / |/ _ \ '__/ __|/ _ \ | |_) | | | | <| | __/ | _ \ __/ |_.__/|_|_| |_|||_|(_)___/|
Config for the UART IO pin
Copyright 2007 Jörgen Birkler jorgen.birkler@gmail.com
Definition at line 21 of file uart_io_config.h.