Development Notes
- I added 3 types of branches: master, dev, and feature
- The master will be our main branch so we can have the final project there.
- The dev is the development branch, which we can use to add changes that are probably ok and near final. This is to make sure our changes don't disrupt the master branch
- The feature branches are where we develop individual features. There are different feature branches, like STM32-Firmware, Visualization (for the Python software), 3D enclosure, and any other branches we want to add.
Feel free to recommend or make any changes, I just wanted this to be like a template really