Arianna autonomous DAQ firmware
Dependencies: mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW
SnSigProcUtils.cpp@110:d1da040a0cf2, 2015-11-24 (annotated)
- Committer:
- uci1
- Date:
- Tue Nov 24 21:52:27 2015 +0000
- Revision:
- 110:d1da040a0cf2
- Parent:
- 84:80b15993944e
Stn32 (slow) with conf name. SD stall fix. No interface chip. Safety nets.
Who changed what in which revision?
User | Revision | Line number | New 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; |