Auto full-combo Koibumi2000 in Taiko no Tatsujin CS5

Dependencies:   fll mbed-rtos mbed

Revision:
30:d056c7c3e81e
Parent:
29:2f3d6d09eaac
--- a/main.cpp	Sat Feb 14 08:14:07 2015 +0000
+++ b/main.cpp	Sun Feb 15 10:21:15 2015 +0000
@@ -28,7 +28,7 @@
 int main(void)
 {
     button_t array0[] = {R1, 0, R1, 0};
-    button_t array1[] = {B_CIRCLE, 0, 0, 0};
+    button_t array1[] = {B_DOWN, B_UP};
     // user must make Source
     Producer* source0 = new RepeaterSource(array0, sizeof(array0)/sizeof(button_t));
     Producer* source1 = new RepeaterSource(array1, sizeof(array1)/sizeof(button_t));