summaryrefslogtreecommitdiffstats
path: root/bridge.py
AgeCommit message (Collapse)AuthorFilesLines
2016-09-27Move color vectors into separate fileRaymond Hogenson1-61/+7
RGB vector has additionally been added, and color mixing happens in RGB.
2016-09-27Modify lights to select a random colorRaymond Hogenson1-29/+87
They should choose a random color in the correct interval and transition gradually to it, however this code is currently untested.
2016-09-27Updates from first testgroup11-6/+27
2016-09-18Create initial demo which should gently flashgroup11-0/+59