重新组织了裁判系统相关模块的结构

This commit is contained in:
NeoZng
2023-04-19 18:52:40 +08:00
parent 5c9c7962c8
commit f6c686598d
18 changed files with 615 additions and 704 deletions

View File

@@ -0,0 +1,19 @@
#ifndef REFEREE_H
#define REFEREE_H
#include "rm_referee.h"
#include "robot_def.h"
/**
* @brief 初始化裁判系统交互任务(UI和多机通信)
*
*/
void Referee_Interactive_init();
/**
* @brief 裁判系统交互任务(UI和多机通信)
*
*/
void Referee_Interactive_task();
#endif // REFEREE_H