blob: 11ffccf83dd70bb03a6379dd7248d9b223fdcae8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Create KiCad Module
===================
This module provides tools for creating and exporting KiCad-compatible files from eSim Maker.
**Features:**
- Generates KiCad schematic and symbol files.
- Supports exporting projects and components in KiCad formats.
**Usage:**
Use the provided interface or scripts to generate KiCad files from your eSim Maker projects.
.. note::
Source : ``src/maker/createkicad.py``
.. automodule:: maker.createkicad
:members:
|