-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
43 lines (27 loc) · 1 KB
/
readme.txt
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
HappyBirthday
=============
A cake of flashing LEDs with "Happy Birthday" as soundtrack.
Make the circuit available in HappyBirthday.png, open the
HappyBirthday.ino sketch and upload it to your Arduino.
Successfully tested on Arduino Uno board with Arduino 1.0-rc2,
as you can see here: http://vimeo.com/32445887.
Playtune
--------
A background polyphonic music generator for Aduino microprocessor
boards used in this sketch, available on:
http://code.google.com/p/arduino-playtune
Small changes to make the library (version Feb 2011) compatible
with Arduino 1.0:
- Playtune.h
change "WProgram.h" in <Arduino.h>
- Playtune.c
change <wiring.h> in <wiring.c>
Bounce
------
Debounces digital inputs and more, available on:
http://www.arduino.cc/playground/Code/Bounce
Small changes to make the library (version 1.5) compatible
with Arduino 1.0:
- Bounce.cpp
change "WProgram.h" in <Arduino.h>
Stefano Cotta Ramusino <whitone (at) gmail (dot) com>