Arianna autonomous DAQ firmware

Dependencies:   mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW

Revision:
120:1a43bc4a06b3
Parent:
119:b3d7699d0eb0
Child:
122:c1b5023eac69
--- a/SnPreCompOptions.h	Thu Sep 21 17:53:35 2017 +0000
+++ b/SnPreCompOptions.h	Thu Nov 30 06:26:18 2017 +0000
@@ -58,16 +58,16 @@
 
 // which chip/board combination to build this firmware for
 //#define CHIPBOARD ATWD4CH
-#define CHIPBOARD SST4CH
+//#define CHIPBOARD SST4CH
 //#define CHIPBOARD SST4CH_1GHz
 //#define CHIPBOARD SST4CH512                // warning: 4*512 samples may fill up the 32kB of RAM. it may be necessary to comment out ENABLE_AFAR_COMM in order to free up RAM
 //#define CHIPBOARD SST4CH512_1GHz           // warning: 4*512 samples may fill up the 32kB of RAM. it may be necessary to comment out ENABLE_AFAR_COMM in order to free up RAM
 //#define CHIPBOARD SST8CH                   // warning: 8*256 samples may fill up the 32kB of RAM. it may be necessary to comment out ENABLE_AFAR_COMM in order to free up RAM
-//#define CHIPBOARD SST8CH_1GHz              // warning: 8*256 samples may fill up the 32kB of RAM. it may be necessary to comment out ENABLE_AFAR_COMM in order to free up RAM
+#define CHIPBOARD SST8CH_1GHz              // warning: 8*256 samples may fill up the 32kB of RAM. it may be necessary to comment out ENABLE_AFAR_COMM in order to free up RAM
 
 // how many bits the DACs use
-#define DAC_BITS 12   // use for 4ch atwd/sst boards
-//#define DAC_BITS 16   // use for 8ch sst boards (2017-18)
+//#define DAC_BITS 12   // use for 4ch atwd/sst boards
+#define DAC_BITS 16   // use for 8ch sst boards (2017-18)
 
 // whether or not to use the flash memory on the mbed board, to call
 // the mbed provided function that gets the MAC address, etc.