Arianna autonomous DAQ firmware

Dependencies:   mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW

Revision:
36:87865913ae6f
Parent:
27:efc4d654b139
Child:
37:ff95e7070f26
--- a/SnCommWin.h	Thu Feb 07 23:06:36 2013 +0000
+++ b/SnCommWin.h	Thu May 23 22:26:39 2013 +0000
@@ -12,6 +12,7 @@
 // ABC for communication types
 
 class SnCommWin {
+/*
  public:
     enum ECommWinResult {
         kUndefFail,     // undefined fail type
@@ -29,7 +30,7 @@
         kOkWithMsg,     // successfully received message
         kOkWthMsgNoConf // successfully received message and it says to stick with the same config
     };
-
+*/
     static const size_t   kMaxStrLen = 512;   // max bytes for a string send. prevent something crazy
     static const char*    kLocalDir;          // the local mbed directory
     static const char*    kDelAllConfCodeStr; // a magic string to confirm deletion of all files on the SD card