RTLib
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Led::Config Struct Reference

Configuration for LED. More...

#include <led.h>

Public Attributes

uint8_t id = 0
 ID of the LED. More...
 
bool polarity = false
 If true, LED is assumed to be active low. More...
 

Detailed Description

Configuration for LED.

Member Data Documentation

uint8_t Led::Config::id = 0

ID of the LED.

See your device configuration header file to see which id corresponds to which hardware LED.

bool Led::Config::polarity = false

If true, LED is assumed to be active low.


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