mirror of
https://git.etud.insa-toulouse.fr/boujon/voilier-team-1.git
synced 2025-06-08 16:00:49 +02:00
8 lines
No EOL
118 B
C
8 lines
No EOL
118 B
C
#ifndef INC_ACCELEROMETER_H_
|
|
#define INC_ACCELEROMETER_H_
|
|
|
|
#include "../driver/MySPI.h"
|
|
void accelerometre();
|
|
|
|
|
|
#endif |