Skip to content
This repository has been archived by the owner on Aug 15, 2023. It is now read-only.

mnerv/da215a

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Embedded System Labs

This project contains all the code in Embedded System course at Malmö University 2020.

Lab01 to Lab03 is written in assembly.

Lab04 to Lab06 is written in C mixed with assembly.

Requirements

  • avra
  • avr-gcc
  • avrdude

To compile/assemble the code you'll need these software installed on your system. Check my Embedded System repo for more info.