Arianna autonomous DAQ firmware

Dependencies:   mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW

Committer:
uci1
Date:
Wed Aug 08 23:27:37 2012 +0000
Revision:
8:95a325df1f6b
Parent:
4:a91682e19d6b
Check power for low pow running. Average power over 500 readings. Use RTOS timers instead of tickers. Allow data taking of events, power readings or both, even if cards are off. Bug in EthernetInterface prevents IPs being reset. Lots of debug output.

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 8:95a325df1f6b 4 const uint8_t SnPowerFrame::kIOvers = 2;