- 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:
@@ -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")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user