8 lines
92 B
C
8 lines
92 B
C
|
#ifndef GIMBAL_H
|
||
|
#define GIMBAL_H
|
||
|
|
||
|
void GimbalInit();
|
||
|
|
||
|
void GimbalTask();
|
||
|
|
||
|
#endif //GIMBAL_H
|