one step closer to a functional makefile..

This commit is contained in:
Bernhard
2011-12-22 16:43:28 +01:00
parent 8463e39a4a
commit 11f2dafc4e
4 changed files with 41 additions and 16 deletions

View File

@ -31,7 +31,7 @@ static char conv[8];
LiquidCrystal lcd(LCD_PINS_RS, LCD_PINS_ENABLE, LCD_PINS_D4, LCD_PINS_D5,LCD_PINS_D6,LCD_PINS_D7); //RS,Enable,D4,D5,D6,D7
static unsigned long previous_millis_lcd=0;
static long previous_millis_buttons=0;
//static long previous_millis_buttons=0;
#ifdef NEWPANEL