上传者: 43086660
|
上传时间: 2022-02-16 14:10:11
|
文件大小: 65KB
|
文件类型: -
使用方法:
# Entry into the proj dir
$ cd [PROJ_DIR]
# gcc the id2pgn.c(can frame's id convert to pgn) or pgn2id.c(pgn convert to can frame's id)
$ gcc [C_FILE] -o [OUTPUT_FILE_NAME]
#run the code
$ ./[OUTPUT_FILE_NAME]
Github仓库:https://github.com/Neyzoter/Canid2PGN。