Arianna autonomous DAQ firmware

Dependencies:   mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW

Revision:
8:95a325df1f6b
Parent:
3:24c5f0f50bf1
Child:
15:f2569d8e4176
--- a/SnConstants.h	Sat Aug 04 01:48:55 2012 +0000
+++ b/SnConstants.h	Wed Aug 08 23:27:37 2012 +0000
@@ -14,6 +14,7 @@
 static const uint8_t  kNplas            = 5u;//72;
 static const uint16_t kNoTrigPla        = 0x0000u;
 static const uint8_t  kNcomms           = 1u;
+static const uint16_t kNvoltsAve        = 500u; // must be greater than ~10 (but not checked. <2 will result in divide by 0)
 
 static const uint32_t kAbsMaxTimer      = 1800u; // timers use integers counting us and can't go longer than ~ this many secs
 // NOTE: these times below must be less than kAbsMaxTimer (this is not checked, however)