feat: add 0x08_lcd1602_rust driver with 14 unit tests

This commit is contained in:
Kevin Thomas
2026-03-25 17:31:05 -04:00
parent b0299bf95e
commit c68e158f16
18 changed files with 1639 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
{
"rust-analyzer.cargo.target": "thumbv8m.main-none-eabihf",
"rust-analyzer.check.allTargets": false,
"editor.formatOnSave": true,
"files.exclude": {
".pico-rs": true
}
}