Morse Micro IoT SDK  2.9.7
template.c File Reference

Detailed Description

Template example application.

This just enables the BSP and prints a message.

Note
It is assumed that you have followed the steps in the Getting Started guide and are therefore familiar with how to build, flash, and monitor an application using the MM-IoT-SDK framework.

Definition in file template.c.

#include <string.h>
#include "mmosal.h"
Include dependency graph for template.c:

Go to the source code of this file.

Functions

void app_init (void)
 Main entry point to the application. More...
 

Function Documentation

◆ app_init()

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 24 of file template.c.