8 lines
123 B
C
8 lines
123 B
C
#ifndef INC_ACCELEROMETER_H_
|
|
#define INC_ACCELEROMETER_H_
|
|
|
|
#include "../driver/MySPI.h"
|
|
void accelerometre(void);
|
|
|
|
|
|
#endif
|