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 = "soon :D";
.university = "AGH University of Science and Technology";
.faculty = "Electronics and Telecomunications";
}
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
-
buck-boost-converter-ltspice
buck-boost-converter-ltspice PublicSimulation for AGH University course
-
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.