From c36fa6263b6bf926666b2be9d94d9500cbbb667a Mon Sep 17 00:00:00 2001 From: jaseg Date: Sat, 24 Nov 2018 12:52:01 +0900 Subject: Initial commit --- corner/corner.net | 86 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) create mode 100644 corner/corner.net (limited to 'corner/corner.net') diff --git a/corner/corner.net b/corner/corner.net new file mode 100644 index 0000000..d6dd369 --- /dev/null +++ b/corner/corner.net @@ -0,0 +1,86 @@ +(export (version D) + (design + (source /home/user/toys/led_tape_display/corner/corner.sch) + (date "Sat Nov 24 11:20:39 2018") + (tool "Eeschema (5.0.1)") + (sheet (number 1) (name /) (tstamps /) + (title_block + (title) + (company) + (rev) + (date) + (source corner.sch) + (comment (number 1) (value "")) + (comment (number 2) (value "")) + (comment (number 3) (value "")) + (comment (number 4) (value ""))))) + (components + (comp (ref J3) + (value Conn_01x02) + (datasheet ~) + (libsource (lib Connector_Generic) (part Conn_01x02) (description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)")) + (sheetpath (names /) (tstamps /)) + (tstamp 5C19123A)) + (comp (ref J2) + (value Conn_01x02) + (datasheet ~) + (libsource (lib Connector_Generic) (part Conn_01x02) (description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)")) + (sheetpath (names /) (tstamps /)) + (tstamp 5C191348)) + (comp (ref J1) + (value Conn_01x02) + (datasheet ~) + (libsource (lib Connector_Generic) (part Conn_01x02) (description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)")) + (sheetpath (names /) (tstamps /)) + (tstamp 5C1913C4)) + (comp (ref J4) + (value Conn_01x02) + (datasheet ~) + (libsource (lib Connector_Generic) (part Conn_01x02) (description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)")) + (sheetpath (names /) (tstamps /)) + (tstamp 5C19144F)) + (comp (ref J5) + (value DUMMY) + (datasheet ~) + (libsource (lib Connector_Generic) (part Conn_01x01) (description "Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)")) + (sheetpath (names /) (tstamps /)) + (tstamp 5C1956F0))) + (libparts + (libpart (lib Connector_Generic) (part Conn_01x01) + (description "Generic connector, single row, 01x01, script generated (kicad-library-utils/schlib/autogen/connector/)") + (docs ~) + (footprints + (fp Connector*:*)) + (fields + (field (name Reference) J) + (field (name Value) Conn_01x01)) + (pins + (pin (num 1) (name Pin_1) (type passive)))) + (libpart (lib Connector_Generic) (part Conn_01x02) + (description "Generic connector, single row, 01x02, script generated (kicad-library-utils/schlib/autogen/connector/)") + (docs ~) + (footprints + (fp Connector*:*_1x??_*)) + (fields + (field (name Reference) J) + (field (name Value) Conn_01x02)) + (pins + (pin (num 1) (name Pin_1) (type passive)) + (pin (num 2) (name Pin_2) (type passive))))) + (libraries + (library (logical Connector_Generic) + (uri /home/user/ref/kicad-symbols/Connector_Generic.lib))) + (nets + (net (code 1) (name /D) + (node (ref J5) (pin 1)) + (node (ref J1) (pin 1))) + (net (code 2) (name /A) + (node (ref J2) (pin 1)) + (node (ref J1) (pin 2)) + (node (ref J4) (pin 2))) + (net (code 3) (name /C) + (node (ref J3) (pin 1)) + (node (ref J4) (pin 1))) + (net (code 4) (name /B) + (node (ref J2) (pin 2)) + (node (ref J3) (pin 2))))) \ No newline at end of file -- cgit