Merge pull request #277 from lurch/patch-3

Docs update - Motor is composed of two PWMOutputDevices
This commit is contained in:
Dave Jones
2016-04-15 16:47:58 +01:00

View File

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