Skip to content

Latest commit

 

History

History
77 lines (66 loc) · 3.24 KB

README.md

File metadata and controls

77 lines (66 loc) · 3.24 KB

Design blocks

Collection of circuits and Documentation

ObjectiveEnviromentAdding a Design Block

Objective

Unify all circuits designed by the group adding proper documentation.

Environment

Our circuits are mainly developed in KiCad.

Adding a Design Block

  1. Clone this repository
  2. Create a folder with the Circuit name
  3. Add the appropriate files according to the software used
  4. Add a README.md file to the Driver folder
    1. On the README add the Author, Date, and purpose of the library
    2. Add Documentation: Schematic, Layout and B.O.M.
    3. Add a notes section for any extra information on circuit usage and performance
  5. Add a folder called Docs
    1. Add any External Documentation including Datasheets, Application Notes, and Register Maps
  6. If there is a GitHub Issue for the Design Blocks add a message or close it.

[email protected]