This repository has been archived on 2023-10-26. You can view files and clone it, but cannot push or open issues or pull requests.
VSMechatronics/readme.md
2023-10-26 20:28:22 +01:00

32 lines
740 B
Markdown

> Forked from <https://github.com/louisepb/VSMechatronics>.
# VSMechatronics
Completed C exercises can be found in the [Exercise](./Exercises) folder.
Exercises can be found in [Laboratory_Sheets_by_Chapter.pdf](./Laboratory_Sheets_by_Chapter.pdf).
VSCode users will need to move exercise files into their own folder to use the build tools.
Otherwise compile with:
```
make exN
```
and run with
```
./exN
```
where N is the exercise number.
# Labs
Code for the labs are stored in other repos and will be made public after marks have been received.
1. [Lab 1](https://git.alv.cx/alvierahman90/MMME3085_Lab_1)
1. [Lab 2](https://git.alv.cx/alvierahman90/MMME3085_Lab_2)
1. [Lab 3](https://git.alv.cx/alvierahman90/MMME3085_Lab_3)