Making i2c more generic over any i2c pins

This commit is contained in:
JP Stringham
2025-12-26 21:21:01 -05:00
parent 941d4386a1
commit 28c012c6cb
2 changed files with 62 additions and 75 deletions

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

@@ -0,0 +1,7 @@
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "rust-lang.rust-analyzer",
"workbench.editor.customLabels.patterns": {
"**/mod.rs": "mod | ${dirname}"
},
}