13 lines
344 B
C
13 lines
344 B
C
#ifndef LIS2DOC_READ_DATA_POLLING_H
|
|
#define LIS2DOC_READ_DATA_POLLING_H
|
|
#include "stdint.h"
|
|
#include "lis2doc_reg.h"
|
|
|
|
uint32_t lis2doc_read_data_polling_fun(void);
|
|
int32_t lis2doc_init(void);
|
|
int32_t lis2doc_open(void);
|
|
int32_t lis2doc_low_power(void);
|
|
int32_t lis2doc_standard_power(void);
|
|
int32_t lis2doc_power_down(void);
|
|
|
|
#endif |