led controller: port to teensy 3.1
authorClinton Ebadi <clinton@unknownlamer.org>
Wed, 26 Nov 2014 00:53:49 +0000 (19:53 -0500)
committerClinton Ebadi <clinton@unknownlamer.org>
Wed, 26 Nov 2014 00:53:49 +0000 (19:53 -0500)
commite732331a7722e334a0f6adc36275206216dff56c
treef35c57dd5162197af64f9d03c345b914716b1e42
parent284e8f428f36175c1e4d639f8d9ad3f750a9bc5b
led controller: port to teensy 3.1
 - For now, only target the teensy 3.1.
 - Target full 16-bit pwm (not sure if clock set correctly for full use
   though)
 - Eliminate color correction code
   - Likely wrong anyway
 - Revert to simple text based protocol
   - Teensy I/O is buffered, this is easier
 - Blink random colors when no device has the serial port open
arduino_rgb_led/arduino_rgb_led.ino [moved from arduino_rgb_led/pwm_rgb_led_corrected.ino with 63% similarity]
led-controller.scm