Definition in file uartsw2conf.h.
Go to the source code of this file.
Defines | |
| #define | UARTSW_RX_BUFFER_SIZE 0x20 |
| UART receive buffer size in bytes. | |
| #define | UARTSW_INVERT |
| define to invert polarity of RX/TX signals | |
| #define | UARTSW_TX_PORT PORTB |
| UART Transmit Port. | |
| #define | UARTSW_TX_DDR DDRB |
| UART Transmit DDR. | |
| #define | UARTSW_TX_PIN PB3 |
| UART Transmit Pin. | |
| #define | UARTSW_RX_PORT PORTB |
| UART Receive Port. | |
| #define | UARTSW_RX_DDR DDRB |
| UART Receive DDR. | |
| #define | UARTSW_RX_PORTIN PINB |
| UART Receive Port Input. | |
| #define | UARTSW_RX_PIN PB2 |
| UART Receive Pin. | |
1.4.2