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
31
32#endif /* MZ_ADDON_BOARD_UV_H_ */
mz_error_t uv_app_init(void)
monoZ Error Handler
mz_error_t
Enumeration of monoZ Error Flags.