Styra Project prototype input devices
Styra prototypes are defined by their layout, button configuration, electronic components and firmware. Each prototype should include a text description of the prototype, a list of the components used to assemble the physical prototype, required libraries, diagram of electronic component, button macro configuration and Arduino sketch.
- Install Arduino IDE (1.6.5)
- Install Required Libraries
- Sketch -> Include Libraries -> Manage Libraries
- Adafruit MCP23017 Arduino Library
- Document the Sketchbook location
- File -> Preferences
- Record the Sketchbook location (/home/lhindman/workspace/Arduino)
- Checkout the Styra libraries into the Sketchbook libraries folder
- cd /home/lhindman/workspace/Arduino/libraries
- git clone https://github.com/styraproject/Styra_Config.git
- git clone https://github.com/styraproject/Styra_Controller.git
- git clone https://github.com/styraproject/Styra_Core.git
- git clone https://github.com/styraproject/Styra_Pointer.git
- Checkout the Styra prototypes into the Skechbook folder
- cd /home/lhindman/workspace/Arduino
- git clone https://github.com/styraproject/Styra_Prototypes.git