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
We currently have pin.pull() to set the pull state of a pin but have no way of fetching the current state of the pin. In order to stay compatible with Tessel 1 firmware, this method should be called pin.mode.
The text was updated successfully, but these errors were encountered:
We currently have
pin.pull()
to set the pull state of a pin but have no way of fetching the current state of the pin. In order to stay compatible with Tessel 1 firmware, this method should be calledpin.mode
.The text was updated successfully, but these errors were encountered: