GDP group 24 node core

Dependencies:   EthernetInterface SDFileSystem mbed-rtos mbed snail MbedJSONValue

Revision:
8:fd531fe7637b
Parent:
3:71b090ec5c69
Child:
14:bc0e2fa25f94
--- a/sensorinterface.h	Mon Dec 15 13:02:05 2014 +0000
+++ b/sensorinterface.h	Mon Dec 15 15:34:52 2014 +0000
@@ -25,12 +25,12 @@
 class sensorinterface
 {
     public:
+        map<char, sensor> sensors;
         sensorinterface();
         void requestData();
         bool isDataWaiting();
         d_reply readData();
     private:
-        map<char, sensor> sensors;
         map<char, sensor>::iterator currentSensor;
         int update();
         void error(int);