endpoint including temperature and distance sensors

Dependencies:   mbed mbedConnectorInterface mbedEndpointNetwork TrashSensors

Fork of TempAndDistTest by Tim Ambrose

Revision:
1:2d8c4995c5bc
Parent:
0:cb422b231ea5
Child:
2:b51fcb5fd114
--- a/main.cpp	Fri May 01 23:21:36 2015 +0000
+++ b/main.cpp	Fri May 01 23:24:06 2015 +0000
@@ -9,6 +9,7 @@
 Serial term(USBTX, USBRX);
 HCSR04 distS(TRIG_PIN, ECHO_PIN); 
 
+// Corey was here
 int main() {
    GroveTempSensor tempS;
    float temperature;