Sound Byte Libs 29c5ff3
C++ firmware library for audio applications on 32-bit ARM Cortex-M processors
Loading...
Searching...
No Matches
Public Attributes | List of all members
sbl::components::display::RgbLedState Struct Reference

#include <rgb_led.hpp>

Collaboration diagram for sbl::components::display::RgbLedState:

Public Attributes

uint8_t r
 
uint8_t g
 
uint8_t b
 

Detailed Description

Definition at line 45 of file rgb_led.hpp.

Member Data Documentation

◆ b

uint8_t sbl::components::display::RgbLedState::b

Definition at line 48 of file rgb_led.hpp.

◆ g

uint8_t sbl::components::display::RgbLedState::g

Definition at line 47 of file rgb_led.hpp.

◆ r

uint8_t sbl::components::display::RgbLedState::r

Definition at line 46 of file rgb_led.hpp.


The documentation for this struct was generated from the following file: