Arianna autonomous DAQ firmware

Dependencies:   mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW

Committer:
uci1
Date:
Thu Oct 30 06:42:17 2014 +0000
Revision:
56:0bba0ef15697
Parent:
40:1324da35afd4
Child:
84:80b15993944e
update ext libs, add tempr, allow SST/ATWD, improve handshaking, run/seq list, req seq range, allow SBD only in low pwr, all pins start off, can collect data to ram w/o SD card, add parameters to status update

Who changed what in which revision?

UserRevisionLine numberNew contents of line
uci1 0:664899e0b988 1 #include "SnStatusFrame.h"
uci1 0:664899e0b988 2
uci1 56:0bba0ef15697 3 const uint8_t SnStatusFrame::kIOVers = 8; // i/o version
uci1 25:57b2627fe756 4
uci1 25:57b2627fe756 5 bool SnStatusFrame::fgRecalcFiles(true);
uci1 40:1324da35afd4 6 /*
uci1 25:57b2627fe756 7 uint32_t SnStatusFrame::fgNfiles(0);
uci1 25:57b2627fe756 8 float SnStatusFrame::fgTotKbytes(0);
uci1 40:1324da35afd4 9 */
uci1 40:1324da35afd4 10 float SnStatusFrame::fgFreeMB(0);