Leong Kum Loong (NYP) / tone_h

Dependents:   Tone_Example

Revision:
1:3b00679c208a
Parent:
0:2b4c66b3f6aa
Child:
3:9ddabd24f48c
--- a/tone.h	Sun Nov 19 06:08:29 2017 +0000
+++ b/tone.h	Sun Nov 19 10:03:55 2017 +0000
@@ -1,13 +1,15 @@
 /*
     tone.h
     Written by Leong Kum Loong.
-    19 Nov 2017, REV. 0
+    19 Nov 2017, REV. 1
     
     All routines and functions in this library are written by me solely with the purpose
     of implementing an identical "tone" library that was introduced by Arduino IDE.
-    The mario_example routine "notes" are reference to the work of Gregory Kielian
-    an Electrical Engineer at Google ATAP Skunkworks via Avalon
-    from his Mario.ino sketch for Arduino.
+    
+    Example reference from Github
+    ===============================
+    The mario_example routine "notes" are reference to the work of Gregory Kielian.
+    The starwars_example routine "notes" are reference to the work of nicksort.
 */
 
 #ifndef tone_h
@@ -18,4 +20,6 @@
 
 void mario_example();  
 
+void starwars_example();
+
 #endif
\ No newline at end of file