John's code modified for envelope shaping and different colours

Dependencies:   mbed

Fork of Morse-buddy-JohnF by Tony Abbey

Committer:
tony1tf
Date:
Thu Jun 27 23:21:46 2013 +0000
Revision:
3:cbd036b6942b
Parent:
2:260128ae5746
Different colours for each instantiation - fixed

Who changed what in which revision?

UserRevisionLine numberNew contents of line
tony1tf 0:8c725fbd8e0e 1 #ifndef MAIN_H
tony1tf 0:8c725fbd8e0e 2 #define MAIN_H
tony1tf 0:8c725fbd8e0e 3
tony1tf 0:8c725fbd8e0e 4 #define on 0;
tony1tf 0:8c725fbd8e0e 5 #define off 1;
tony1tf 0:8c725fbd8e0e 6
tony1tf 2:260128ae5746 7 extern DigitalOut blue;
tony1tf 2:260128ae5746 8 extern DigitalOut green;
tony1tf 2:260128ae5746 9 extern DigitalOut red;
tony1tf 0:8c725fbd8e0e 10 extern AnalogOut piezo;
tony1tf 0:8c725fbd8e0e 11
tony1tf 0:8c725fbd8e0e 12 #endif