This is where all the files for 84_Badge will be stored.
This includes code and art and cad and fab files. All the things.
View the web based Documentation here https://84badge.com
This is the file structure of this repository
- / - YOU ARE HERE
- /art/ - Artwork and other graphics created by this project
- ./inspiration/ - Art and graphics pulled from other sources used as inspiration for this project
- /code/ - All project related Code / Firmware
- ./dev/ - Code folder for initial development PCB(s)
- ./prod/ - Code folder for the production PCB(s)
- ./include/ - Common code includes (e.g. chipset drivers, etc.) used by the other code folders
- /docs/ - Documentation created by this project including web pages
- /eda/ - Electronic Design Automation files (i.e. KiCad)
- ./dev/ - KiCad project folder for initial development PCB(s)
- ./prod/ - KiCad project folder for the production PCB(s)
- /reference_parts/ - Documentation pulled from other sources related to components
- ./README.md - This File
- ./LICENSE - Currently set to MIT