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
Revision 38:3ef142056a3c, committed 2015-02-19
- 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 |
--- 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
--- 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]));
