🗓 Feb 18, 2024⏳ 1 minutes
Business Week 104 - Hello, rust!
New Year, new language!
As planned, I spent some time this week trying out rust
programming learning. In the second part of the week I received my recently ordered ESP32 devkit so I built a simple layout with the controller, the temperature sensor, and the display to test it out. As the final step, I decided to try merging those two worlds by running a simple hello, rust
program on the ESP32. Sure, it did not use the power of the additional hardware attached to the controller, but It was still a success and a great introduction to further development.
⏳ Time spent: 480 minutes (200%)
Plan for week #105
Create simple Rust program reading temperature sensor data and displaying it.