From ea84eccf12226ed1c1ced2f9d60bbf0c6e7a62dc Mon Sep 17 00:00:00 2001 From: Alvie Rahman Date: Sun, 15 Oct 2023 15:43:00 +0100 Subject: [PATCH] add readme --- readme.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..ec8d0bc --- /dev/null +++ b/readme.md @@ -0,0 +1,27 @@ +# VSMechatronics + +Completed C exercises can be found in the [Exercise](./Exercises) folder. + +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)