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 64545a0 commit f761418Copy full SHA for f761418
content/hardware/02.hero/boards/uno-r4-minima/tutorials/cheat-sheet/cheat-sheet.md
@@ -209,8 +209,8 @@ The reference voltage of all digital pins is 5 V.
209
The UNO R4 Minima has a total of four LEDs, three of which are programmable:
210
- **ON** - power LED, cannot be programmed.
211
- `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.
+- `LED_RX` - LED labelled "RX" on the board.
+- `LED_TX` - LED labelled "TX" on the board.
214
215
To control these, define them as outputs and write desired state. The below example blinks each LED every second.
216
0 commit comments