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
Fix Arduino.h portOutputRegister() and portModeRegister()
This functions were using the OUTSET and DIRSET registers instead
of SET and DIR. The xxxSET registers only do something when a "1"
is written to any of their bits, writting a "0" does nothing.
0 commit comments