endpoint including temperature and distance sensors

Dependencies:   mbed mbedConnectorInterface mbedEndpointNetwork TrashSensors

Fork of TempAndDistTest by Tim Ambrose

Revision:
8:c69fe28366d8
Parent:
7:939fdc8df95b
Child:
9:16b63cd4aba8
--- a/main.cpp	Wed May 06 02:53:36 2015 +0000
+++ b/main.cpp	Wed May 06 04:02:08 2015 +0000
@@ -46,9 +46,6 @@
 }
 
 int main() {
-   double temperature;
-   unsigned int distance;
-
    logger.log("\r\n\r\nSmart Trash Can booting\r\n");
    Connector::Endpoint::plumbNetwork();
    Connector::Endpoint::start();