a small song

Dependencies:   C12832 LM75B MMA7660 mbed

Revision:
0:9d7b581da110
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/morse.h	Mon Feb 16 09:11:32 2015 +0000
@@ -0,0 +1,19 @@
+#ifndef __MORSE_H__
+#define __MORSE_H__
+
+void to();
+void tsu();
+void one();
+void two();
+void three();
+void four();
+void five();
+void six();
+void seven();
+void eight();
+void nine();
+void zero();
+void period();
+void morse(int i);
+
+#endif
\ No newline at end of file