Skip to content

Commit

Permalink
Merge branch 'test/led_indicator_ci' into 'master'
Browse files Browse the repository at this point in the history
test: led indicator ci

See merge request ae_group/esp-iot-solution!973
  • Loading branch information
leeebo committed Apr 1, 2024
2 parents 29b5a8d + cbfcb72 commit 78ab2bc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 deletions components/led/led_indicator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@

As one of the simplest output peripherals, LED indicators can indicate the current operating state of the system by blinking in different types. ESP-IoT-Solution provides an LED indicator component with the following features:

* Can define multiple groups of different blink types
* Can define the priority of blink types
* Can set up multiple indicators
* LEDC and other drivers support adjustable brightness, gradient
* Support adjustment light with gamma
* Supports LED strips types like WS2812 and SK6812, and offers gradual color transitions based on the color wheel, brightness transitions, and the ability to specify LED index.
* Can define multiple groups of different blink types.
* Can define the priority of blink types.
* Can set up multiple indicators.
* LEDC and other drivers support adjustable brightness, gradient.
* Support adjustment light with gamma.
* Supports LED strips types like WS2812 and SK6812, and offers gradual color transitions based on the color wheel, brightness. transitions, and the ability to specify LED index.

### Support LED Types

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# SPDX-FileCopyrightText: 2023 Espressif Systems (Shanghai) CO LTD
# SPDX-FileCopyrightText: 2023-2024 Espressif Systems (Shanghai) CO LTD
#SPDX-License-Identifier: Apache-2.0

import pytest
from pytest_embedded import Dut

@pytest.mark.target('esp32s3')
@pytest.mark.env('led_indicator')
@pytest.mark.timeout(1000)
def test_led_indicator(dut: Dut)-> None:
dut.run_all_single_board_cases(timeout = 1000)

0 comments on commit 78ab2bc

Please sign in to comment.