Add DistanceSensor to the hierarchy diagram

This commit is contained in:
Dave Jones
2016-04-04 14:48:17 +01:00
parent 387c25d6e1
commit 6f3d34c91e
5 changed files with 82 additions and 73 deletions

View File

@@ -24,6 +24,7 @@ digraph classes {
MotionSensor->SmoothedInputDevice;
LightSensor->SmoothedInputDevice;
LineSensor->SmoothedInputDevice;
DistanceSensor->SmoothedInputDevice;
OutputDevice->GPIODevice;
DigitalOutputDevice->OutputDevice;