Arianna autonomous DAQ firmware

Dependencies:   mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW

Committer:
uci1
Date:
Thu Aug 02 05:42:47 2012 +0000
Revision:
4:a91682e19d6b
Child:
8:95a325df1f6b
Add power reading, once per file. Prevent seq number from wrapping around. Still many debugging messages. Communications not finished.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
uci1 4:a91682e19d6b 1 #include "SnPowerFrame.h"
uci1 4:a91682e19d6b 2
uci1 4:a91682e19d6b 3 // MUST BE INCREASED if any member var changes (==> also if kNchans, etc. change!)
uci1 4:a91682e19d6b 4 const uint8_t SnPowerFrame::kIOvers = 1;