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: NaturalTinyShell_ice libmDot-12Sept mbed-rtos mbed
Fork of ICE by
src/CloudDataHandler/CloudFileReceiver.h
- Committer:
- davidjhoward
- Date:
- 2016-09-22
- Revision:
- 116:7337ed514891
- Parent:
- 107:e900bd138bf3
- Child:
- 149:950c90425f7c
File content as of revision 116:7337ed514891:
#ifndef CLOUDFILERECEIVER_H #define CLOUDFILERECEIVER_H #include "mDot.h" #include <string> typedef char TASKNAME_STRING[64]; typedef char FILENAME_STRING[64]; bool CloudFileReceiver( std::string *recv_string, mDot *dot ); #endif