Sensirion SHT4X I2C Python Driver
This package contains the driver for a Sensirion sensor of the SHT4X family. It provides a hardware-independent interface which works with various I2C transceivers.
Contents
- Installation
- Quick Start
- Development
- API Documentation
- SHT4X
- Sht4xDevice
Sht4xDeviceBase
Sht4xDeviceBase.__init__()
Sht4xDeviceBase.channel
Sht4xDeviceBase.measure_high_precision_ticks()
Sht4xDeviceBase.measure_medium_precision_ticks()
Sht4xDeviceBase.measure_lowest_precision_ticks()
Sht4xDeviceBase.activate_highest_heater_power_long_ticks()
Sht4xDeviceBase.activate_highest_heater_power_short_ticks()
Sht4xDeviceBase.activate_medium_heater_power_long_ticks()
Sht4xDeviceBase.activate_medium_heater_power_short_ticks()
Sht4xDeviceBase.activate_lowest_heater_power_long_ticks()
Sht4xDeviceBase.activate_lowest_heater_power_short_ticks()
Sht4xDeviceBase.serial_number()
Sht4xDeviceBase.soft_reset()
Sht4xDevice
Sht4xDevice.sht4x
Sht4xDevice.__init__()
Sht4xDevice.measure_high_precision()
Sht4xDevice.measure_medium_precision()
Sht4xDevice.measure_lowest_precision()
Sht4xDevice.activate_highest_heater_power_long()
Sht4xDevice.activate_highest_heater_power_short()
Sht4xDevice.activate_medium_heater_power_long()
Sht4xDevice.activate_medium_heater_power_short()
Sht4xDevice.activate_lowest_heater_power_long()
Sht4xDevice.activate_lowest_heater_power_short()
- Commands
MeasureHighPrecisionTicks
MeasureMediumPrecisionTicks
MeasureLowestPrecisionTicks
ActivateHighestHeaterPowerLongTicks
ActivateHighestHeaterPowerShortTicks
ActivateMediumHeaterPowerLongTicks
ActivateMediumHeaterPowerShortTicks
ActivateLowestHeaterPowerLongTicks
ActivateLowestHeaterPowerShortTicks
SerialNumber
SoftReset
- Result Types
- Sht4xDevice
- SHT4X