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
it is possible to configure the GPIO pins of the chip to use push-pull instead of open-drain.
open-drain is the default configuration but in my eyes push-pull is more usefull.
I don't know if there is a fancy linux interface for such so i will not deliver a pull request or patch.
For my usecase it was fine to just hardcode all GPIO pins to push-pull but it would be nice if someone can improve this and add it to this driver.
it is possible to configure the GPIO pins of the chip to use push-pull instead of open-drain.
open-drain is the default configuration but in my eyes push-pull is more usefull.
I don't know if there is a fancy linux interface for such so i will not deliver a pull request or patch.
For my usecase it was fine to just hardcode all GPIO pins to push-pull but it would be nice if someone can improve this and add it to this driver.
The text was updated successfully, but these errors were encountered: