This repository contains all the resources, codes and materials covered during class.
To access the resources you can use this link to the ReadTheDocs of this repository.
This project is designed to help students understand
the basic and useful concepts of ATmega32.
To build the docs, first you should have a working Python on your machine.
First you should install the requirements in docs/requirements.txt using the code below:
pip install -r "docs/requirements.txt"Then by using the code below you can build the docs:
jupyter-book build docs