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:
- 11:21b3b0494baa
- Parent:
- 9:0d6631edfc32
- Child:
- 18:c5d3a4d6e8e5
--- a/fll.h Sun Feb 15 06:53:27 2015 +0000 +++ b/fll.h Sun Feb 15 08:51:56 2015 +0000 @@ -65,5 +65,8 @@ // tells dualshock2 circuit which button is pressed void press(button_t btn); +// init function +void fll_init(); + // main function void fll_run(Producer* producer); \ No newline at end of file
