#ifndef __PINS_INC /** * CTS is connected to CTS, CTS is 1 when we are ready * scope pins: * 1: desktop tx * 2: desktop rx * 3: desktop rts * 4: desktop cts */ #define __PINS_INC #include #define UART_DDR DDRD #define UART_CTS PD2 //cyan #define UART_RTS PD3 //yellow #define UART_PORT PORTD #define LED_DEBUG_DDR DDRB #define LED_DEBUG_PORT PORTB #define LED_DEBUG PB5 #endif