1 #ifndef __GYROSCOPE_H__
2 #define __GYROSCOPE_H__
3 
4 #include "../menu.h"
5 
6 extern MENU_TYP gyroscope;
7 
8 int  gyroscope_init(void);
9 int  gyroscope_uninit(void);
10 void gyroscope_task(void);
11 
12 #endif
13