LibDriver MMA7660FC
Loading...
Searching...
No Matches
driver_mma7660fc_basic.h
Go to the documentation of this file.
1
36
37#ifndef DRIVER_MMA7660FC_BASIC_H
38#define DRIVER_MMA7660FC_BASIC_H
39
41
42#ifdef __cplusplus
43extern "C"{
44#endif
45
52
60uint8_t mma7660fc_basic_init(void);
61
69uint8_t mma7660fc_basic_deinit(void);
70
79uint8_t mma7660fc_basic_read(float g[3]);
80
84
85#ifdef __cplusplus
86}
87#endif
88
89#endif
driver mma7660fc interface header file
uint8_t mma7660fc_basic_deinit(void)
basic example deinit
uint8_t mma7660fc_basic_init(void)
basic example init
uint8_t mma7660fc_basic_read(float g[3])
basic example read