/* * 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_ */