Structure representing an LED configuration.
This structure contains the configuration parameters for an LED, including the port and pin numbers, as well as an identifier for the LED. It is used to initialize and control the LED hardware.
Public Attributes#
uint8_t
Pin number of the LED.
uint8_t
Port number of the LED.
uint8_t
LED number for identification.