- MAX31865: use oneshot mode

git-svn-id: http://moon:8086/svn/projects/HendiControl@28 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
2019-02-27 17:31:10 +00:00
parent 97033019fd
commit 6ab62bf658
+1 -1
View File
@@ -76,7 +76,7 @@ def vanDusen_temp(Rmeas):
return T
# Main
write_reg(0x00, 0xe3)
write_reg(0x00, 0xA3)
digits = read_digits()
R = calc_R(430, digits)
T = vanDusen_temp(R)