Arianna autonomous DAQ firmware

Dependencies:   mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW

Committer:
uci1
Date:
Fri Oct 30 04:49:40 2015 +0000
Revision:
84:80b15993944e
conf v11,12. ip to ints. write 64chr lbl. send status data packs. comm pwr as needed. comm each evt. conn/list TO separate afar, sbd. calc FFT, L1 trigger, L1 scaledown. pre-compl opts in own file. max comm fail 75. htbt and clock frames store vars.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
uci1 84:80b15993944e 1 #include "SnSigProcUtils.h"
uci1 84:80b15993944e 2
uci1 84:80b15993944e 3 const double SnSigProcUtils::kPi = 3.141592653589793;
uci1 84:80b15993944e 4 const double SnSigProcUtils::kTwoPi = 2.00 * SnSigProcUtils::kPi;