串口6DMA发送

This commit is contained in:
kidneygood
2023-01-09 16:17:03 +08:00
parent 162044889f
commit 86e30f7893
7 changed files with 744 additions and 31 deletions

View File

@@ -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) */