Qwiic_TMP102_Py  packaging_test1-1-g6ea6532
Python for SFE Qwiic TMP102
Loading...
Searching...
No Matches
qwiic_tmp102 Namespace Reference

Classes

class  QwiicTmp102Sensor
 Some devices have multiple available addresses - this is a list of these addresses. More...
 

Variables

int TEMPERATURE_REGISTER = 0x00
 
int CONFIG_REGISTER = 0x01
 
int T_LOW_REGISTER = 0x02
 
int T_HIGH_REGISTER = 0x03
 
int TMP102_DEFAULT_ADDRESS = 0x48
 
float TMP102_RESOLUTION = 0.0625
 

Detailed Description

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.

Variable Documentation

◆ 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