/* Freshman | MCU & Embedded Enthusiast */
typedef struct {
const char *role;
const char *focus;
const char *learning[5];
} Student;
Student me = {
.role = "Undergraduate (Year 1)",
.focus = "Microcontroller & Embedded Systems",
.learning = {
"C", "C++", "Python", "Go", "Java"
}
};
🏫
Study
I have seen enough winter to know that roots do not argue with the snow; they wait, and become spring.
-
Bug Exorcist
- Shanghai, China
Highlights
- Pro
Pinned Loading
-
HydrogenUI
HydrogenUI PublicA lightweight, high-performance, cross-platform UI framework for embedded devices (STM32, ESP32, Arduino) with built-in virtual camera and smooth animations.
C++
-
Codex-Switcher
Codex-Switcher PublicLocal-first Codex account and quota dashboard for switching accounts, tracking usage, analyzing tokens, and optimizing 5-hour quota windows.
TypeScript
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.

