LCD implementation of our project.

Dependencies:   mbed mbed-rtos MLX90614

Revision:
10:97389d774ae1
Parent:
9:4bed81856c2f
--- a/main.cpp	Wed Jun 03 17:38:08 2015 +0000
+++ b/main.cpp	Wed Jun 03 17:42:47 2015 +0000
@@ -58,10 +58,11 @@
     Compass *compass = new Compass(&st7565, main_menu, &gyro, &thermo);
     main_menu->addItem(compass);
     
-    
+    /*
     //create thermo screen
     Thermometer *thermo_screen = new Thermometer(&st7565, main_menu, &gyro, &thermo);
     main_menu->addItem(thermo_screen);
+    */
     
     /*
     Measure *thermo = new Measure(" Thermometer", &st7565, main_menu);