Compare commits

..

2 Commits

Author SHA1 Message Date
606e61c98e Add SSD1306 data sheet. 2025-09-21 12:00:11 -04:00
d36de58e16 Verify project names 2025-09-21 11:58:51 -04:00
2 changed files with 3 additions and 4 deletions

Binary file not shown.

View File

@ -1,11 +1,10 @@
# esp/rust
// TODO: Verify project names
```bash
shaunrd0/klips/esp/rust
├── 01_esp-idf-std # Template project for using ESP-IDF with std enabled.
├── 02_esp-gen-no-std # Template project for ESP-IDF using no std.
├── 03_no-std-lcd # Template project for ESP-IDF using no std.
├── 01_esp-idf-std # Template project for using ESP-IDF with std enabled.
├── 02_esp-gen-no-std # Template ESP32 project using no std.
├── 03_no-std-lcd # Drawing to LCD using ESP32 no std.
└── README.md
```