We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 96f9033 + 345d75d commit 0d2c7d4Copy full SHA for 0d2c7d4
enviroplus/gas.py
@@ -64,7 +64,7 @@ def setup():
64
else:
65
adc.set_sample_rate(1600)
66
67
- _heater = gpiodevice.get_pin("GPIO24")
+ _heater = gpiodevice.get_pin("GPIO24", "EnviroPlus", OUTH)
68
69
atexit.register(cleanup)
70
0 commit comments