monoZ docs
MZ_main.h File Reference

monoZ Main file More...

#include "string.h"
#include "stm32l4xx_hal.h"
#include "MZ_version.h"

Go to the source code of this file.

Macros

#define MZ_MAIN_H_
 Defines the monoZ Main Inc file. More...
 
#define MZ_SW_VERSION_MAJOR   (1)
 Defines the major monoZ software version. More...
 
#define MZ_SW_VERSION_MINOR   (0)
 Defines the minor monoZ software version. More...
 
#define MZ_SW_VERSION_PATCH   (7)
 Defines the patch version. More...
 

Functions

mz_error_t MZ_init (mz_version *_ver)
 This function is used to initialize the MonoZ Library. More...
 
mz_error_t MZ_modem_config_set (_mz_fp _fp)
 This function is used to check modem configuration is set or not set. More...
 

Detailed Description

monoZ Main file

Author
SKM
Date
Feb 2 2021

Definition in file MZ_main.h.

Macro Definition Documentation

◆ MZ_MAIN_H_

#define MZ_MAIN_H_

Defines the monoZ Main Inc file.

Definition at line 9 of file MZ_main.h.

◆ MZ_SW_VERSION_MAJOR

#define MZ_SW_VERSION_MAJOR   (1)

Defines the major monoZ software version.

Definition at line 18 of file MZ_main.h.

◆ MZ_SW_VERSION_MINOR

#define MZ_SW_VERSION_MINOR   (0)

Defines the minor monoZ software version.

Definition at line 19 of file MZ_main.h.

◆ MZ_SW_VERSION_PATCH

#define MZ_SW_VERSION_PATCH   (7)

Defines the patch version.

Definition at line 20 of file MZ_main.h.