mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 03:27:45 +08:00
更新了Todo Lists,规范UI绘制任务的命名和底层接口
This commit is contained in:
@@ -8,18 +8,18 @@
|
||||
* @brief 初始化裁判系统交互任务(UI和多机通信)
|
||||
*
|
||||
*/
|
||||
referee_info_t *Referee_Interactive_init(UART_HandleTypeDef *referee_usart_handle, Referee_Interactive_info_t *UI_data);
|
||||
referee_info_t *UITaskInit(UART_HandleTypeDef *referee_usart_handle, Referee_Interactive_info_t *UI_data);
|
||||
|
||||
/**
|
||||
* @brief 在referee task之前调用,添加在freertos.c中
|
||||
*
|
||||
*/
|
||||
void My_UI_init();
|
||||
void MyUIInit();
|
||||
|
||||
/**
|
||||
* @brief 裁判系统交互任务(UI和多机通信)
|
||||
*
|
||||
*/
|
||||
void Referee_Interactive_task();
|
||||
void UITask();
|
||||
|
||||
#endif // REFEREE_H
|
||||
|
||||
Reference in New Issue
Block a user