This repo is for all of my personal answers and configs pertaining to the CNIT 279 class.
This repo is part of my college coursework and will be archived as I have completed college and no changes will be made to them.
Please do not use these labs as your own, I answered all of these questions myself and to use this directly in your own lab would be considered plagiarism.
That being said please feel free to reference any questions, pinouts, diagrams, or reports that are in this repo. I made this project open source so that any prospective students can look at (hopefully correct) answers.
I will try to go back and update questions that were incorrect.
The lab folder should be structured as follows:
- Lab #
- report.pdf
- *.md
- Procedure #
- main.c
Any included pdfs were provided from class and represent the requirements for the lab. main.c contains my solution to any requirement to that part of lab.
This assumes the use of an Microchip Studio for the compilation and creation of projects. The download can be found here.
For firmware flashing this is done through the use of avrdude.
There are various breakout boards or other devices used for this lab, but they can be purchased for cheap on Ebay or other places.
The microcontroller used in this lab is an ATmega2560. It is used in the form of an Arduino Mega
For any issues please create an issue in this repo and I will try to respond promptly.