Arianna autonomous DAQ firmware

Dependencies:   mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW

Revision:
114:554fa3a956b4
Parent:
84:80b15993944e
Child:
116:8099b754fbb4
--- a/SnPreCompOptions.h	Tue Nov 24 22:06:47 2015 +0000
+++ b/SnPreCompOptions.h	Fri Dec 04 02:54:48 2015 +0000
@@ -43,12 +43,14 @@
 // available CHIPBOARDs -- these values should NEVER change!
 // this is just a definition of constants. CHIPBOARD is the
 // variable that must be set equal to one of these constants.
-#define ATWD4CH 0  // set CHIPBOARD to this to get firmware for the 2012-2013 stations (value is arbitrary but unique)
-#define SST4CH  1  // set CHIPBOARD to this to get firmware for the 2014 stations with a single SST chip (value is arbitrary but unique)
+#define ATWD4CH     0  // set CHIPBOARD to this to get firmware for the 2012-2013 stations (value is arbitrary but unique)
+#define SST4CH      1  // set CHIPBOARD to this to get firmware for the 2014/2015 stations with a single SST chip (value is arbitrary but unique)
+#define SST4CH_1GHz 2  // set CHIPBOARD to this to get firmware for the 2015 station with a single SST chip running at 1GHz sampling rather than 2GHz (value is arbitrary but unique)
 
 // which chip/board combination to build this firmware for
 //#define CHIPBOARD ATWD4CH
-#define CHIPBOARD SST4CH
+//#define CHIPBOARD SST4CH
+#define CHIPBOARD SST4CH_1GHz
 
 // whether or not to use the flash memory on the mbed board, to call
 // the mbed provided function that gets the MAC address, etc.