qwiic_tmp102
Python module for the SparkFun Qwiic TMP102 Sensor
This python package is a port of the existing SparkFun Qwiic TMP102 Sensor Arduino Examples
This package can be used in conjunction with the overall SparkFun qwiic Python Package
New to qwiic? Take a look at the entire SparkFun qwiic ecosystem.
◆ CONFIG_REGISTER
int qwiic_tmp102.CONFIG_REGISTER = 0x01 |
◆ T_HIGH_REGISTER
int qwiic_tmp102.T_HIGH_REGISTER = 0x03 |
◆ T_LOW_REGISTER
int qwiic_tmp102.T_LOW_REGISTER = 0x02 |
◆ TEMPERATURE_REGISTER
int qwiic_tmp102.TEMPERATURE_REGISTER = 0x00 |
◆ TMP102_DEFAULT_ADDRESS
int qwiic_tmp102.TMP102_DEFAULT_ADDRESS = 0x48 |
◆ TMP102_RESOLUTION
float qwiic_tmp102.TMP102_RESOLUTION = 0.0625 |