Arduino Helpers master
Utility library for Arduino
Classes | Enumerations
DotBarDisplayLEDs.hpp File Reference
#include <AH/Hardware/LEDs/LEDs.hpp>
+ Include dependency graph for DotBarDisplayLEDs.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...
 

Enumeration Type Documentation

◆ DotBarMode

enum class DotBarMode : bool
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.