|
atMETEO
An ATmega based weather station
|
Sensors::RfDevice is the base template for RF receivers connecting Demodulator, Bit Decoder and Sensor. More...
Go to the source code of this file.
Classes | |
| class | Sensors::RfDevice< TDemodulator, TBitDecoder, TSensor, TBitLength > |
| Connects Demodulator, Bit Decoder and Sensor for decoding sensor data from RF receivers. More... | |
Namespaces | |
| Sensors | |
| Namespace containing all symbols of the Sensors library. | |
Enumerations | |
| enum | Sensors::RfDeviceStatus : uint8_t { Sensors::RfDeviceStatus::Complete = 0, Sensors::RfDeviceStatus::Incomplete, Sensors::RfDeviceStatus::InvalidData } |
| RfDevice status returned from RfDevice::addPulseWidth(). More... | |
Sensors::RfDevice is the base template for RF receivers connecting Demodulator, Bit Decoder and Sensor.
1.8.13