This commit is contained in:
2022-11-28 16:01:06 -05:00
parent e776ae4c7f
commit bf8b578272

View File

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