/* SMBus Battery Diag */ //! FALSE constant value. #define FALSE 0 //! TRUE constant value, defined to be compatible with comparisons. #define TRUE (!FALSE) #define BUTTON_PORT PORTD #define BUTTON_DIR DDRD #define BUTTON_PIN PIND // Button on the corner #define BUTTON1 7 // #define BUTTON0 6 #define BUTTON2 5 #define BUTTON_MASK (1<