CGrassin / kicad-pinout-generator

This KiCad plugin generates pinouts from the PCB file to various formats.
MIT License
32 stars 6 forks source link

print GPIO number instead of pad number for C define type #8

Closed PumaFPV closed 1 year ago

PumaFPV commented 1 year ago

Schematic: image Output: image

CGrassin commented 1 year ago

As explained in issue #6, I implemented this feature with a checkbox and a text field to enter the filter, because it depends on the chip pin naming, which is wildly variable. image

Hence, I close this PR as-is. In any case, thank you very much for this pull request, the input was extremely useful.