16 lines
223 B
C
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_ */
|