monoZ docs
MZ_Addon_board_UV.h
Go to the documentation of this file.
1
/*
2
* Objectives covered in this Example :
3
* 1. Demonstrate how to create a simple recursive Timer using MonoZ_Lib
4
* 2. Demonstrate how to create a Application Thread using MonoZ_Lib
5
* 3. Demonstrate how to send and receive data in polling mode I2C using
6
* MonoZ_Lib.
7
*
8
* Sources for this example :
9
* MZ_Addon_board_UV.c - Main Application file
10
* MZ_Addon_board_UV.h
11
* MZ_Addon_board_Si1133_i2c.c - i2c driver file
12
* MZ_Addon_board_Si1133_i2c.h
13
* MZ_Addon_Si1133.c - Si1133 sensor driver file
14
* MZ_Addon_Si1133.h
15
*/
16
17
18
/*
19
* MZ_Addon_board_UV.h
20
*
21
* Created on: Aug 25, 2021
22
* Author: SKM
23
*/
24
25
#ifndef MZ_ADDON_BOARD_UV_H_
26
#define MZ_ADDON_BOARD_UV_H_
27
28
#include "
MZ_error_handler.h
"
29
30
mz_error_t
uv_app_init
(
void
);
31
32
#endif
/* MZ_ADDON_BOARD_UV_H_ */
uv_app_init
mz_error_t uv_app_init(void)
Definition:
MZ_Addon_board_UV.c:160
MZ_error_handler.h
monoZ Error Handler
mz_error_t
mz_error_t
Enumeration of monoZ Error Flags.
Definition:
MZ_error_handler.h:19
tool_gen
MZ_Addon_board_UV.h
Generated by
1.9.3