Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 813 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 813 Bytes

Microcomputertechnik

This Repository accompanies the lectures on "Mikrocomputertechnik" at Teko Höhere Fachschule in Bern.

Platforms

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"

Reading Materials