You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,8 @@ This project is meant for easily creating such pinout leafs.
8
8
9
9
The pins can be described by a simple YAML based description and the tool automatically creates the diagram as a SVG.
10
10
11
+

12
+
11
13
## Features
12
14
13
15
***SVG Output:**
@@ -36,6 +38,16 @@ The pins can be described by a simple YAML based description and the tool automa
36
38
* No weird arbitrary layouts
37
39
* Only standard 0.1 inch pin raster supported (might change in the future)
38
40
41
+
## Alternatives
42
+
43
+
*[Youtube: Feather Diagrams Walk-Through for Adafruit](https://www.youtube.com/watch?v=ndVs1UvK6AE) - doing it the manual way in Inkscape
44
+
*[GenPinoutSVG](https://github.com/stevenj/GenPinoutSVG) - a Python tool using CSV files as input
45
+
*[Pinion](https://yaqwsx.github.io/Pinion/) - creates pinout diagrams from KiCAD PCB files
46
+
*[PCBDraw](https://github.com/yaqwsx/PcbDraw) - another KiCAD based tool
47
+
*[Integrated Circuit Pinout Diagram Generator](https://github.com/cmfcmf/ic-pinout-diagram-generator) - probably closest to this project, but without an editor
48
+
49
+
None of the tools above focus on dimensional accuracy and printing. They are more about creating diagrams for documentation or web pages.
0 commit comments