An open API service indexing awesome lists of open source software.

https://github.com/sparkfun/spectacle_motion_board

Spectacle line board which allows for the connection of up to five small servo motors.
https://github.com/sparkfun/spectacle_motion_board

accelerometer hardware sparkfun-products spectacle

Last synced: 3 months ago
JSON representation

Spectacle line board which allows for the connection of up to five small servo motors.

Awesome Lists containing this project

README

          

SparkFun AutoDriver Libraries
==========

Libraries for using the AutoDriver in various environments

Directory Contents
-------------------
* **/Arduino** - [Arduino IDE](http://www.arduino.cc/en/Main/Software) library and example files

License Information
-------------------
This product is open source!
The code is beerware; if you see me (or any other SparkFun employee) at the local, and you've found our code helpful, please buy us a round!
Please use, reuse, and modify these files as you see fit. Please maintain attribution to SparkFun Electronics and release anything derivative under the same license.

Distributed as-is; no warranty is given.

- Your friends at SparkFun.

BUILD INSTRUCTIONS:
---------------------
While we make every effort to keep our library repositories up-to-date with the product repositories, it may be a good idea to update the libraries to the latest version.

To get the most up-to-date version of the library, you must use the following git subtree commands.

git subtree add -P Libraries/Arduino --squash https://github.com/sparkfun/SparkFun_AutoDriver_Arduino_Library master

git subtree pull -P Libraries/Arduino --squash https://github.com/sparkfun/SparkFun_AutoDriver_Arduino_Library master