Raspberry Pi and blink(1)
blink(1) and Raspberry Pi work great together
Building the command-line tool from source
$ sudo apt-get install libusb-1.0-0-dev
$ git clone https://github.com/todbot/blink1.git
$ cd blink1/commandline
$ make
$ sudo ./blink1-tool --on
