Skip to content

Commit 5ff1649

Browse files
authored
Update content.md (#1444)
Updated the LEDs description table with the pin mapping for the RESET led used in RED color
1 parent cd55cda commit 5ff1649

File tree

1 file changed

+2
-1
lines changed
  • content/hardware/07.opta/opta-family/opta/tutorials/user-manual

1 file changed

+2
-1
lines changed

content/hardware/07.opta/opta-family/opta/tutorials/user-manual/content.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,8 @@ User-programmable LEDs are mapped as described in the following table:
366366
| `STATUS 3` | `LED_D2`/`LED_RELAY3` |
367367
| `STATUS 4` | `LED_D3`/`LED_RELAY4` |
368368
| `USER` (WiFi variant only) | `LED_USER`/`LEDB` |
369-
| `RESET` | `LED_BUILTIN` |
369+
| `RESET` (Green color) | `LED_BUILTIN`/`LEDG` |
370+
| `RESET` (Red color) | `LEDR` |
370371

371372
The sketch below shows how to create a Knight Rider-style "scanning" effect using Opta™s user LEDs. It works by sequentially lighting up each user's LED, creating a visual effect of scanning back and forth. This effect is achieved by defining an array of the user LED identifiers and using loops to cycle through these identifiers, turning each user LED on and off in sequence.
372373

0 commit comments

Comments
 (0)