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.
- Host: GitHub
- URL: https://github.com/sparkfun/spectacle_motion_board
- Owner: sparkfun
- Created: 2016-07-15T21:16:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-05T17:00:56.000Z (over 8 years ago)
- Last Synced: 2025-03-06T13:17:47.321Z (7 months ago)
- Topics: accelerometer, hardware, sparkfun-products, spectacle
- Language: C
- Size: 1.87 MB
- Stars: 0
- Watchers: 33
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 filesLicense 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