https://github.com/samiyaalizaidi/mci-lab
https://github.com/samiyaalizaidi/mci-lab
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/samiyaalizaidi/mci-lab
- Owner: samiyaalizaidi
- Created: 2024-08-20T08:55:21.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-08T08:26:40.000Z (6 months ago)
- Last Synced: 2025-01-16T16:41:38.440Z (5 months ago)
- Language: C
- Size: 65.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```