From 7bbe22d4db1b2b07d96c3c63d1eacee9afa74744 Mon Sep 17 00:00:00 2001 From: Fr4ng <100422525+Fr4ng@users.noreply.github.com> Date: Thu, 26 Oct 2023 10:02:23 +0200 Subject: [PATCH] Update content.md Updated the LEDs description table with the pin mapping for the RESET led used in RED color --- .../07.opta/opta-family/opta/tutorials/user-manual/content.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/hardware/07.opta/opta-family/opta/tutorials/user-manual/content.md b/content/hardware/07.opta/opta-family/opta/tutorials/user-manual/content.md index 22b7972f21..b814fcafe7 100644 --- a/content/hardware/07.opta/opta-family/opta/tutorials/user-manual/content.md +++ b/content/hardware/07.opta/opta-family/opta/tutorials/user-manual/content.md @@ -366,7 +366,8 @@ User-programmable LEDs are mapped as described in the following table: | `STATUS 3` | `LED_D2`/`LED_RELAY3` | | `STATUS 4` | `LED_D3`/`LED_RELAY4` | | `USER` (WiFi variant only) | `LED_USER`/`LEDB` | -| `RESET` | `LED_BUILTIN` | +| `RESET` (Green color) | `LED_BUILTIN`/`LEDG` | +| `RESET` (Red color) | `LEDR` | 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.