MaikStohn 032df0b2c6 Moved LCD initialization out of constructor
Since the class "MainMenu" was used within a static variable the
initialization of the object (constructor call) was done before Arduino
library startup. It always caused a crash when using AVRStudio with
JTAG debugger (caused from calling the LCD initialization / the lot of
I/O work / the stack used during this calls). By moving the LCD_INIT
out of the constructor and using an explicit call inside of Arduino
setup() implementation immediately fixed all problems and the JTAG
debugger runs fine.
2012-05-03 14:28:17 +02:00
..
2012-02-23 18:50:05 +01:00
2012-03-19 20:06:58 +01:00
2011-08-12 22:28:35 +02:00
2011-08-12 22:28:35 +02:00
2012-03-04 16:34:58 +01:00
2012-04-11 11:39:35 +10:00
2012-02-09 19:27:45 +01:00
2012-02-09 19:27:45 +01:00
2012-04-02 17:19:20 +02:00
2012-04-22 20:55:56 +02:00
2012-03-04 16:34:58 +01:00
2012-03-11 12:25:04 +01:00
2012-04-30 13:37:49 +02:00
2011-12-12 20:35:46 +01:00
2011-12-22 12:38:50 +01:00