- max31865: changed getTemperature() to temperature()

git-svn-id: http://moon:8086/svn/projects/HendiControl@218 fda53097-d464-4ada-af97-ba876c37ca34
This commit is contained in:
2019-04-03 17:33:37 +00:00
parent 27ebf9463f
commit 6df45b5899
+1 -1
View File
@@ -103,7 +103,7 @@ if __name__ == '__main__':
for i in range (0, 8): for i in range (0, 8):
print("Reg[0x{}]: 0x{:02X}".format(i, max31865.read_reg(i))) print("Reg[0x{}]: 0x{:02X}".format(i, max31865.read_reg(i)))
max31865.getTemperature() max31865.temperature()
print("End of program") print("End of program")