mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 03:27:45 +08:00
10 lines
99 B
C
10 lines
99 B
C
#ifndef ROBOT_H
|
|
#define ROBOT_H
|
|
|
|
#define GIMBAL_BOARD
|
|
|
|
void RobotInit();
|
|
|
|
void RobotTask();
|
|
|
|
#endif |