Skip to content

Commit

Permalink
Update install and document commands
Browse files Browse the repository at this point in the history
  • Loading branch information
iamruinous committed Dec 23, 2013
1 parent c368c67 commit 9401979
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

Collections of projects that use blinky-tape

## Install

1. Install [Arduino 1.0.5](http://arduino.cc/en/Main/Software)
2. Install [ino](https://pypi.python.org/pypi/ino/)
3. make upload

## Test It

ino serial


## Commands

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


## Development Setup

In order to run tests, you'll need cppunit. On Debian based systems:
Expand All @@ -15,3 +40,4 @@ In order to run tests, you'll need cppunit. On Debian based systems:
### Build, Test and Upload

make all

0 comments on commit 9401979

Please sign in to comment.