LCD implementation of our project.

Dependencies:   mbed mbed-rtos MLX90614

Revision:
7:11675c1dce4f
Parent:
3:688b62ff6474
Child:
8:81ed1135ba02
--- a/Measure.cpp	Sat May 30 14:58:44 2015 +0000
+++ b/Measure.cpp	Wed Jun 03 12:22:46 2015 +0000
@@ -8,7 +8,6 @@
     //select down
     if(c == 's'){
         if(selected == 2) return; //do nothing
-        printf("measure - going down");
         selected = 2;
         current_line = 7;
     }