Experiments in controlling LEDs using Guile + Arduino
authorClinton Ebadi <clinton@unknownlamer.org>
Mon, 24 Nov 2014 03:09:31 +0000 (22:09 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Mon, 24 Nov 2014 03:09:31 +0000 (22:09 -0500)
commitfa726f85d95a8da22ede03913ab87b8d4624350f
tree2627097f5985598bd062b32f8f01f7d16d4010c9
parenta1a5e67d90db96b00dfa07efd7b315a74e440293
Experiments in controlling LEDs using Guile + Arduino

led-controller.scm is the current working daemon. It is licensed under
the GPLv3 as it is becoming a "real" program and will likely be
released on its own.

picker/* are from the raphael js graphics library demos and are MIT
licensed. They connect to the led daemon using GET requests to set the
current color.

fade3.scm, fade4.scm, and led-web.scm are hacks that gradually evolved
into led-controller.scm
COPYING.GPL3 [new file with mode: 0644]
fade3.scm [new file with mode: 0644]
fade4.scm [new file with mode: 0644]
led-controller.scm [new file with mode: 0644]
led-web.scm [new file with mode: 0644]
picker/colorpicker.js [new file with mode: 0644]
picker/colorwheel.js [new file with mode: 0644]
picker/picker.html [new file with mode: 0644]
picker/raphael.js [new file with mode: 0644]