Auto full-combo Koibumi2000 in Taiko no Tatsujin CS5

Dependencies:   fll mbed-rtos mbed

Revision:
21:9cc452a67382
Parent:
20:da2af91ee962
Child:
22:b19dc0387288
--- a/taiko.h	Mon Feb 16 17:23:25 2015 +0000
+++ b/taiko.h	Mon Feb 16 17:33:11 2015 +0000
@@ -9,7 +9,7 @@
     Un = 0,
     Don = 1,
     Ka = 2,
-    Renda = 3, 
+    Renda = 3,
     DonDai = 4,
     KaDai = 5,
 };
@@ -19,14 +19,15 @@
     float length;
 } note;
 
-class TaikoSource : public Producer {
+class TaikoSource : public Producer
+{
 private:
     note** note_seq;
     int index;
     int size;
     float bpm;
     int frame_i;
-    float lag; // < FRAME  
+    float lag; // < FRAME
 public:
     TaikoSource(note** ns, int s, float b);
     virtual button_t await();