Code for the first mbed for the drum hero project

Dependencies:   4DGL SDFileSystem mbed

Fork of drums2 by Yusuf Kuris

Revision:
5:02800d96625d
Parent:
3:54d4226a7d5e
--- a/Note/note.cpp	Mon May 01 00:31:47 2017 +0000
+++ b/Note/note.cpp	Mon May 01 11:05:52 2017 +0000
@@ -30,7 +30,7 @@
     y = 130.0;
     w = 12.0;
     h = w * RATIO;
-    speed = 38.0;
+    speed = 49.0;
     consumed = 0;
 }