完成第一版can comm多机通信,还未测验,可能有bug.

This commit is contained in:
NeoZeng
2022-11-27 22:38:59 +08:00
parent 82ee444c00
commit 36df442214
4 changed files with 87 additions and 6 deletions

View File

@@ -11,7 +11,10 @@
"user_lib.h": "c",
"chassis.h": "c",
"can_comm.h": "c",
"string.h": "c"
"string.h": "c",
"stdlib.h": "c",
"crc8.h": "c",
"main.h": "c"
},
"C_Cpp.default.configurationProvider": "ms-vscode.makefile-tools",
"C_Cpp.intelliSenseEngineFallback": "enabled",