Skip to content

Struct SYN_Climate

ClassList > SYN_Climate

Generic Climate Sensor Context.

  • #include <syn_climate.h>

Public Attributes

Type Name
float dew_point_c
float humidity_rh
SYN_SoftI2C i2c
uint8_t i2c_addr
float pressure_hpa
float temperature_c
SYN_ClimateType type

Public Attributes Documentation

variable dew_point_c

float SYN_Climate::dew_point_c;

Calculated Dew Point in Degrees Celsius


variable humidity_rh

float SYN_Climate::humidity_rh;

Relative Humidity %


variable i2c

SYN_SoftI2C SYN_Climate::i2c;

variable i2c_addr

uint8_t SYN_Climate::i2c_addr;

variable pressure_hpa

float SYN_Climate::pressure_hpa;

Barometric Pressure in hPa / mbar


variable temperature_c

float SYN_Climate::temperature_c;

Temperature in Degrees Celsius


variable type

SYN_ClimateType SYN_Climate::type;


The documentation for this class was generated from the following file src/syntropic/sensor/syn_climate.h