Collection of programs created during the Microcontrollers class
lib/: contains utility code, which will most likely be useful in multiple taskscommunicator/: An attempt at creating a program for communicating with a device through USB (via UART). Doesn't work at all yet.labtest/: An attempt at compiling the program with CMake in order to use CLion with it. Only compiles to ELF as of yet.leds_main/: Task 0uart/: Task 1Makefile.sample: sample Makefile to copy to new projectsgodbolt-compiler-setup.txt: short info on how to setup Compiler Explorer to generate code which (at least partially) resembles the code generated for the microcontroller.