From 334a94499fab11a3e75e246dfbef84d5f28ebd6c Mon Sep 17 00:00:00 2001 From: CarlPoirier Date: Sun, 9 Nov 2014 09:43:48 -0500 Subject: [PATCH] Corrected some mistakes. --- KiCad_Library_Convention.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/KiCad_Library_Convention.txt b/KiCad_Library_Convention.txt index 172ccc35..cfdf69ba 100644 --- a/KiCad_Library_Convention.txt +++ b/KiCad_Library_Convention.txt @@ -41,10 +41,10 @@ kicad-developers@lists.launchpad.net 4. Symbol Names --------------- -4.1. Name of symbol, may be shortened for common components or use reference designator of the symbol (IEEE 315-1975). ex: "Conn_4x2", "C"etc. +4.1. Name of symbol, may be shortened for common components or use reference designator of the symbol (IEEE 315-1975). ex: "Conn_4x2", "C", etc. 4.2. Manufacturer. 4.3. Part number, including extension for specific footprint. (JEDEC for common devices, ex: 1N4001) -4.4. Any modification to the original footprint, indicated by appending the reason. Ex: different pin ordering: "transistor_PNP_pinswap1" +4.4. Any modification to the original symbol, indicated by appending the reason. Ex: different pin ordering: "transistor_PNP_pinswap1" 4.5. Indication of quantity if symbol is an array. ex: resistor array: "Resistor_x8"