mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2026-01-31 13:45:46 +00:00
Add LedBorg as a subclass of RGBLED
This commit is contained in:
committed by
Andrew Scheller
parent
9278a2f857
commit
3a7acbf89d
@@ -21,5 +21,6 @@ digraph classes {
|
||||
PWMOutputDevice->OutputDevice;
|
||||
PWMLED->PWMOutputDevice;
|
||||
RGBLED->Device;
|
||||
LedBorg->RGBLED;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user