Create function

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

View File

@@ -23,3 +23,5 @@ def getValues(sensor):
sensor.exit()
raise error
return temp, humidity
getValues()