Blinky Tape sketch for high-performance TDD/BDD notifications
- Install Arduino 1.0.5
- Install ino
- make upload
ino serial
r : Red
b : Blue
g : Green
y : Yellow
w : White
f : Flash current color quickly
p : Pulse current color slowly
s : Solid
t : Test Pattern
x : Rainbow Pattern
c : Cop Lights
d : Deploy Pattern (Rocket to the moon!)
i : One-shot progress bar
0 - 9 : Brightness (0-100%)
In order to run tests, you'll need cppunit. On Debian based systems:
sudo apt-get install libcppunit-dev
make test
make all