1
0
Files
setr2-monorepo/P3_SETR2/Core/Inc/accelerometer.h
2025-10-27 17:07:20 +01:00

16 lines
223 B
C

/*
* accelerometer.h
*
* Created on: Oct 27, 2025
* Author: jomaa
*/
#ifndef INC_ACCELEROMETER_H_
#define INC_ACCELEROMETER_H_
#include "globals.h"
void Accelero_Test(void);
#endif /* INC_ACCELEROMETER_H_ */