Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: fll mbed-rtos mbed
Diff: fll.h
- 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
