Arianna autonomous DAQ firmware

Dependencies:   mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW

Revision:
25:57b2627fe756
Parent:
22:f957c4f840ad
Child:
27:efc4d654b139
--- a/SnConstants.h	Tue Oct 23 20:58:29 2012 +0000
+++ b/SnConstants.h	Tue Oct 30 05:23:57 2012 +0000
@@ -3,6 +3,10 @@
 
 #include "SnBitUtils.h"
 
+#define CPUBAUD_SN 921600
+//#define CPUBAUD_SN 460800
+//#define CPUBAUD_SN 115200
+
 //
 // constants
 //
@@ -32,8 +36,6 @@
 static const uint16_t kTotSamps         = kNchans*kNsamps;
 static const uint16_t kTotDacs          = kNchans*kNfpgaDacs;
 
-static const char*    kLocalDir         = "/local";
-
 static const float    kAdcToMBtimeCut   = (kNsamps*kAsfClkPrdUs)+(kAsfClkPrdUs/2.0);
 
 enum ESnTrgTypes {