![]() |
Morse Micro IoT SDK
2.11.2
|
M2M Agent example application.
See m2m_controller.c for detailed instructions on how to setup and run this demonstration.
Definition in file m2m_agent.c.
#include "mmosal.h"#include "mmutils.h"#include "mmagic.h"#include "mmregdb.h"#include "mmwlan.h"#include "mbedtls/mbedtls_config.h"
Go to the source code of this file.
Functions | |
| static void | app_print_version_info (void) |
| Prints various version information. More... | |
| void | app_init (void) |
| Main entry point to the application. More... | |
| void app_init | ( | void | ) |
Main entry point to the application.
This will be invoked in a thread once operating system and hardware initialization has completed. It may return, but it does not have to.
Definition at line 95 of file m2m_agent.c.
|
static |
Prints various version information.
Definition at line 39 of file m2m_agent.c.