Arianna autonomous DAQ firmware
Dependencies: mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW
Diff: SnConstants.h
- Revision:
- 36:87865913ae6f
- Parent:
- 34:7b4c96e58b5f
- Child:
- 37:ff95e7070f26
diff -r 549714a257a4 -r 87865913ae6f SnConstants.h --- a/SnConstants.h Thu Feb 07 23:06:36 2013 +0000 +++ b/SnConstants.h Thu May 23 22:26:39 2013 +0000 @@ -10,7 +10,7 @@ // // constants // -static const bool kIridAfarPwrSame = false; // true if Iridium & Afar are on the same relay, false if not +static const bool kIridAfarPwrSame = true; // true if Iridium & Afar are on the same relay, false if not static const uint32_t kBStime = 946684800u; // 1/1/2000 00:00:00 UTC static const double kIridEpoch = 1173325835; // 2007-3-08 03:50:35 GMT (needs to be a double) static const double kSecPerIridTick = 90e-3; // 90ms/tick @@ -19,7 +19,7 @@ static const uint8_t kNfpgaDacs = 4u; static const uint8_t kNplas = 5u;//72; static const uint16_t kNoTrigPla = 0x0000u; -static const uint8_t kNcomms = 2u; +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 float kAsfClkPrdUs = 8.535; // us -- change kAdcToMBtimeCut if this is <=2us