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: SDFileSystem USBHost_SAMPLE mbed
Fork of USBHost_TEST by
Revision 7:14c35d8672b8, committed 2017-11-20
- Comitter:
- overover
- Date:
- Mon Nov 20 06:20:32 2017 +0000
- Parent:
- 6:6ba1ef8942d0
- Commit message:
- h
Changed in this revision
| main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Mon Nov 20 06:18:21 2017 +0000 +++ b/main.cpp Mon Nov 20 06:20:32 2017 +0000 @@ -5,7 +5,7 @@ DigitalOut led(LED1); SDFileSystem sd(p5, p6, p7, p8, "sd"); -public int i=0; +int i=0; float Ktime_val=0; Timer k_time; //初期化
