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
When trying to set the input mode of a pin to "INPUT_PULLUP", strange behavior occurs.
In this case, we have the input connected to a simple toggle-switch, which, if PULLUP is set, always returns a LOW.
Looking through the prototype sketch, there seems to never be a reference to PULLUP, which might explain why it seems to be impossible to set the input type to PULLUP.
The text was updated successfully, but these errors were encountered:
Hey guys, check out my fork. https://github.com/hamsolo474/Python-Arduino-Command-API
I added the INPUT_PULLUP functionality for you, however I don't have an arduino to test this on any more.
If one of you could test this I'll submit a pull request
When trying to set the input mode of a pin to "INPUT_PULLUP", strange behavior occurs.
In this case, we have the input connected to a simple toggle-switch, which, if PULLUP is set, always returns a LOW.
Looking through the prototype sketch, there seems to never be a reference to PULLUP, which might explain why it seems to be impossible to set the input type to PULLUP.
The text was updated successfully, but these errors were encountered: