Example Project
This is a placeholder showing how a real project entry looks. Delete this file and replace it with your own.
The Problem
Describe what you were trying to solve and why it mattered. What was broken, missing, or slow? Keep it concrete.
Approach
How did you think about it? What constraints shaped the design? This is where your voice comes through — not a feature list, but how you reasoned through the problem.
What I Built
Walk through the key pieces. Use headers to break up sections. Embed images or diagrams if they help.
// Code blocks render cleanly
uint8_t buf[64];
spi_read(dev, buf, sizeof(buf));
What I Learned
Optional. What would you do differently? What surprised you?