См. документацию. 22 #define DEBUG_LED_PORT A 23 #define DEBUG_LED_PIN0 6 25 #define WS_LOCK_PORT A 26 #define WS_LOCK_PIN _BV(7) 45 #define BTN_CHANGE _BV(2) 47 #define BTN_MENU _BV(3) 49 #define BTN_ANY (BTN_MENU | BTN_UP | BTN_DN | BTN_CHANGE) 55 #define LCD_PORT PORTC 57 #define LCD_DATA0_PORT LCD_PORT 58 #define LCD_DATA1_PORT LCD_PORT 59 #define LCD_DATA2_PORT LCD_PORT 60 #define LCD_DATA3_PORT LCD_PORT 61 #define LCD_DATA0_PIN 0 62 #define LCD_DATA1_PIN 1 63 #define LCD_DATA2_PIN 2 64 #define LCD_DATA3_PIN 3 65 #define LCD_RS_PORT LCD_PORT 67 #define LCD_RW_PORT LCD_PORT 69 #define LCD_E_PORT LCD_PORT 72 #define BKLIGHT_PORT C 74 #define BKLIGHT_PIN _BV(7) 80 #define OC2_PIN _BV(7) 85 #define IR_CAP_PIN _BV(6)