1
0
This commit is contained in:
2025-10-27 17:07:20 +01:00
parent 7e264d691c
commit bd24f1fb79
576 changed files with 240919 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
/*
* 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_ */