Document and test the LineSensor class properly. Multi-sensor devices
can wait for now.
This commit is contained in:
Dave Jones
2016-04-02 18:30:47 +01:00
parent a59f8f6b35
commit 23a63697b6
4 changed files with 80 additions and 13 deletions

View File

@@ -23,6 +23,7 @@ digraph classes {
Button->DigitalInputDevice;
MotionSensor->SmoothedInputDevice;
LightSensor->SmoothedInputDevice;
LineSensor->SmoothedInputDevice;
OutputDevice->GPIODevice;
DigitalOutputDevice->OutputDevice;