|
atMETEO
An ATmega based weather station
|
Sensors::Sensor is the base class for sensor specific data decoding. More...
#include <inttypes.h>#include <stdlib.h>Go to the source code of this file.
Classes | |
| class | Sensors::Sensor< TSensor > |
| Base class for sensor implementations. More... | |
Namespaces | |
| Sensors | |
| Namespace containing all symbols of the Sensors library. | |
Enumerations | |
| enum | Sensors::SensorStatus : uint8_t { Sensors::SensorStatus::Complete = 0, Sensors::SensorStatus::Incomplete, Sensors::SensorStatus::TooMuchData, Sensors::SensorStatus::InvalidData } |
| Sensor status returned from Sensor::setData() and Sensor::addByte(). More... | |
Sensors::Sensor is the base class for sensor specific data decoding.
1.8.13