Skip to content

Commit 3536d29

Browse files
Merge b5cf9d5 into 64545a0
2 parents 64545a0 + b5cf9d5 commit 3536d29

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,10 +209,10 @@ 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

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)