Skip to content

Commit 808717f

Browse files
Merge f761418 into 64545a0
2 parents 64545a0 + f761418 commit 808717f

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ The reference voltage of all digital pins is 5 V.
209209
The UNO R4 Minima has a total of four LEDs, three of which are programmable:
210210
- **ON** - power LED, cannot be programmed.
211211
- `LED_BUILTIN` - classic "built-in LED", attached to pin 13.
212-
- `RX_LED` - LED labelled "RX" on the board.
213-
- `TX_LED` - LED labelled "TX" on the board.
212+
- `LED_RX` - LED labelled "RX" on the board.
213+
- `LED_TX` - LED labelled "TX" on the board.
214214

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

0 commit comments

Comments
 (0)