adding test protocols

This commit is contained in:
2022-11-28 15:59:29 -05:00
parent 364b9c453d
commit 5a2c771b38

View File

@@ -24,4 +24,5 @@ def getValues(sensor):
raise error
return temp, humidity
getValues(sensor)
temp = getValues(sensor)
print (temp)