Skip to content

pycom LoPy library and example code for Adafruit MAX31856 Universal Thermocouple Amplifier

License

Notifications You must be signed in to change notification settings

kurta241/MAX31856

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MAX31856

pycom LoPy library and example code for Adafruit MAX31856 Universal Thermocouple Amplifier

Wiring

LoPy MAX31856
3.3V --> Vin
Gnd --- Gnd
P9 (SDA) --> CS
P10 (SCL) --> SCK
P11 (MOSI) --> SDI
P12 (MISO) <-- SDO

CS: Use different output Pins for multiple sensors. Pin 'P9' is default chip select output pin.

tc = MAX31856(avgsel=0x03,tc_type=MAX31856_K_TYPE, cs_pin='P9')  

About

pycom LoPy library and example code for Adafruit MAX31856 Universal Thermocouple Amplifier

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages