An open API service indexing awesome lists of open source software.

https://github.com/samiyaalizaidi/mci-lab


https://github.com/samiyaalizaidi/mci-lab

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Microcontrollers and Interfacing

This repository contains all of the lab and project codes for the course "Microcontrollers and Interfacing." All code provided here is for the TivaC Board, and it's either written on Keil uVision or Energia.

The repository is structured as follows:

```
MCI-Lab:.
│ README.md

├───lab_01
│ └───src
├───lab_02
│ ├───inc
│ └───src
├───lab_03
│ ├───inc
│ └───src
├───lab_04
│ ├───inc
│ └───src
├───lab_05
│ ├───inc
│ └───src
├───lab_06
├───lab_07
├───lab_08
├───lab_09
├───lab_10
├───lab_11
└───project
```