-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Commit efb02d3
feat(gpio): allows mixing digital and analog read/write operations (#11016)
* feat(gpio): allows mixing digital and analog read/write operations
* fix(gpio): simple mistake in calling __pinMode() fnuction
* fix(gpio): simple mistake in calling __pinMode() fnuction
* feat(gpio): update the log message to tell the solution for the error.
* feat(gpio): warn user about digitalRead() used with non GPIO pin
* fix(gpio): wrong peripheral manager test case1 parent fb5f11b commit efb02d3
1 file changed
+6
-8
lines changedLines changed: 6 additions & 8 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
176 | - | ||
176 | + | ||
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
| |||
182 | 182 |
| |
183 | 183 |
| |
184 | 184 |
| |
185 | - | ||
186 | - | ||
187 | - | ||
188 | - | ||
189 | - | ||
190 | - | ||
191 | - | ||
185 | + | ||
186 | + | ||
187 | + | ||
188 | + | ||
192 | 189 |
| |
190 | + | ||
193 | 191 |
| |
194 | 192 |
| |
195 | 193 |
| |
|
0 commit comments