Arianna autonomous DAQ firmware

Dependencies:   mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW

Committer:
uci1
Date:
Wed Jun 05 17:29:31 2019 +0000
Revision:
125:ce4045184366
Parent:
116:8099b754fbb4
Added SnRateListner proto-class, publishing this version of the code in order to enable exporting of most recent features.

Who changed what in which revision?

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