adding test protocols
This commit is contained in:
@@ -24,4 +24,5 @@ def getValues(sensor):
|
|||||||
raise error
|
raise error
|
||||||
return temp, humidity
|
return temp, humidity
|
||||||
|
|
||||||
getValues(sensor)
|
temp = getValues(sensor)
|
||||||
|
print (temp)
|
||||||
Reference in New Issue
Block a user