You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have GPIO pins connected to a circuit which requires no internal biasing (no pull-up; no pull-down). asyncgpio seems to only support pull-up biasing.
In attempting to patch this myself, I hit a dead end. I have something that sort-of works, but only by also using gpiozero for doing some initialization code. I don't know what it does. I assume this could be possible with only asyncgpio:
I have GPIO pins connected to a circuit which requires no internal biasing (no pull-up; no pull-down).
asyncgpio
seems to only support pull-up biasing.In attempting to patch this myself, I hit a dead end. I have something that sort-of works, but only by also using
gpiozero
for doing some initialization code. I don't know what it does. I assume this could be possible with onlyasyncgpio
:Only then am I be able to do this and have it actually disable bias:
The text was updated successfully, but these errors were encountered: