mirror of
https://gitee.com/dlmu-cone/bf_original_balance_chassis
synced 2026-07-24 19:47:44 +08:00
串口6DMA发送
This commit is contained in:
@@ -33,6 +33,10 @@
|
||||
/* Private includes ----------------------------------------------------------*/
|
||||
/* USER CODE BEGIN Includes */
|
||||
#include "robot.h"
|
||||
//////////////////////////////////////////////////
|
||||
#include "referee_UI.h"
|
||||
#include "referee.h"
|
||||
//////////////////////////////////////////////////
|
||||
/* USER CODE END Includes */
|
||||
|
||||
/* Private typedef -----------------------------------------------------------*/
|
||||
@@ -113,6 +117,15 @@ int main(void)
|
||||
|
||||
RobotInit();
|
||||
|
||||
|
||||
//////////////////////////////////////////////////
|
||||
// Graph_Data shoot_line;
|
||||
UI_Delete(UI_Data_Del_ALL,0);
|
||||
// //绘制发射基准线
|
||||
// Line_Draw(&shoot_line,"s1",UI_Graph_ADD,7,UI_Color_White,3,710,540,1210,540);
|
||||
// UI_ReFresh(1,shoot_line);
|
||||
//////////////////////////////////////////////////
|
||||
|
||||
/* USER CODE END 2 */
|
||||
|
||||
/* Call init function for freertos objects (in freertos.c) */
|
||||
|
||||
Reference in New Issue
Block a user