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/CloudDataHandler.cpp
- Committer:
- jinu
- Date:
- 2016-10-28
- Revision:
- 284:cc72206ea8e0
- Parent:
- 149:950c90425f7c
File content as of revision 284:cc72206ea8e0:
#include "CloudDataHandler.h" #include "CloudFileReceiver.h" #include "LogHandler.h" #include "MTSLog.h" #include <stdio.h> #include "mDot.h" #include <vector> #include "rtos.h" #include "global.h" void CloudDataHandler(void const *args) { int32_t ret; bool joined; bool sent; printf("\r%s has started...\n", __func__); while ( true ) { sent = LogHandler( false ); Thread::wait(1000); } }