voilier-team-1/implementation/accelerometer.h

8 lines
183 B
C
Raw Normal View History

2023-04-03 08:24:42 +02:00
#ifndef INC_ACCELEROMETER_H_
#define INC_ACCELEROMETER_H_
#include "../driver/MySPI.h"
void Init_accelerometre();
void Lecture_accelerometre(float *GX, float* GY, float* GZ);
2023-04-03 08:24:42 +02:00
#endif