Definition in file uartswconf.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 PORTD |
| UART Transmit Port. | |
| #define | UARTSW_TX_DDR DDRD |
| UART Transmit DDR. | |
| #define | UARTSW_TX_PIN PD5 |
| UART Transmit Pin. | |
| #define | UARTSW_RX_PORT PORTD |
| UART Receive Port. | |
| #define | UARTSW_RX_DDR DDRD |
| UART Receive DDR. | |
| #define | UARTSW_RX_PORTIN PIND |
| UART Receive Port Input. | |
| #define | UARTSW_RX_PIN PD6 |
| UART Receive Pin. | |
1.4.2