Update repo structure and add hardware files

This commit is contained in:
Toni Klopfenstein 2013-04-17 16:34:06 -06:00
parent 3fb180c8ef
commit ba933eccec
5 changed files with 42 additions and 3 deletions

14
Hardware/README.md Normal file
View File

@ -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.

BIN
Hardware/Simon-PTH.brd Normal file

Binary file not shown.

BIN
Hardware/Simon-PTH.sch Normal file

Binary file not shown.

28
README.md Normal file
View File

@ -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)).

View File

@ -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.