Add support for the Pi-Stop Traffic-light board

This commit is contained in:
Andrew Scheller
2016-09-18 16:45:53 +01:00
parent 322ec1316a
commit c35741c793
8 changed files with 123 additions and 31 deletions

View File

@@ -25,6 +25,7 @@ digraph classes {
PiLiterBarGraph->LEDBarGraph;
TrafficLights->LEDBoard;
PiTraffic->TrafficLights;
PiStop->TrafficLights;
TrafficLightsBuzzer->CompositeOutputDevice;
FishDish->TrafficLightsBuzzer;
TrafficHat->TrafficLightsBuzzer;