ignition_monitor/.vscode/c_cpp_properties.json
tkl f5f29be68a Ignition monitor: Initial commit
Implemented:
* sleep mode
* monitoring portb pin3
* switching portb pin4

Missing:
* shutdown guard time
2019-12-19 12:11:11 +00:00

14 lines
294 B
JSON

{
"configurations": [
{
"name": "Linux",
"includePath": [
"${workspaceFolder}/**",
"/usr/lib/avr/include"
],
"defines": [],
"compilerPath": "/usr/bin/gcc"
}
],
"version": 4
}