RumPi 1.0
A self-assembling C++ sensor & actuator library for the Raspberry Pi 5
SensorLevels.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  RumPi
 RumPi is the library's top-level facade.
 

Enumerations

enum class  RumPi::E_LightLevel {
  RumPi::LIGHT_DARK = 0 , RumPi::LIGHT_VERY_DIM = 1 , RumPi::LIGHT_DIM = 2 , RumPi::LIGHT_NORMAL = 3 ,
  RumPi::LIGHT_BRIGHT = 4 , RumPi::LIGHT_VERY_BRIGHT = 5
}
 How much light the sensor is seeing, darkest to brightest. More...
 
enum class  RumPi::E_AirQualityLevel {
  RumPi::AIR_QUALITY_GOOD = 0 , RumPi::AIR_QUALITY_SATISFACTORY = 1 , RumPi::AIR_QUALITY_MODERATELY_POLLUTED = 2 , RumPi::AIR_QUALITY_POOR = 3 ,
  RumPi::AIR_QUALITY_VERY_POOR = 4 , RumPi::AIR_QUALITY_SEVERE = 5
}
 How bad the air is, best to worst, taking whichever of PM2.5 / PM10 is worse. More...