-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit 9b2ba95
Enable
At the time the "Compile Examples" CI workflow was written, the Portenta H7 board did not have a `pulseIn()` function.
Although this was a legitimate bug, since this was an issue with the `arduino/ArduinoCore-mbed` code base, already
tracked there, and unrelated to the code hosted in this repository, it was determined that the best approach would be to
configure the workflow to not compile the examples that used `pulseIn()` for the Portenta H7.
Since that time, `pulseIn()` has been implemented for Portenta H7 and so we can now compile these sketches for that board.pulseIn()
sketches for Portenta in sketch compilation workflow1 parent 759c03b commit 9b2ba95
1 file changed
+1
-3
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
132 | 132 |
| |
133 | 133 |
| |
134 | 134 |
| |
135 | - | ||
136 | - | ||
137 | - | ||
135 | + | ||
138 | 136 |
| |
139 | 137 |
| |
140 | 138 |
| |
|
0 commit comments