LibDriver PMW3901MB
Loading...
Searching...
No Matches
driver_pmw3901mb_frame.h
Go to the documentation of this file.
1
36
37#ifndef DRIVER_PMW3901MB_FRAME_H
38#define DRIVER_PMW3901MB_FRAME_H
39
41
42#ifdef __cplusplus
43extern "C"{
44#endif
45
50
58uint8_t pmw3901mb_frame_init(void);
59
67uint8_t pmw3901mb_frame_deinit(void);
68
77uint8_t pmw3901mb_frame_read(uint8_t frame[35][35]);
78
82
83#ifdef __cplusplus
84}
85#endif
86
87#endif
driver pmw3901mb interface header file
uint8_t pmw3901mb_frame_read(uint8_t frame[35][35])
frame example read
uint8_t pmw3901mb_frame_deinit(void)
frame example deinit
uint8_t pmw3901mb_frame_init(void)
frame example init