UMONS-GFA / ardas

FM Sensors conditionning based on on Arduino
GNU General Public License v3.0
0 stars 1 forks source link

Default GPIO pin for full tank detection is set to input mode instead of output #111

Open awatlet opened 1 year ago

awatlet commented 1 year ago

As a result, the pin is set to high by default whereas it should be set to low. Workaround consists to add the following line in /etc/rc.local

raspi-gpio set 6 op dl ### sets pin 6 to output mode

But it should probably be configured in the init of raspardas.py instead...