#include <AH/Hardware/LEDs/LEDs.hpp>
Go to the source code of this file.
Classes | |
class | DotBarDisplayLEDs< N > |
A class for LED bars. More... | |
Enumerations | |
enum class | DotBarMode : bool { Bar = false , Dot = true } |
An enumeration type to set an LED display to either bar or dot mode. More... | |
|
strong |
An enumeration type to set an LED display to either bar or dot mode.
Enumerator | |
---|---|
Bar | Turn on a range of LEDs up to the active LED. |
Dot | Turn on only the active LED. |
Definition at line 12 of file DotBarDisplayLEDs.hpp.