This Repository accompanies the lectures on "Mikrocomputertechnik" at Teko Höhere Fachschule in Bern.
There are different platforms used for this course, the solutions for the individual platforms are named accordingly:
- Arduino: Everything that's platform independent but relies on the arduino libraries.
- ARM_M0: everything that uses special features of the ARM Cortex M0 Microcontroller present in the supplied board "Arduino Nano 33 BLE"
- AVR: same for the AVR Architecture Microcontroller present in the board "Arduino UNO"
- Check out the List on Medium.com.