LED Manager

LED Manager Overview

The LED Manager allows developers to configure LED settings, manage individual LED states, and process state transitions in a structured and efficient manner. Whether for simple on/off states or more complex lighting effects, the LED Manager streamlines the control of LEDs, making it an essential component for devices with visual feedback indicators or lighting effects.

Application Interface

The below table captures the functions that are to be called from the application layer.

API Functions

Function

Description

rs_led_manager_init

To open the LED manager.

rs_led_manager_set

To sets the state of a specific LED.

rs_led_manager_process

To processes the LED manager tasks.

Error Code

  • Every API’s for the led manager returns some success or failure values. Please refer below section,

LED Manager Header Details

Documentation from the relevant header as follows:

Warning

doxygenfile: Cannot find file “rs_led_manager.h