Skip to content

Commit b5cf9d5

Browse files
committed
Update cheat-sheet.md
1 parent f761418 commit b5cf9d5

File tree

1 file changed

+1
-1
lines changed
  • content/hardware/02.hero/boards/uno-r4-minima/tutorials/cheat-sheet

1 file changed

+1
-1
lines changed

content/hardware/02.hero/boards/uno-r4-minima/tutorials/cheat-sheet/cheat-sheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ The UNO R4 Minima has a total of four LEDs, three of which are programmable:
212212
- `LED_RX` - LED labelled "RX" on the board.
213213
- `LED_TX` - LED labelled "TX" on the board.
214214

215-
To control these, define them as outputs and write desired state. The below example blinks each LED every second.
215+
To control these, define them as outputs and write the desired state. The below example blinks each LED every second.
216216

217217
```arduino
218218
void setup(){

0 commit comments

Comments
 (0)