This repository is a place to store testing scripts / tools that have a general purpose use case as well as raw data from tests we conduct using these tools.
For example, our SCPI scripts that are used to interface with our DMM's and function generators can be used for any iteration of the car. These scripts should live in this repo.
Testing data and associated visualization scripts should also be stored here. For example, see the control_board_current_characterization branch where we store raw CSV files from the oscilloscope and associated Matplotlib Python scripts.
Create a new branch in the repo.
The naming scheme for branches is the same as used in the firmware repo:
user/<name>/<project>/<feature>
On the new branch, create a new folder in /projects. Do all development inside this folder.
For the benefit of future Solar members, consider adding a README.md file to your project folder that links relevant Project Updates on Monday or other documentation that you have created.