[esp] Add Rust example with std.

This commit is contained in:
2025-07-06 13:22:06 -04:00
parent 20efb62615
commit bb28b1e2ef
11 changed files with 175 additions and 2 deletions

8
esp/README.md Normal file
View File

@@ -0,0 +1,8 @@
# esp
```bash
shaunrd0/klips/esp/
├── cpp # Examples of ESP32 projects written in C++
├── rust # Examples of ESP32 projects written in Rust
└── README.md
```