-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
50 lines (35 loc) · 1.33 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
This is the repo for a project that builds an Electric Plunger.
ATTRIBUTION:
The plunger circuit and software was written by Eric Z. Ayers.
The plunger circuit is originally based on:
The Arduino Project:
http://arduino.cc
The Adafruit wave shield by Limor Fried:
http://adafruit.com
The software uses:
The Arduino development environment (version 17) downloadable from:
http://arduino.cc
The WaveHC library by Bill Greiman (fat16):
http://code.google.com/p/wavehc
Which in turn was based on Limor Fried's AF_Wave library:
http;//ladyada.net/
In addition, I used AVRStudio and an AVRISPmkII to flash the bootloader
to the ATMega386P.
LICENSE:
The code, circuits and other materials in this project may be re-used
or distributed under the terms of the Creative Commons Attribution 3.0
License.
See LICENSE for more details
SOURCE REPO:
There is a public source code repo that can be accessed with 'git' using the
remote specification:
[email protected]:ericzundel/electric-plunger.git
CONTENTS:
ElectricPlunger/ Contains the project files for the ElectricPlunger project
SoundDemo/ Sample code that just plays audio files (no led drivers)
wavelib/ Other goodies from Bill Greimen's WaveHC library
libraries/ Contains the libraries used by the project.
-Eric.
--
Eric Z. Ayers
Aug 26 2009