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: mbed NyFileSystems mbed-rtos libMiMic
Diff: main.cpp
- Revision:
- 4:0a280ed0a848
- Parent:
- 3:77431c2bd9cb
- Child:
- 5:6a2a1644ea2c
--- a/main.cpp Tue Apr 09 09:39:09 2013 +0000 +++ b/main.cpp Tue Apr 09 10:48:14 2013 +0000 @@ -1,3 +1,13 @@ +/** + * @file * This is ModLocalFileSystem sample program. + * + * <pre> + * 1. Compile this program and write to your mbed. + * 2. Write files for testing to mbed disk. + * 2. Access via web browser to http://192.168.0.39/local/<filename> + * 3. You can see <filename> file on browser. + * </pre> + */ #include "mimic.h"