LCD implementation of our project.

Dependencies:   mbed mbed-rtos MLX90614

Revision:
9:4bed81856c2f
Parent:
8:81ed1135ba02
Child:
10:97389d774ae1
--- a/main.cpp	Wed Jun 03 16:37:21 2015 +0000
+++ b/main.cpp	Wed Jun 03 17:38:08 2015 +0000
@@ -58,6 +58,7 @@
     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);