16 lines
203 B
C
16 lines
203 B
C
/*
|
|
* gyroscope.h
|
|
*
|
|
* Created on: Oct 27, 2025
|
|
* Author: jomaa
|
|
*/
|
|
|
|
#ifndef INC_GYROSCOPE_H_
|
|
#define INC_GYROSCOPE_H_
|
|
|
|
#include "globals.h"
|
|
|
|
void Gyro_Test(void);
|
|
|
|
#endif /* INC_GYROSCOPE_H_ */
|