Fix of issue 3
_LED
class added to avoid conflict with compiling MightyCore. The class name LED
conflicts with a global variable. To avoid this, a class derived from LED
to let have different name.
The usage of _LED
class is just same as LED
.
Sample code is available in examples/concept_examples/abstracting_LEDs_in_MightyCore.