Example code and eagle files for r00tz badge 2016
##To Solder the Badge Under the HookupGuide folder has the hook-up soldering guide.
##BOM - Bill of Materials
###SparkFun
- SparkFun Redstick
- LED Array
- IR LED
- 4x Arduino Stackable Header - 6 pin
- 2x Momentary Pushbutton Switch - 12mm Square
- BONUS: Thumb Joystick
- BONUS: Joystick PCB
###Pololu
###Digikey
###Coding time!
####Redstick - An Arduino in a small form factor! The Redstick guide is jammed packed with infomation on pin outs and how to get started coding!
If you are using Windows, you will need to install FTDI Drivers.
####Arduino IDE You will need to download the Arduino IDE here. Arduino is completely free and open source! What is great about the Arduino is that the community is huge and there is tons of example code and guides to help jump start your own projects. Included in this repo is r00tz example code and libraries. To learn how to add the r00tz arduino libraries, please follow this tutorial.
Happy hacking!