typedef struct {
uint8_t age;
char *interests;
char *working_as;
char *university;
char *faculty;
} profile_t;
profile_t mateusz = {
.age = 22;
.interests = "power electronics, microwaves, physics";
.working_as = "electrical engineer @ Woodward";
.university = "AGH University of Science and Technology";
.faculty = "Electronics and Telecomunications";
}
🎯
Focusing
Pinned Loading
-
-
esp32-csi-spectroscope
esp32-csi-spectroscope PublicThis is based on ESP Wi-Fi CSI (Channel state information) used for material detection application
C 4
-
system-multitool
system-multitool PublicThis repo contains files for project that focus on understending system low level functions of the linux kernel
Shell 3
-
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.
