Arianna autonomous DAQ firmware

Dependencies:   mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW

Committer:
uci1
Date:
Tue Nov 24 21:52:27 2015 +0000
Revision:
110:d1da040a0cf2
Parent:
84:80b15993944e
Child:
116:8099b754fbb4
Stn32 (slow) with conf name. SD stall fix. No interface chip. Safety nets.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
uci1 0:664899e0b988 1 #include "SnStatusFrame.h"
uci1 0:664899e0b988 2
uci1 84:80b15993944e 3 const uint8_t SnStatusFrame::kIOVers = 9; // 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);