atMETEO
An ATmega based weather station
Modules | Namespaces
Sensors library

Target / platform independent functionality and algorithms such as sensor decoders and utilities for usage with C++. More...

Collaboration diagram for Sensors library:

Modules

 Hideki RF 433 MHz
 Sensors::HidekiSensor and Sensors::HidekiDevice decode data from wireless Hideki RF 433 MHz sensors.
 
 RF Sensors
 Utilities for decoding sensor data from RF receivers such as demodulator and decoder.
 
 Figaro TGS 2600
 Sensors::Tgs2600 decodes data from Figaro TGS 2600 air contaminants sensors.
 
 Utilities
 Bit manipulation utilities.
 
 Unit tests
 Unit tests for Sensors library.
 

Namespaces

 Sensors
 Namespace containing all symbols of the Sensors library.
 

Detailed Description

Target / platform independent functionality and algorithms such as sensor decoders and utilities for usage with C++.

The library is being used in the hardware dependent applications targeting micro controllers. This imposes some conditions on the code like STL or memory management not being available.