We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3588f commit b73352dCopy full SHA for b73352d
content/hardware/02.hero/boards/uno-r4-wifi/tutorials/r4-wifi-getting-started/r4-wifi-getting-started.md
@@ -410,7 +410,7 @@ void setup() {
410
// you can also load frames at runtime, without stopping the refresh
411
matrix.loadSequence(frames);
412
matrix.begin();
413
- // turn on autoscroll to avoid calling next() to show the next frame; the paramenter is in milliseconds
+ // turn on autoscroll to avoid calling next() to show the next frame; the parameter is in milliseconds
414
// matrix.autoscroll(300);
415
matrix.play(true);
416
pinMode(LED_BUILTIN, OUTPUT);
0 commit comments