Arianna autonomous DAQ firmware
Dependencies: mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW
SnTempFrame.cpp@110:d1da040a0cf2, 2015-11-24 (annotated)
- Committer:
- uci1
- Date:
- Tue Nov 24 21:52:27 2015 +0000
- Revision:
- 110:d1da040a0cf2
- Parent:
- 60:fb02f02804af
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 | 56:0bba0ef15697 | 1 | #include "SnTempFrame.h" |
uci1 | 56:0bba0ef15697 | 2 | |
uci1 | 56:0bba0ef15697 | 3 | // MUST BE INCREASED if any member var changes (==> also if kNchans, etc. change!) |
uci1 | 60:fb02f02804af | 4 | const uint8_t SnTempFrame::kIOvers = 2; |
uci1 | 56:0bba0ef15697 | 5 |