pi_weather.core.sensors.stcc4 package¶
core.sensors.stcc4 sub-module
Submodules¶
- pi_weather.core.sensors.stcc4.addresses module
- pi_weather.core.sensors.stcc4.co2_ranges module
- pi_weather.core.sensors.stcc4.constants module
- pi_weather.core.sensors.stcc4.handler module
STCC4STCC4.__init__()STCC4.calculation_crc()STCC4.get_product_id()STCC4.start_measurement()STCC4.stop_measurement()STCC4.get_measurement()STCC4.set_rht_compensation()STCC4.set_pressure_compensation()STCC4.single_measurement()STCC4.fall_asleep()STCC4.wakeup()STCC4.soft_reset()STCC4.factory_reset()STCC4.enable_testing_mode()STCC4.disable_testing_mode()STCC4.forced_recalibration()
STCC4I2CSTCC4I2C.__init__()STCC4I2C._write_cmd16()STCC4I2C._write_cmd8()STCC4I2C._write_data()STCC4I2C._read_data()STCC4I2C.get_product_id()STCC4I2C.start_measurement()STCC4I2C.stop_measurement()STCC4I2C.get_measurement()STCC4I2C.set_rht_compensation()STCC4I2C.set_pressure_compensation()STCC4I2C.single_measurement()STCC4I2C.fall_asleep()STCC4I2C.wakeup()STCC4I2C.soft_reset()STCC4I2C.factory_reset()STCC4I2C.enable_testing_mode()STCC4I2C.disable_testing_mode()STCC4I2C.forced_recalibration()