mirror of
https://github.com/KevinMidboe/python-gpiozero.git
synced 2025-10-29 17:50:37 +00:00
Add StatusBoard and StatusZero to docs and device hierarchy
This commit is contained in:
@@ -127,6 +127,20 @@ Energenie
|
||||
:inherited-members:
|
||||
:members:
|
||||
|
||||
StatusZero
|
||||
==========
|
||||
|
||||
.. autoclass:: StatusZero
|
||||
:inherited-members:
|
||||
:members:
|
||||
|
||||
StatusBoard
|
||||
===========
|
||||
|
||||
.. autoclass:: StatusBoard
|
||||
:inherited-members:
|
||||
:members:
|
||||
|
||||
SnowPi
|
||||
======
|
||||
|
||||
@@ -168,4 +182,3 @@ CompositeDevice
|
||||
|
||||
.. autoclass:: CompositeDevice(\*args, _order=None, \*\*kwargs)
|
||||
:members:
|
||||
|
||||
|
||||
@@ -90,11 +90,13 @@ digraph classes {
|
||||
ButtonBoard->HoldMixin;
|
||||
PiLiter->LEDBoard;
|
||||
PiLiterBarGraph->LEDBarGraph;
|
||||
StatusZero->LEDBoard;
|
||||
TrafficLights->LEDBoard;
|
||||
SnowPi->LEDBoard;
|
||||
PiTraffic->TrafficLights;
|
||||
PiStop->TrafficLights;
|
||||
TrafficLightsBuzzer->CompositeOutputDevice;
|
||||
StatusBoard->CompositeOutputDevice;
|
||||
FishDish->TrafficLightsBuzzer;
|
||||
TrafficHat->TrafficLightsBuzzer;
|
||||
Robot->CompositeDevice;
|
||||
@@ -115,4 +117,3 @@ digraph classes {
|
||||
PingServer->InternalDevice;
|
||||
CPUTemperature->InternalDevice;
|
||||
}
|
||||
|
||||
|
||||
Binary file not shown.
Binary file not shown.
|
Before Width: | Height: | Size: 247 KiB After Width: | Height: | Size: 253 KiB |
File diff suppressed because it is too large
Load Diff
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 48 KiB |
Reference in New Issue
Block a user