Initial commit, logs all ADC when pinged by TCP

This commit is contained in:
JP Stringham
2026-02-04 09:22:40 -05:00
commit f9d62207b3
8 changed files with 2349 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,
}