![]() |
RumPi 1.0
A self-assembling C++ sensor & actuator library for the Raspberry Pi 5
|
#include "../Common.h"Go to the source code of this file.
Classes | |
| class | RumPi::GasData |
| Gas data (its response curve and danger level) used by the MQ gas sensors. More... | |
Namespaces | |
| namespace | RumPi |
| RumPi is the library's top-level facade. | |
Enumerations | |
| enum | RumPi::EGasType { RumPi::E_Acetone , RumPi::E_Alcohol , RumPi::E_Ammonium , RumPi::E_Benzene , RumPi::E_Benzine , RumPi::E_Butane , RumPi::E_CarbonDioxide , RumPi::E_CarbonMonoxide , RumPi::E_CNG , RumPi::E_Hexane , RumPi::E_Hydrogen , RumPi::E_LPG , RumPi::E_Methane , RumPi::E_NaturalGas , RumPi::E_Propane , RumPi::E_Smoke , RumPi::E_Toluene } |
| The types of gas the MQ sensor family can detect. More... | |