mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 03:27:45 +08:00
修复编译速度慢的问题
This commit is contained in:
7
application/APP层应用编写指引.md
Normal file
7
application/APP层应用编写指引.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# APP层应用编写指引
|
||||
|
||||
<p align='right'>neozng1@hnu.edu.cn</p>
|
||||
|
||||
## robot_cmd
|
||||
|
||||
机器人命令模块是对整个机器人的抽象,对于单板控制整车的情况,
|
||||
0
application/robot.c
Normal file
0
application/robot.c
Normal file
10
application/robot.h
Normal file
10
application/robot.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef ROBOT_H
|
||||
#define ROBOT_H
|
||||
|
||||
#define GIMBAL_BOARD
|
||||
|
||||
void RobotInit();
|
||||
|
||||
void RobotTask();
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user