Commit 52127a2
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.1 parent 75baa76 commit 52127a2
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
112 | | - | |
| 112 | + | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments