Add LedBorg as a subclass of RGBLED

This commit is contained in:
Andrew Scheller
2016-05-26 18:34:51 +00:00
committed by Andrew Scheller
parent 9278a2f857
commit 3a7acbf89d
8 changed files with 75 additions and 14 deletions

View File

@@ -21,5 +21,6 @@ digraph classes {
PWMOutputDevice->OutputDevice;
PWMLED->PWMOutputDevice;
RGBLED->Device;
LedBorg->RGBLED;
}