LibDriver UVIS25
Loading...
Searching...
No Matches
driver_uvis25_shot.h
Go to the documentation of this file.
1
37
38#ifndef DRIVER_UVIS25_SHOT_H
39#define DRIVER_UVIS25_SHOT_H
40
42
43#ifdef __cplusplus
44extern "C"{
45#endif
46
51
55#define UVIS25_SHOT_DEFAULT_IIC UVIS25_BOOL_TRUE
56#define UVIS25_SHOT_DEFAULT_SPI_WIRE UVIS25_SPI_WIRE_4
57#define UVIS25_SHOT_DEFAULT_BOOT_MODE UVIS25_BOOT_NORMAL_MODE
58#define UVIS25_SHOT_DEFAULT_BLOCK_DATA_UPDATE UVIS25_BOOL_FALSE
59
68uint8_t uvis25_shot_init(uvis25_interface_t interface);
69
77uint8_t uvis25_shot_deinit(void);
78
87uint8_t uvis25_shot_read(float *uv);
88
92
93#ifdef __cplusplus
94}
95#endif
96
97#endif
driver uvis25 interface header file
uvis25_interface_t
uvis25 interface enumeration definition
uint8_t uvis25_shot_init(uvis25_interface_t interface)
shot example init
uint8_t uvis25_shot_deinit(void)
basic shot deinit
uint8_t uvis25_shot_read(float *uv)
shot example read