Skip to main content

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.

Built Distribution

TMP1075-0.2.2-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page