Initial commit

This commit is contained in:
JP Stringham
2026-01-22 18:59:05 -05:00
commit cb9d2e0c0f
7 changed files with 825 additions and 0 deletions

6
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,6 @@
{
"rust-analyzer.cargo.target": "thumbv6m-none-eabi",
"rust-analyzer.check.allTargets": false,
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"editor.formatOnSave": true,
}