Auto full-combo Koibumi2000 in Taiko no Tatsujin CS5

Dependencies:   fll mbed-rtos mbed

Revision:
11:21b3b0494baa
Parent:
10:79bb44beb08b
Child:
12:54aeb978fe9d
--- a/taiko.h	Sun Feb 15 06:53:27 2015 +0000
+++ b/taiko.h	Sun Feb 15 08:51:56 2015 +0000
@@ -8,6 +8,7 @@
 enum Taiko {
     Don = 0x01,
     Ka = 0x10,
+    Un = 0x00,
 };
 
 typedef struct _note {
@@ -20,9 +21,10 @@
     note** note_seq;
     int index;
     int size;
-    int bpm;
+    float bpm;
     int frame_i;
+    float lag; // < FRAME  
 public:
-    TaikoSource(note** ns, int s, int b);
+    TaikoSource(note** ns, int s, float b);
     virtual button_t await();
 };
\ No newline at end of file