Wifi Pressure Sensor

Dependencies:   HTTPClient MPL3115A2 NTPClient TMP102 USBDevice cc3000_hostdriver_mbedsocket mbed

Revision:
11:8a3bc0e3255d
Parent:
6:65fb503512ad
Child:
16:a7902d75bef3
--- a/main.cpp	Thu Jan 09 00:05:34 2014 +0000
+++ b/main.cpp	Wed Jun 18 04:33:59 2014 +0000
@@ -456,6 +456,7 @@
     pc.printf(" 4 - Web Socket Read \r\n");
     pc.printf(" 5 - HTTP Client \r\n");
     pc.printf(" 6 - Xively Post ADC's \r\n");
+    pc.printf(" 7 - Temp Test \r\n");
     pc.printf(" x - Exit to top menu ");
     pc.printf("\r\n");
     
@@ -479,6 +480,9 @@
         case '6':
             XivelySimpleTest();
         break;
+        case '7':
+            TempTest();    
+        break;
         case '0':   
         case 'x':      
             currentMenu = MENU_TOP;