Auto full-combo Koibumi2000 in Taiko no Tatsujin CS5

Dependencies:   fll mbed-rtos mbed

Files at this revision

API Documentation at this revision

Comitter:
amutake
Date:
Thu Feb 19 17:52:17 2015 +0000
Parent:
37:c1276d51fba1
Commit message:
Follow the change of EasySource

Changed in this revision

fll.lib Show annotated file Show diff for this revision Revisions of this file
main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r c1276d51fba1 -r 3ef142056a3c fll.lib
--- a/fll.lib	Thu Feb 19 07:23:38 2015 +0000
+++ b/fll.lib	Thu Feb 19 17:52:17 2015 +0000
@@ -1,1 +1,1 @@
-http://developer.mbed.org/users/amutake/code/fll/#a436e2063a3d
+http://developer.mbed.org/users/amutake/code/fll/#905fe1a0ca5a
diff -r c1276d51fba1 -r 3ef142056a3c main.cpp
--- a/main.cpp	Thu Feb 19 07:23:38 2015 +0000
+++ b/main.cpp	Thu Feb 19 17:52:17 2015 +0000
@@ -181,7 +181,7 @@
     Producer* delayed_taiko = new DelayFlow(taiko, 9.068);
 
     button_time menu_bs[] = {
-        { 0, 40 }, { CIRCLE, 3 }, { CIRCLE, 4 }
+        space(40), single(CIRCLE), space(3), single(CIRCLE), space(4)
     };
 
     Producer* back = new EasySource(menu_bs, sizeof(menu_bs) / sizeof(menu_bs[0]));