schematic-symbols 0.0.168 → 0.0.169
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/package.json +1 -1
package/README.md
CHANGED
@@ -83,6 +83,11 @@ in the same schematic.
|
|
83
83
|
|
84
84
|
- The width of most standard passives is `1`
|
85
85
|
- The height of most standard passives is `0.6`
|
86
|
+
- Number pins from **1** upward following the symbol's direction. For example,
|
87
|
+
a symbol that points right has pin **1** on the left and pin **2** on the
|
88
|
+
right.
|
89
|
+
- If a device is polarized, number the pins from **positive** to **negative** in
|
90
|
+
that same direction.
|
86
91
|
|
87
92
|
### Development
|
88
93
|
|