Skip to content

Commit

Permalink
README.md: fix code fragment typo; add UNO R4 to the list of unsuppor…
Browse files Browse the repository at this point in the history
…ted platforms
  • Loading branch information
bxparks committed Jan 17, 2024
1 parent 9044212 commit 88b871b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,8 +380,8 @@ void setup() {
}
void loop() {
blinkLed.runCoroutineWithProfiling();
printHelloWorld.runCoroutineWithProfiling();
blinkLed.runCoroutineWithProfiler();
printHelloWorld.runCoroutineWithProfiler();
printProfiling.runCoroutineWithProfiler();
}
```
Expand Down Expand Up @@ -910,8 +910,9 @@ compiler errors:
* Any platform using the ArduinoCore-API
(https://github.com/arduino/ArduinoCore-api). For example:
* Nano Every
* MKRZero
* Arduino Nano Every
* Arduino MKRZero
* Arduino UNO R4
* Raspberry Pi Pico RP2040
<a name="ToolChain"></a>
Expand Down

0 comments on commit 88b871b

Please sign in to comment.