TODO: This is the README file for Generate's WaveWise Hardware Project
.
|
|───production # contains files needed for final prototype
| |
| |───wavewise-eCAD # contains the KiCAD project
| └───wavewise-src # contains the code needed for deployment
|
|───testing # contains files relevant to testing components
|
└───README.md # this file!
- Only commit files you intended to change
- Create branches for each feature, and larger branches for each development effort (i.e.
develop/*
) - Check your branch before starting work
- Pull frequently to avoid conflicts
- Make Pull Requests when you are ready to merge into a larger branch