Skip to content

Commit 95693e2

Browse files
committed
Fix linter errors
1 parent 0481dba commit 95693e2

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
@@ -1,5 +1,5 @@
11
---
2-
title: "Using the Arduino UNO R4 WiFi LED matrix"
2+
title: "Using the Arduino UNO R4 WiFi LED Matrix"
33
description: "Get off the ground with the Arduino UNO R4 WiFi's built in LED matrix. Learn the different techniques for controlling it, create animations, graphics or even games."
44
tags:
55
- Guide
@@ -116,7 +116,7 @@ frame[2][1] = 1;
116116
matrix.renderBitmap(frame, 8, 12);
117117
```
118118

119-
## Testing it Out
119+
## Testing It Out
120120

121121
Let's apply these concepts, with two basic sketches that display different frames on your board. First, let's load 3x32bit integer frames and load them one by one.
122122

0 commit comments

Comments
 (0)