Docs update - Motor is composed of two PWMOutputDevices

This commit is contained in:
Andrew Scheller
2016-04-13 16:30:50 +01:00
parent 76ba188f85
commit 66264001e5

View File

@@ -16,4 +16,5 @@ digraph classes {
TrafficLightsBuzzer->Button;
Robot->Motor;
Motor->PWMOutputDevice;
}