typedef struct {
uint8_t age;
char *interests;
char *working_as;
char *university;
char *faculty;
} profile_t;
profile_t mateusz = {
.age = 21;
.interests = "operating systems, compilers, antennas, physics";
.working_as = "Embedded Software Developer";
.university = "AGH University of Science and Technology";
.faculty = "Electronics and Telecomunications";
}
🎯
Focusing
🐧 is awesome
- Poland
-
02:27
(UTC +01:00) - in/mateusz-trzeciak-a98abb275
- mtrzeciak.iot
Highlights
- Pro
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 1
-
star-wars-space-shooter
star-wars-space-shooter PublicBasic shooter game made with pygame library.
Python
-
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.