mirror of https://github.com/nealey/Simon-Says
Update repo structure and add hardware files
This commit is contained in:
parent
3fb180c8ef
commit
ba933eccec
|
@ -0,0 +1,14 @@
|
|||
# What Are these Files?
|
||||
|
||||
The .sch and .brd files hare are Eagle CAD schematic and PCB design files.
|
||||
|
||||
These files were created with Eagle 5.1.0, you'll need Eagle 5.0 or later to open them up. There is a free, lite, version of Eagle available from [cadsoftusa.com](cadsoftusa.com).
|
||||
|
||||
|
||||
# License
|
||||
|
||||
This product is open source! These Eagle files are released under the Creative Commons Share-Alike Attribution license ([CC BY-SA 3.0](http://creativecommons.org/licenses/by-sa/3.0/us/)).
|
||||
|
||||
Please use, reuse, and modify these files as you see fit. Please maintain attribution and release anything derivative under the same license.
|
||||
|
||||
- Your friends at SparkFun.
|
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,28 @@
|
|||
Simon Says
|
||||
==========
|
||||
|
||||
[![Simon Says](https://dlnmh9ip6v2uc.cloudfront.net/images/products/1/0/5/4/7/Simon_Action.jpg
|
||||
*Simon Says (KIT-10547)*](https://www.sparkfun.com/products/10547)
|
||||
|
||||
Simon Says is an open source hardware memory game that teaches through-hole soldering basics.
|
||||
|
||||
The firmware was developed in Arduino v1.0. The Eagle files were developed in Eagle v5.1. You will need these versions or newer to open the files.
|
||||
|
||||
Repository Contents
|
||||
-------------------
|
||||
|
||||
* **/Firmware** - Any firmware that the part ships with,
|
||||
* **/Hardware** - All Eagle design files (.brd, .sch, .STL)
|
||||
* **/Production** - Test bed files and production panel files
|
||||
|
||||
|
||||
Product Versions
|
||||
----------------
|
||||
* [KIT-10547](https://www.sparkfun.com/products/10547)- Through-hole Simon Says Kit
|
||||
* [RTL-10546](https://www.sparkfun.com/products/10546)- Retail package of the PTH Simon Says Kit
|
||||
* [Lab-11030] (https://www.sparkfun.com/products/11030)- The Simon Lab Pack with 15 Simon Says Kits and supplies
|
||||
|
||||
License Information
|
||||
-------------------
|
||||
The hardware is released under [Creative Commons Share-alike 3.0](http://creativecommons.org/licenses/by-sa/3.0/).
|
||||
All other code is open source so please feel free to do anything you want with it; you buy me a beer if you use this and we meet someday ([Beerware license](http://en.wikipedia.org/wiki/Beerware)).
|
|
@ -1,3 +0,0 @@
|
|||
Simon Says is an open source hardware memory game. This repo contains the firmware and hardware for the various versions SparkFun has created over the years (originally started in 2007).
|
||||
|
||||
If you have feature suggestions or need support please use the github support page.
|
Loading…
Reference in New Issue