monoZ docs
|
This is an example of how to use a timer and print in CLI using Application thread. More...
#include "MZ_error_handler.h"
Go to the source code of this file.
Macros | |
#define | MZ_TIMER_EXAMPLE_H_ |
Defines Monoz Timer Example. More... | |
Functions | |
mz_error_t | timer_app_init (void) |
Initiate the Timer App and creates the thread for timer application. More... | |
This is an example of how to use a timer and print in CLI using Application thread.
Definition in file MZ_timer_example.h.
#define MZ_TIMER_EXAMPLE_H_ |
Defines Monoz Timer Example.
Definition at line 10 of file MZ_timer_example.h.
mz_error_t timer_app_init | ( | void | ) |
Initiate the Timer App and creates the thread for timer application.
Definition at line 79 of file MZ_timer_example.c.