Files
Embedded-Hacking/drivers/0x09_dht11_rust/.vscode/settings.json
T

8 lines
184 B
JSON

{
"rust-analyzer.cargo.target": "thumbv8m.main-none-eabihf",
"rust-analyzer.check.allTargets": false,
"editor.formatOnSave": true,
"files.exclude": {
".pico-rs": true
}
}