Download

Fork me on GitHub

Download the Library

The first version of the stonesThrow library is available for download!

The *UPDATED* version of the stonesThrow library is available for download!
Runs on Arduino 1.0.5

Version A002 ( github ) Released: October 8 , 2013

This library is being actively developed and the included functions are in the early proof of concept stages. There is a lot of room for optimization and improvement. Suggestions are welcome.


Installing the Library

  • Download and unpack the archive
  • Place the StonesThrow folder inside /Arduino/Documents/libraries folder. The path should resemble: ~/Documents/arduino/libraries
  • Restart the Arduino IDE if it is open.
  • StonesThrow should now appear in the Sketch\Import Library menu


Include the Library

There are two ways to include the library in a sketch:

  • At the top of your sketch, type

    #include <StonesThrow.h>

  • using the menus, select: Sketch\Import Library\StonesThrow


Use the Library

Full function details and examples are available on the Reference page .