Embedded Artistry Framework
Embedded Systems C++ Framework
Classes | Namespaces | Typedefs
led.hpp File Reference
#include "driver.hpp"
#include "gpio.hpp"
Include dependency graph for led.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  embvm::led::base
 This class provides LED interface definitions. More...
 
class  embvm::led::gpio< TActiveHigh >
 This class manages a GPIO object which is attached to an LED. More...
 

Namespaces

 embvm
 Embedded framework core interfaces, classes, and definitions.
 
 embvm::led
 Definitions, functions, and classes related to LED devices.
 

Typedefs

using embvm::led::gpioActiveHigh = gpio< true >
 Alias for declaring an led::gpio that is active high. More...
 
using embvm::led::gpioActiveLow = gpio< false >
 Alias for declaring an led::gpio that is active low. More...