/* 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
There is a crack in everything , that's how the light gets in .
-
Student
- Shanghai,China
- https://www.shnu.edu.cn/
Highlights
- Pro
Popular repositories Loading
-
-
-
android_vendor_meizu_m1973
android_vendor_meizu_m1973 PublicForked from MoKee/android_vendor_meizu_m1973
Makefile 2
-
android_kernel_meizu_sm8150
android_kernel_meizu_sm8150 PublicForked from MoKee/android_kernel_meizu_sm8150
C 1
-
android_vendor_meizu_sm8150-common
android_vendor_meizu_sm8150-common PublicForked from MoKee/android_vendor_meizu_sm8150-common
Makefile 1
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.

