File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
content/hardware/02.hero/boards/uno-r4-minima/tutorials/cheat-sheet Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -209,10 +209,10 @@ The reference voltage of all digital pins is 5 V.
209
209
The UNO R4 Minima has a total of four LEDs, three of which are programmable:
210
210
- ** ON** - power LED, cannot be programmed.
211
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.
212
+ - ` LED_RX ` - LED labelled "RX" on the board.
213
+ - ` LED_TX ` - LED labelled "TX" on the board.
214
214
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.
216
216
217
217
``` arduino
218
218
void setup(){
You can’t perform that action at this time.
0 commit comments