Skip to content

diegoherranz/max31855-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

max31855-python

Python library to read Maxim's MAX31855 Cold-Junction Compensated Thermocouple-to-Digital Converter via SPI

Quick example

>>> import max31855
>>> sensor = max31855.max31855('/dev/spidev1.0')
>>> sensor.read_temperature()
52.75  # Temperature in ºC

About

Python library to read MAX31855 Thermocouple-to-Digital Converter via SPI

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages