Skip to content
View wwrrj's full-sized avatar
🏫
Study
🏫
Study
  • Bug Exorcist
  • Shanghai, China

Highlights

  • Pro

Block or report wwrrj

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
wwrrj/README.md

👋 Hi, I'm wwrrj

/* 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"
    }
};

Pinned Loading

  1. HydrogenUI HydrogenUI Public

    A lightweight, high-performance, cross-platform UI framework for embedded devices (STM32, ESP32, Arduino) with built-in virtual camera and smooth animations.

    C++

  2. adb-mcp adb-mcp Public

    Go 2

  3. Codex-Switcher Codex-Switcher Public

    Local-first Codex account and quota dashboard for switching accounts, tracking usage, analyzing tokens, and optimizing 5-hour quota windows.

    TypeScript