- must import math module
This commit is contained in:
parent
de14a55ca3
commit
d8d389d3c7
@ -1,5 +1,6 @@
|
||||
#!/usr/bin/python
|
||||
import RPi.GPIO as GPIO
|
||||
import math
|
||||
|
||||
class MAX31855(object):
|
||||
'''Python driver for [MAX38155 Cold-Junction Compensated Thermocouple-to-Digital Converter](http://www.maximintegrated.com/datasheet/index.mvp/id/7273)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user