Each directory contains a specific KiCAD assignment problem.
- Login to your github account
- Fork this repository
- Make a local copy using 'git clone '
- View the README file inside the directory with your name
- Paste the zipped gerber of any previous designs you have made into your directory
- git commit -am 'previous work'
- Create a KiCAD project inside the directory with your name
- Create schematic diagram
- Create any new symbols if needed
- Take a screenshot of the schematic and place it in this directory
- Git add all files
- Git commit
- Associate footprints
- Create Layout
- Take a screenshot of the layout and place it in this directory
- Git add all files
- Git commit
- git push origin main
- create a pull request