ignition_monitor/.vscode/settings.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

9 lines
159 B
JSON

{
"files.associations": {
"interrupt.h": "c",
"io.h": "c",
"iotn85.h": "c",
"iotnx5.h": "c",
"sleep.h": "c"
}
}