LibDriver BH1750FVI
Loading...
Searching...
No Matches
driver_bh1750fvi_basic.h
Go to the documentation of this file.
1
36
37#ifndef DRIVER_BH1750FVI_BASIC_H
38#define DRIVER_BH1750FVI_BASIC_H
39
41
42#ifdef __cplusplus
43extern "C"{
44#endif
45
52
56#define BH1750FVI_BASIC_DEFAULT_MODE BH1750FVI_MODE_HIGH_RESOLUTION_MODE
57#define BH1750FVI_BASIC_DEFAULT_MEASUREMENT_TIME 69
58
68
77uint8_t bh1750fvi_basic_read(float *lux);
78
86uint8_t bh1750fvi_basic_deinit(void);
87
91
92#ifdef __cplusplus
93}
94#endif
95
96#endif
driver bh1750fvi interface header file
bh1750fvi_address_t
bh1750fvi address enumeration definition
uint8_t bh1750fvi_basic_read(float *lux)
basic example read
uint8_t bh1750fvi_basic_init(bh1750fvi_address_t addr_pin)
basic example init
uint8_t bh1750fvi_basic_deinit(void)
basic example deinit