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.
Fork of libMiMic by
cpp/mimic.h
- Committer:
- nyatla
- Date:
- 2013-04-25
- Revision:
- 16:5aacf74ae574
- Parent:
- 7:2b33a8d84eb3
File content as of revision 16:5aacf74ae574:
#pragma once //////////////////////////////////////////////////////////////////////////////// // mimic.h //////////////////////////////////////////////////////////////////////////////// #include "Net.h" #include "NetConfig.h" #include "Httpd.h" #include "UrlReader.h" #include "HttpdConnection.h" #include "ModUrl.h" #include "ModRomFiles.h" #include "ModRemoteMcu.h" #include "ModMiMicSetting.h" #include "ModLocalFileSystem.h" using namespace MiMic;