add motor

This commit is contained in:
NeoZng
2022-10-29 23:14:19 +08:00
parent f46a463449
commit 5f59ebb916
21 changed files with 88 additions and 18731 deletions

2
.vscode/launch.json vendored
View File

@@ -4,7 +4,7 @@
{
"name": "Cortex Debug",
"cwd": "${workspaceRoot}",
"executable": "${workspaceRoot}\\build\\abstract_test.elf",
"executable": "${workspaceRoot}\\build\\basic_framework.elf",
"request": "launch",
"type": "cortex-debug",
"device":"STM32F407IG", //使用J-link GDB Server时必须其他GBD Server时可选有可能帮助自动选择SVD文件。支持的设备见 https://www.segger.com/downloads/supported-devices.php

View File

@@ -31,6 +31,11 @@
"dji_motor.h": "c",
"ht04.h": "c",
"controller.h": "c",
"memory.h": "c"
"memory.h": "c",
"motor_task.h": "c",
"functional": "c",
"stdexcept": "c",
"tuple": "c",
"typeinfo": "c"
}
}