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.
Revision 3:1e1a29557d8e, committed 2020-08-28
- Comitter:
- mfurukawa
- Date:
- Fri Aug 28 08:49:45 2020 +0000
- Parent:
- 2:27f60965e808
- Child:
- 4:0a12973cf24a
- Commit message:
- move_attach added;
Changed in this revision
| jikken.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/jikken.cpp Fri Aug 28 08:45:58 2020 +0000
+++ b/jikken.cpp Fri Aug 28 08:49:45 2020 +0000
@@ -120,7 +120,7 @@
led3=1.0;
//pc.printf("moving\n");
cnt = 0;
- ticker.attach_us(eventFunc, 1000000.0f/SampleFreq);
+ ticker.attach_us(move_attach, 1000000.0f/SampleFreq);
//led2=1.0;
/*for(i=0;i<2548;i++)
{