valveboard/examples/epc9600/.vscode/settings.json
Miaow a8e54608b3 First commit on tobacco-sorting branch
add  epc9600 example

Co-Authored-By: Suhandong <80463329+Suhandong@users.noreply.github.com>
Co-Authored-By: FGR-cmd <80112392+FGR-cmd@users.noreply.github.com>
2021-12-26 15:16:01 +08:00

24 lines
586 B
JSON

{
"files.associations": {
"stdlib.h": "c",
"assert.h": "c",
"valve_init.h": "c",
"gpio.h": "c",
"type_traits": "c",
"gpio_common.h": "c",
"unistd.h": "c",
"stdint.h": "c",
"stat.h": "c",
"types.h": "c",
"pthread.h": "c",
"pthreadtypes.h": "c",
"valve.h": "c"
},
"makefile.launchConfigurations": [
{
"cwd": "/home/miaow/zlg/two_tobacco",
"binaryPath": "/home/miaow/zlg/two_tobacco/gpio_test",
"binaryArgs": []
}
]
}