SPICE Libraries
What are SPICE Libraries?
The Pinball Library is a collection of Arduino functions useful for pinball programs, that work with the specific electronic components we use in camp. The SPICE Sketchbook is a collection of Arduino sketches used in these tutorials.
Installing the Pinball Library
- Quit Arduino if it is open. Download the zip file from https://github.com/dileepvr/spice-pinball
- Unzip contents into the Arduino Libraries folder. This should create a folder called spice-pinball in the Libraries folder. (You can also place this into the Sketchbook folder with no ill effects).
- Rename the spice-pinball folder “Pinball” (be sure to capitalize the ‘P’).
- Open the Arduino IDE, and check the popup list File->Examples for your new ‘Pinball’ library.
Installing the SPICE Sketchbook
- Download the zip file from https://github.com/ayocom/spice-arduino.
- Unzip contents and place folders directly into the Arduino folder (not the libraries folder).
- Rename the spice-arduino folder “Spice” (be sure to capitalize the ‘S’).
- Open Arduino. The SPICE sketches should now be accessible via File » Sketchbook
If your Arduino has a counterfeit FTDI chip
Mac OSX: See here, at Mekku’s answer.