Shohei Yasutake / Mbed 2 deprecated koibumi2000

Dependencies:   fll mbed-rtos mbed

Revision:
8:d16a0fcc2735
Parent:
7:61b4825304e2
Child:
9:0d6631edfc32
--- a/fll.h	Sat Feb 14 16:39:53 2015 +0000
+++ b/fll.h	Sat Feb 14 16:51:25 2015 +0000
@@ -24,6 +24,8 @@
 
 #define MAIL_BOX_SIZE 16
 
+#define FRAME (1.0 / 60) // 1 frame (sec)
+
 typedef uint16_t button_t;
 
 // Base object for stream network
@@ -83,4 +85,7 @@
 };
 
 // tells dualshock2 circuit which button is pressed
-void press(button_t btn);
\ No newline at end of file
+void press(button_t btn);
+
+// main function
+void fll_run(Producer* producer);
\ No newline at end of file