Create function

This commit is contained in:
2022-11-28 15:52:37 -05:00
parent 04999a7869
commit f34af6dae3

View File

@@ -22,4 +22,6 @@ def getValues(sensor):
except Exception as error:
sensor.exit()
raise error
return temp, humidity
return temp, humidity
getValues()