tkl
f5f29be68a
Implemented: * sleep mode * monitoring portb pin3 * switching portb pin4 Missing: * shutdown guard time
14 lines
294 B
JSON
14 lines
294 B
JSON
{
|
|
"configurations": [
|
|
{
|
|
"name": "Linux",
|
|
"includePath": [
|
|
"${workspaceFolder}/**",
|
|
"/usr/lib/avr/include"
|
|
],
|
|
"defines": [],
|
|
"compilerPath": "/usr/bin/gcc"
|
|
}
|
|
],
|
|
"version": 4
|
|
} |