Add Servo to Composed Devices image

This commit is contained in:
Andrew Scheller
2016-09-18 16:19:19 +01:00
parent 322ec1316a
commit ae24304f8f
4 changed files with 31 additions and 19 deletions

View File

@@ -21,4 +21,6 @@ digraph classes {
Robot->Motor;
Motor->DigitalOutputDevice;
Motor->PWMOutputDevice;
Servo->PWMOutputDevice;
}