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.
Showing
Please register or sign in to comment