A python wrapper for interacting with the TMP1075
Project description
TMP1075
A Python driver for the TI TMP1075 temperature sensor
Currently only supports querying of the temperature.
Usage
from TMP1075 import TMP1075
tmp = TMP1075()
print(tmp.get_temperature())
# or
print(tmp.temperature)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.