修复了djimotor发送时的致命错误,编写了shoot app的框架

This commit is contained in:
NeoZng
2022-12-04 20:26:15 +08:00
parent 8e32fc0e6f
commit e94bb504b8
12 changed files with 254 additions and 92 deletions

View File

@@ -30,7 +30,12 @@
"robot_cmd.h": "c",
"chassis_cmd.h": "c",
"referee.h": "c",
"arm_math.h": "c"
"arm_math.h": "c",
"bsp_dwt.h": "c",
"compare": "c",
"*.tcc": "c",
"type_traits": "c",
"typeinfo": "c"
},
"C_Cpp.default.configurationProvider": "ms-vscode.makefile-tools",
}