Skip to content

Pioreactor/TMP1075

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

A Python driver for the TI TMP1075 temperature sensor

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%