Skip to content

Commit 6d79ff1

Browse files
authored
Merge pull request #2237 from tah997/patch-4
Fixed grammatical error in led-matrix.md
2 parents a20bb5b + 8e52ddb commit 6d79ff1

File tree

1 file changed

+2
-2
lines changed
  • content/hardware/02.hero/boards/uno-r4-wifi/tutorials/led-matrix

1 file changed

+2
-2
lines changed

content/hardware/02.hero/boards/uno-r4-wifi/tutorials/led-matrix/led-matrix.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ The available animations are:
428428
## Animation Generation
429429
We have developed a tool that is used to generate frames and animations to be rendered on the LED Matrix in your browser. This tool is part of [Arduino labs](https://labs.arduino.cc), and is therefore considered experimental software.
430430

431-
To use the tool you need to upload the following sketch, allowing the board to read serial inputs send by the browser.
431+
To use the tool you need to upload the following sketch, allowing the board to read serial inputs sent by the browser.
432432

433433
You can also find the sketch in **File > Examples > LED_Matrix > LivePreview**
434434

@@ -461,7 +461,7 @@ void loop() {
461461

462462
![LED Matrix Editor](assets/led-matrix-tool.png)
463463

464-
Once you've made your animations, you can export them from the tool in the format that lets you use them like [previously discussed](#how-to-write-a-frame).
464+
Once you've made your animations, you can export them from the tool in the format that lets you use them as [previously discussed](#how-to-write-a-frame).
465465

466466
You can find more tips on how to use this tool on [its site](https://ledmatrix-editor.arduino.cc).
467467

0 commit comments

Comments
 (0)