LibDriver PMW3901MB
Loading...
Searching...
No Matches
driver_pmw3901mb_basic.h
Go to the documentation of this file.
1
36
37#ifndef DRIVER_PMW3901MB_BASIC_H
38#define DRIVER_PMW3901MB_BASIC_H
39
41
42#ifdef __cplusplus
43extern "C"{
44#endif
45
52
60uint8_t pmw3901mb_basic_init(void);
61
69uint8_t pmw3901mb_basic_deinit(void);
70
82uint8_t pmw3901mb_basic_read(float height_m, pmw3901mb_motion_t *motion, float *delta_x, float *delta_y);
83
87
88#ifdef __cplusplus
89}
90#endif
91
92#endif
driver pmw3901mb interface header file
struct pmw3901mb_motion_s pmw3901mb_motion_t
pmw3901mb motion structure definition
uint8_t pmw3901mb_basic_init(void)
basic example init
uint8_t pmw3901mb_basic_deinit(void)
basic example deinit
uint8_t pmw3901mb_basic_read(float height_m, pmw3901mb_motion_t *motion, float *delta_x, float *delta_y)
basic example read