Answers to exercise sheets for MMME3085 Mechatronics.
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.
Go to file
2023-10-26 20:25:47 +01:00
Appendix1 Moved cond.c to folder LC21 2023-09-26 17:05:15 +01:00
Exercises complete c21 2023-10-26 20:24:04 +01:00
Lectures move exercises and lectures into subfolders 2023-10-15 15:34:53 +01:00
.gitignore Initial commit of lecture code 2022-04-07 16:58:01 +01:00
Makefile c14 2023-10-06 16:44:56 +01:00
readme.md update readme 2023-10-26 20:25:47 +01:00

Forked from https://github.com/louisepb/VSMechatronics.

VSMechatronics

Completed C exercises can be found in the Exercise 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
  2. Lab 2
  3. Lab 3