Skip to content
#

pcb-designing

Here are 13 public repositories matching this topic...

This guide will teach you all the basics of KiCad from schematic building to PCB design. It will also teach you how to add libraries, create your own symbols & footprints, export the drill and gerber files, and many more tips to get you started on your KiCad journey!

  • Updated Apr 8, 2024
  • HTML

This project implements a C++ application for simulating and managing the structure and connections of a printed circuit board (PCB). It uses a class hierarchy to model contacts (input or output) and their connections, ensuring valid links between them. A complex class represents the PCB itself, containing a vector of unique contacts and operations

  • Updated Dec 15, 2024
  • C++

Improve this page

Add a description, image, and links to the pcb-designing topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pcb-designing topic, visit your repo's landing page and select "manage topics."

Learn more