发布beta版本,目前基本功能都可用

This commit is contained in:
NeoZng
2022-12-11 14:59:45 +08:00
parent 37c23ddb79
commit 78cc27ee1a
19 changed files with 320 additions and 115 deletions

View File

@@ -1,8 +1,16 @@
#ifndef CHASSIS_H
#define CHASSIS_H
/**
* @brief 底盘应用初始化,请在开启rtos之前调用
*
*/
void ChassisInit();
/**
* @brief 底盘应用任务,放入实时系统以一定频率运行
*
*/
void ChassisTask();
#endif // CHASSIS_H