Skip to content

Commit

Permalink
Added Arduino library install instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
gniezen committed Sep 10, 2014
1 parent f666893 commit 99693bb
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion firmware/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# Openpump: Firmware

## Setup

To get this up and running in your Arduino environment, you need two libraries:
- [Encoder](https://www.pjrc.com/teensy/td_libs_Encoder.html)
- [Gameduino2]

Install it in the Arduino environment using the [official instructions](http://arduino.cc/en/Guide/Libraries).

## Working with Gameduino 2
If you want to create your own assets for Gameduino 2, follow the setup instructions below and also see the instruction on the [Gameduino 2 website](http://excamera.com/sphinx/gameduino2/code.html#gd2code).

### Setup
### Library setup
Prerequisites:
- Install PIL using `sudo pip install pil`
- Install Gameduino 2 asset converter and Python libraries using `sudo pip install gameduino2`
Expand Down

0 comments on commit 99693bb

Please sign in to comment.