diff --git a/Hardware/README.md b/Hardware/README.md new file mode 100644 index 0000000..f1b63c0 --- /dev/null +++ b/Hardware/README.md @@ -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. \ No newline at end of file diff --git a/Hardware/Simon-PTH.brd b/Hardware/Simon-PTH.brd new file mode 100644 index 0000000..a625a39 Binary files /dev/null and b/Hardware/Simon-PTH.brd differ diff --git a/Hardware/Simon-PTH.sch b/Hardware/Simon-PTH.sch new file mode 100644 index 0000000..91dc150 Binary files /dev/null and b/Hardware/Simon-PTH.sch differ diff --git a/README.md b/README.md new file mode 100644 index 0000000..062dc1a --- /dev/null +++ b/README.md @@ -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)). diff --git a/readme.txt b/readme.txt deleted file mode 100644 index 5a6bd42..0000000 --- a/readme.txt +++ /dev/null @@ -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. \ No newline at end of file