8 lines
188 B
C
8 lines
188 B
C
#ifndef INC_ACCELEROMETER_H_
|
|
#define INC_ACCELEROMETER_H_
|
|
|
|
#include "../driver/MySPI.h"
|
|
void Init_accelerometre(void);
|
|
void Lecture_accelerometre(float *GX, float* GY, float* GZ);
|
|
|
|
#endif
|