https://github.com/sparkfun/spectacle_button_input_board
https://github.com/sparkfun/spectacle_button_input_board
button hardware sparkfun-products spectacle
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sparkfun/spectacle_button_input_board
- Owner: sparkfun
- Created: 2016-03-21T21:13:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-05T15:17:48.000Z (over 8 years ago)
- Last Synced: 2025-03-06T13:17:46.296Z (7 months ago)
- Topics: button, hardware, sparkfun-products, spectacle
- Language: C
- Size: 1.81 MB
- Stars: 0
- Watchers: 13
- 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