LibDriver GP2Y1051AU0F  1.0.0
GP2Y1051AU0F full-featured driver
driver_gp2y1051au0f_basic.h
Go to the documentation of this file.
1 
37 #ifndef DRIVER_GP2Y1051AU0F_BASIC_H
38 #define DRIVER_GP2Y1051AU0F_BASIC_H
39 
41 
42 #ifdef __cplusplus
43 extern "C"{
44 #endif
45 
60 uint8_t gp2y1051au0f_basic_init(void);
61 
69 uint8_t gp2y1051au0f_basic_deinit(void);
70 
79 uint8_t gp2y1051au0f_basic_read(float *mg_m3);
80 
85 #ifdef __cplusplus
86 }
87 #endif
88 
89 #endif
driver gp2y1051au0f interface header file
uint8_t gp2y1051au0f_basic_deinit(void)
basic example deinit
uint8_t gp2y1051au0f_basic_init(void)
basic example init
uint8_t gp2y1051au0f_basic_read(float *mg_m3)
basic example read