summaryrefslogtreecommitdiff
path: root/arduino/rgb/rgb.ino
AgeCommit message (Collapse)AuthorFilesLines
2017-02-22This time i did it correctly, all buttons, sliders etc work as intended when ↵daniel-Jones1-0/+12
disconnected.
2017-02-22Added new buttons/sliders/etc to the disable/enable sections leaving them ↵daniel-Jones1-1/+0
only accesible when usable. New sliders now default to 0.
2017-02-15Fade with individual speed control now works, can fade each color at its own ↵daniel-Jones1-20/+108
speed. Serial communication revamped to allow extra commands in both the front and backend.
2017-02-13added fade ability to Arduino sketch, using psuedo threading. Rework of ↵daniel-Jones1-33/+97
serial communication also started, the Qt interface is currently under development to support fading.
2016-05-30First code commitdaniel-Jones1-0/+44