Add 0x09_dht11_rust: DHT11 temperature/humidity sensor driver

This commit is contained in:
Kevin Thomas
2026-03-25 21:21:35 -04:00
parent 3ade64aff8
commit 7720434862
18 changed files with 2022 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
}
}