123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752175317541755175617571758175917601761176217631764176517661767176817691770177117721773177417751776177717781779178017811782178317841785178617871788178917901791179217931794 |
- (kicad_sch (version 20211123) (generator eeschema)
- (uuid bea8315b-2ce6-441a-ac7f-0b67cf9c79a3)
- (paper "A3")
- (lib_symbols
- (symbol "74xx:74LS138" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
- (property "Reference" "U" (id 0) (at -7.62 11.43 0)
- (effects (font (size 1.27 1.27)))
- )
- (property "Value" "74LS138" (id 1) (at -7.62 -13.97 0)
- (effects (font (size 1.27 1.27)))
- )
- (property "Footprint" "" (id 2) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS138" (id 3) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "ki_locked" "" (id 4) (at 0 0 0)
- (effects (font (size 1.27 1.27)))
- )
- (property "ki_keywords" "TTL DECOD DECOD8" (id 5) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "ki_description" "Decoder 3 to 8 active low outputs" (id 6) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "ki_fp_filters" "DIP?16*" (id 7) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (symbol "74LS138_1_0"
- (pin input line (at -12.7 7.62 0) (length 5.08)
- (name "A0" (effects (font (size 1.27 1.27))))
- (number "1" (effects (font (size 1.27 1.27))))
- )
- (pin output output_low (at 12.7 -5.08 180) (length 5.08)
- (name "O5" (effects (font (size 1.27 1.27))))
- (number "10" (effects (font (size 1.27 1.27))))
- )
- (pin output output_low (at 12.7 -2.54 180) (length 5.08)
- (name "O4" (effects (font (size 1.27 1.27))))
- (number "11" (effects (font (size 1.27 1.27))))
- )
- (pin output output_low (at 12.7 0 180) (length 5.08)
- (name "O3" (effects (font (size 1.27 1.27))))
- (number "12" (effects (font (size 1.27 1.27))))
- )
- (pin output output_low (at 12.7 2.54 180) (length 5.08)
- (name "O2" (effects (font (size 1.27 1.27))))
- (number "13" (effects (font (size 1.27 1.27))))
- )
- (pin output output_low (at 12.7 5.08 180) (length 5.08)
- (name "O1" (effects (font (size 1.27 1.27))))
- (number "14" (effects (font (size 1.27 1.27))))
- )
- (pin output output_low (at 12.7 7.62 180) (length 5.08)
- (name "O0" (effects (font (size 1.27 1.27))))
- (number "15" (effects (font (size 1.27 1.27))))
- )
- (pin power_in line (at 0 15.24 270) (length 5.08)
- (name "VCC" (effects (font (size 1.27 1.27))))
- (number "16" (effects (font (size 1.27 1.27))))
- )
- (pin input line (at -12.7 5.08 0) (length 5.08)
- (name "A1" (effects (font (size 1.27 1.27))))
- (number "2" (effects (font (size 1.27 1.27))))
- )
- (pin input line (at -12.7 2.54 0) (length 5.08)
- (name "A2" (effects (font (size 1.27 1.27))))
- (number "3" (effects (font (size 1.27 1.27))))
- )
- (pin input input_low (at -12.7 -10.16 0) (length 5.08)
- (name "E1" (effects (font (size 1.27 1.27))))
- (number "4" (effects (font (size 1.27 1.27))))
- )
- (pin input input_low (at -12.7 -7.62 0) (length 5.08)
- (name "E2" (effects (font (size 1.27 1.27))))
- (number "5" (effects (font (size 1.27 1.27))))
- )
- (pin input line (at -12.7 -5.08 0) (length 5.08)
- (name "E3" (effects (font (size 1.27 1.27))))
- (number "6" (effects (font (size 1.27 1.27))))
- )
- (pin output output_low (at 12.7 -10.16 180) (length 5.08)
- (name "O7" (effects (font (size 1.27 1.27))))
- (number "7" (effects (font (size 1.27 1.27))))
- )
- (pin power_in line (at 0 -17.78 90) (length 5.08)
- (name "GND" (effects (font (size 1.27 1.27))))
- (number "8" (effects (font (size 1.27 1.27))))
- )
- (pin output output_low (at 12.7 -7.62 180) (length 5.08)
- (name "O6" (effects (font (size 1.27 1.27))))
- (number "9" (effects (font (size 1.27 1.27))))
- )
- )
- (symbol "74LS138_1_1"
- (rectangle (start -7.62 10.16) (end 7.62 -12.7)
- (stroke (width 0.254) (type default) (color 0 0 0 0))
- (fill (type background))
- )
- )
- )
- (symbol "74xx:74LS258" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
- (property "Reference" "U" (id 0) (at -7.62 19.05 0)
- (effects (font (size 1.27 1.27)))
- )
- (property "Value" "74LS258" (id 1) (at -7.62 -21.59 0)
- (effects (font (size 1.27 1.27)))
- )
- (property "Footprint" "" (id 2) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS258" (id 3) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "ki_locked" "" (id 4) (at 0 0 0)
- (effects (font (size 1.27 1.27)))
- )
- (property "ki_keywords" "TTL MUX MUX2" (id 5) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "ki_description" "Quad 2 to 1 Multiplexer, inverting" (id 6) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "ki_fp_filters" "DIP?16*" (id 7) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (symbol "74LS258_1_0"
- (pin input line (at -12.7 -15.24 0) (length 5.08)
- (name "S" (effects (font (size 1.27 1.27))))
- (number "1" (effects (font (size 1.27 1.27))))
- )
- (pin input line (at -12.7 -10.16 0) (length 5.08)
- (name "I1d" (effects (font (size 1.27 1.27))))
- (number "10" (effects (font (size 1.27 1.27))))
- )
- (pin input line (at -12.7 -7.62 0) (length 5.08)
- (name "I0d" (effects (font (size 1.27 1.27))))
- (number "11" (effects (font (size 1.27 1.27))))
- )
- (pin tri_state inverted (at 12.7 0 180) (length 5.08)
- (name "Zc" (effects (font (size 1.27 1.27))))
- (number "12" (effects (font (size 1.27 1.27))))
- )
- (pin input line (at -12.7 -2.54 0) (length 5.08)
- (name "I1c" (effects (font (size 1.27 1.27))))
- (number "13" (effects (font (size 1.27 1.27))))
- )
- (pin input line (at -12.7 0 0) (length 5.08)
- (name "I0c" (effects (font (size 1.27 1.27))))
- (number "14" (effects (font (size 1.27 1.27))))
- )
- (pin input inverted (at -12.7 -17.78 0) (length 5.08)
- (name "OE" (effects (font (size 1.27 1.27))))
- (number "15" (effects (font (size 1.27 1.27))))
- )
- (pin power_in line (at 0 22.86 270) (length 5.08)
- (name "VCC" (effects (font (size 1.27 1.27))))
- (number "16" (effects (font (size 1.27 1.27))))
- )
- (pin input line (at -12.7 15.24 0) (length 5.08)
- (name "I0a" (effects (font (size 1.27 1.27))))
- (number "2" (effects (font (size 1.27 1.27))))
- )
- (pin input line (at -12.7 12.7 0) (length 5.08)
- (name "I1a" (effects (font (size 1.27 1.27))))
- (number "3" (effects (font (size 1.27 1.27))))
- )
- (pin tri_state inverted (at 12.7 15.24 180) (length 5.08)
- (name "Za" (effects (font (size 1.27 1.27))))
- (number "4" (effects (font (size 1.27 1.27))))
- )
- (pin input line (at -12.7 7.62 0) (length 5.08)
- (name "I0b" (effects (font (size 1.27 1.27))))
- (number "5" (effects (font (size 1.27 1.27))))
- )
- (pin input line (at -12.7 5.08 0) (length 5.08)
- (name "I1b" (effects (font (size 1.27 1.27))))
- (number "6" (effects (font (size 1.27 1.27))))
- )
- (pin tri_state inverted (at 12.7 7.62 180) (length 5.08)
- (name "Zb" (effects (font (size 1.27 1.27))))
- (number "7" (effects (font (size 1.27 1.27))))
- )
- (pin power_in line (at 0 -25.4 90) (length 5.08)
- (name "GND" (effects (font (size 1.27 1.27))))
- (number "8" (effects (font (size 1.27 1.27))))
- )
- (pin tri_state inverted (at 12.7 -7.62 180) (length 5.08)
- (name "Zd" (effects (font (size 1.27 1.27))))
- (number "9" (effects (font (size 1.27 1.27))))
- )
- )
- (symbol "74LS258_1_1"
- (rectangle (start -7.62 17.78) (end 7.62 -20.32)
- (stroke (width 0.254) (type default) (color 0 0 0 0))
- (fill (type background))
- )
- )
- )
- (symbol "74xx:74LS393" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
- (property "Reference" "U" (id 0) (at -7.62 8.89 0)
- (effects (font (size 1.27 1.27)))
- )
- (property "Value" "74LS393" (id 1) (at -7.62 -8.89 0)
- (effects (font (size 1.27 1.27)))
- )
- (property "Footprint" "" (id 2) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "74xx\\74LS393.pdf" (id 3) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "ki_locked" "" (id 4) (at 0 0 0)
- (effects (font (size 1.27 1.27)))
- )
- (property "ki_keywords" "TTL CNT CNT4" (id 5) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "ki_description" "Dual BCD 4-bit counter" (id 6) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "ki_fp_filters" "DIP*W7.62mm*" (id 7) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (symbol "74LS393_1_0"
- (pin input clock (at -12.7 2.54 0) (length 5.08)
- (name "CP" (effects (font (size 1.27 1.27))))
- (number "1" (effects (font (size 1.27 1.27))))
- )
- (pin input line (at -12.7 -5.08 0) (length 5.08)
- (name "MR" (effects (font (size 1.27 1.27))))
- (number "2" (effects (font (size 1.27 1.27))))
- )
- (pin output line (at 12.7 2.54 180) (length 5.08)
- (name "Q0" (effects (font (size 1.27 1.27))))
- (number "3" (effects (font (size 1.27 1.27))))
- )
- (pin output line (at 12.7 0 180) (length 5.08)
- (name "Q1" (effects (font (size 1.27 1.27))))
- (number "4" (effects (font (size 1.27 1.27))))
- )
- (pin output line (at 12.7 -2.54 180) (length 5.08)
- (name "Q2" (effects (font (size 1.27 1.27))))
- (number "5" (effects (font (size 1.27 1.27))))
- )
- (pin output line (at 12.7 -5.08 180) (length 5.08)
- (name "Q3" (effects (font (size 1.27 1.27))))
- (number "6" (effects (font (size 1.27 1.27))))
- )
- )
- (symbol "74LS393_1_1"
- (rectangle (start -7.62 5.08) (end 7.62 -7.62)
- (stroke (width 0.254) (type default) (color 0 0 0 0))
- (fill (type background))
- )
- )
- (symbol "74LS393_2_0"
- (pin output line (at 12.7 0 180) (length 5.08)
- (name "Q1" (effects (font (size 1.27 1.27))))
- (number "10" (effects (font (size 1.27 1.27))))
- )
- (pin output line (at 12.7 2.54 180) (length 5.08)
- (name "Q0" (effects (font (size 1.27 1.27))))
- (number "11" (effects (font (size 1.27 1.27))))
- )
- (pin input line (at -12.7 -5.08 0) (length 5.08)
- (name "MR" (effects (font (size 1.27 1.27))))
- (number "12" (effects (font (size 1.27 1.27))))
- )
- (pin input clock (at -12.7 2.54 0) (length 5.08)
- (name "CP" (effects (font (size 1.27 1.27))))
- (number "13" (effects (font (size 1.27 1.27))))
- )
- (pin output line (at 12.7 -5.08 180) (length 5.08)
- (name "Q3" (effects (font (size 1.27 1.27))))
- (number "8" (effects (font (size 1.27 1.27))))
- )
- (pin output line (at 12.7 -2.54 180) (length 5.08)
- (name "Q2" (effects (font (size 1.27 1.27))))
- (number "9" (effects (font (size 1.27 1.27))))
- )
- )
- (symbol "74LS393_2_1"
- (rectangle (start -7.62 5.08) (end 7.62 -7.62)
- (stroke (width 0.254) (type default) (color 0 0 0 0))
- (fill (type background))
- )
- )
- (symbol "74LS393_3_0"
- (pin power_in line (at 0 12.7 270) (length 5.08)
- (name "VCC" (effects (font (size 1.27 1.27))))
- (number "14" (effects (font (size 1.27 1.27))))
- )
- (pin power_in line (at 0 -12.7 90) (length 5.08)
- (name "GND" (effects (font (size 1.27 1.27))))
- (number "7" (effects (font (size 1.27 1.27))))
- )
- )
- (symbol "74LS393_3_1"
- (rectangle (start -5.08 7.62) (end 5.08 -7.62)
- (stroke (width 0.254) (type default) (color 0 0 0 0))
- (fill (type background))
- )
- )
- )
- (symbol "Device:R_Small" (pin_numbers hide) (pin_names (offset 0.254) hide) (in_bom yes) (on_board yes)
- (property "Reference" "R" (id 0) (at 0.762 0.508 0)
- (effects (font (size 1.27 1.27)) (justify left))
- )
- (property "Value" "R_Small" (id 1) (at 0.762 -1.016 0)
- (effects (font (size 1.27 1.27)) (justify left))
- )
- (property "Footprint" "" (id 2) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "~" (id 3) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "ki_keywords" "R resistor" (id 4) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "ki_description" "Resistor, small symbol" (id 5) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "ki_fp_filters" "R_*" (id 6) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (symbol "R_Small_0_1"
- (rectangle (start -0.762 1.778) (end 0.762 -1.778)
- (stroke (width 0.2032) (type default) (color 0 0 0 0))
- (fill (type none))
- )
- )
- (symbol "R_Small_1_1"
- (pin passive line (at 0 2.54 270) (length 0.762)
- (name "~" (effects (font (size 1.27 1.27))))
- (number "1" (effects (font (size 1.27 1.27))))
- )
- (pin passive line (at 0 -2.54 90) (length 0.762)
- (name "~" (effects (font (size 1.27 1.27))))
- (number "2" (effects (font (size 1.27 1.27))))
- )
- )
- )
- (symbol "power:+5V" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
- (property "Reference" "#PWR" (id 0) (at 0 -3.81 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "+5V" (id 1) (at 0 3.556 0)
- (effects (font (size 1.27 1.27)))
- )
- (property "Footprint" "" (id 2) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "ki_keywords" "power-flag" (id 4) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "ki_description" "Power symbol creates a global label with name \"+5V\"" (id 5) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (symbol "+5V_0_1"
- (polyline
- (pts
- (xy -0.762 1.27)
- (xy 0 2.54)
- )
- (stroke (width 0) (type default) (color 0 0 0 0))
- (fill (type none))
- )
- (polyline
- (pts
- (xy 0 0)
- (xy 0 2.54)
- )
- (stroke (width 0) (type default) (color 0 0 0 0))
- (fill (type none))
- )
- (polyline
- (pts
- (xy 0 2.54)
- (xy 0.762 1.27)
- )
- (stroke (width 0) (type default) (color 0 0 0 0))
- (fill (type none))
- )
- )
- (symbol "+5V_1_1"
- (pin power_in line (at 0 0 90) (length 0) hide
- (name "+5V" (effects (font (size 1.27 1.27))))
- (number "1" (effects (font (size 1.27 1.27))))
- )
- )
- )
- (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
- (property "Reference" "#PWR" (id 0) (at 0 -6.35 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "GND" (id 1) (at 0 -3.81 0)
- (effects (font (size 1.27 1.27)))
- )
- (property "Footprint" "" (id 2) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "ki_keywords" "power-flag" (id 4) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (id 5) (at 0 0 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (symbol "GND_0_1"
- (polyline
- (pts
- (xy 0 0)
- (xy 0 -1.27)
- (xy 1.27 -1.27)
- (xy 0 -2.54)
- (xy -1.27 -1.27)
- (xy 0 -1.27)
- )
- (stroke (width 0) (type default) (color 0 0 0 0))
- (fill (type none))
- )
- )
- (symbol "GND_1_1"
- (pin power_in line (at 0 0 270) (length 0) hide
- (name "GND" (effects (font (size 1.27 1.27))))
- (number "1" (effects (font (size 1.27 1.27))))
- )
- )
- )
- )
- (junction (at 170.18 33.02) (diameter 0) (color 0 0 0 0)
- (uuid 20eb4edd-5195-45ad-bf22-bf661dfe5715)
- )
- (junction (at 182.88 194.31) (diameter 0) (color 0 0 0 0)
- (uuid 86b12f2b-f403-48f8-b61a-b2d67707e7f2)
- )
- (junction (at 175.26 201.93) (diameter 0) (color 0 0 0 0)
- (uuid 8bcbbbd8-4f5f-4eb8-a228-28bf22e0a5b0)
- )
- (junction (at 128.27 111.76) (diameter 0) (color 0 0 0 0)
- (uuid 8cee8022-8131-43df-8037-ad04815a1e6d)
- )
- (junction (at 120.65 119.38) (diameter 0) (color 0 0 0 0)
- (uuid 95bd81ed-b837-47d3-9a8e-73c4ca8782f7)
- )
- (junction (at 165.1 48.26) (diameter 0) (color 0 0 0 0)
- (uuid 9e7eb0af-2664-4fdc-896d-a3da83d71fe8)
- )
- (junction (at 123.19 116.84) (diameter 0) (color 0 0 0 0)
- (uuid 9fdeb54f-a77c-4b15-9732-e35b4c8fa949)
- )
- (junction (at 167.64 35.56) (diameter 0) (color 0 0 0 0)
- (uuid a0edf24f-4e0a-4384-91bd-1555a5b03118)
- )
- (junction (at 120.65 147.32) (diameter 0) (color 0 0 0 0)
- (uuid a1d08edb-684b-4590-8c40-4a0e19be43a3)
- )
- (junction (at 177.8 199.39) (diameter 0) (color 0 0 0 0)
- (uuid b8dbd723-1def-4af2-af54-c6c24241fa4b)
- )
- (junction (at 172.72 30.48) (diameter 0) (color 0 0 0 0)
- (uuid b9169e6d-2561-4d8b-8937-de4a71ad67d5)
- )
- (junction (at 118.11 160.02) (diameter 0) (color 0 0 0 0)
- (uuid bd49ccef-c99c-40a1-abef-4d0344e82bf7)
- )
- (junction (at 180.34 196.85) (diameter 0) (color 0 0 0 0)
- (uuid cc1bd140-3952-4b2d-ae38-739020c335ce)
- )
- (junction (at 125.73 114.3) (diameter 0) (color 0 0 0 0)
- (uuid d9471565-b302-4683-a7d3-15f7ebf43086)
- )
- (no_connect (at 212.09 93.98) (uuid 06203bd7-424d-4111-83ef-22dc164b0e92))
- (no_connect (at 212.09 96.52) (uuid 1e25d936-0545-48e4-a2c4-75c35806cc7a))
- (no_connect (at 212.09 91.44) (uuid 249e782b-01d9-43fe-98e2-2cf8f83d23fb))
- (no_connect (at 212.09 43.18) (uuid 309842db-cfb6-4670-8f71-e8fb1b9097c4))
- (no_connect (at 212.09 40.64) (uuid 31ee3c3f-ec6f-4297-b4b4-94cce4b7feaf))
- (no_connect (at 212.09 45.72) (uuid 7d50c841-6cd6-42c5-8347-9521711d41fb))
- (no_connect (at 212.09 88.9) (uuid cc1e7c4a-81d9-484d-b266-996aa5901858))
- (no_connect (at 212.09 48.26) (uuid d46e339d-8a6c-4d31-af7d-99e112e6a0b2))
- (wire (pts (xy 180.34 196.85) (xy 186.69 196.85))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 00333d0a-a927-49d0-b984-e4dab0452fec)
- )
- (wire (pts (xy 184.15 93.98) (xy 186.69 93.98))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 039a61a8-4e8c-4fc6-82f7-5e0b298db778)
- )
- (wire (pts (xy 186.69 83.82) (xy 167.64 83.82))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 04ea178d-9228-48fb-8794-b920d4d8076f)
- )
- (wire (pts (xy 226.06 81.28) (xy 378.46 81.28))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 0cfdfc0f-eda2-4fd2-97e2-985a0ca9b59b)
- )
- (wire (pts (xy 125.73 139.7) (xy 142.24 139.7))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 18aaf4ab-b9f6-4d6f-97a5-57e14c36773b)
- )
- (wire (pts (xy 182.88 214.63) (xy 191.77 214.63))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 1a2ebdb5-c66c-4037-9c2d-7699303c4def)
- )
- (wire (pts (xy 138.43 171.45) (xy 138.43 162.56))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 1aa755e2-0b3c-4955-a99a-f91c06a5f566)
- )
- (wire (pts (xy 175.26 201.93) (xy 175.26 229.87))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 1b009eab-1941-42a2-abdd-18daca14842b)
- )
- (wire (pts (xy 29.21 33.02) (xy 170.18 33.02))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 1c2501c0-4317-4efc-8ae0-7683f2f85356)
- )
- (wire (pts (xy 29.21 30.48) (xy 172.72 30.48))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 1c6ea0f9-8bc0-4c8f-8e1f-1cec02fd27a1)
- )
- (wire (pts (xy 175.26 201.93) (xy 186.69 201.93))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 1cedcad8-3919-4f32-989c-a0725921e666)
- )
- (wire (pts (xy 167.64 196.85) (xy 180.34 196.85))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 1e5ee148-2adb-4e71-a5ed-a1ce024043b1)
- )
- (wire (pts (xy 138.43 162.56) (xy 142.24 162.56))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 22a58991-7ab8-461e-8066-aa5495016d05)
- )
- (wire (pts (xy 180.34 222.25) (xy 191.77 222.25))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 242e19a4-97c4-43e2-b9d8-317988d482c5)
- )
- (wire (pts (xy 29.21 152.4) (xy 142.24 152.4))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 246094d8-23f8-4ba1-b2d8-54a39af354b2)
- )
- (wire (pts (xy 226.06 35.56) (xy 378.46 35.56))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 26038824-019e-4e8a-a3a1-c8f7c4b69f16)
- )
- (wire (pts (xy 167.64 35.56) (xy 186.69 35.56))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 2707fe6e-d6ca-4ad2-b255-e892a1fc9f35)
- )
- (wire (pts (xy 165.1 48.26) (xy 186.69 48.26))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 2aef9ad5-c05e-4a11-a9f2-b38737b94007)
- )
- (wire (pts (xy 170.18 33.02) (xy 186.69 33.02))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 2d1a2d75-7b5a-4ba7-8e1c-10ff1c11afab)
- )
- (wire (pts (xy 142.24 201.93) (xy 137.16 201.93))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 3182de62-cd79-4270-acc0-4b0339f6dd54)
- )
- (wire (pts (xy 204.47 252.73) (xy 204.47 254))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 352b7c74-b8b3-4a23-b8b1-93d96bab07ea)
- )
- (wire (pts (xy 177.8 199.39) (xy 186.69 199.39))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 35a0cb98-d5cd-47fc-9080-0033f111f850)
- )
- (wire (pts (xy 104.14 116.84) (xy 123.19 116.84))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 38c83509-5f54-42d4-823a-f8523bb1e429)
- )
- (wire (pts (xy 226.06 33.02) (xy 378.46 33.02))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 3c2884cf-88fa-4588-a430-16ae5ca7cf9a)
- )
- (wire (pts (xy 165.1 96.52) (xy 165.1 48.26))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 3e12c0b8-05c8-4eaa-ae90-f19d340558db)
- )
- (wire (pts (xy 167.64 129.54) (xy 378.46 129.54))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 41a07f1d-ade8-4c35-9b02-7539086e4539)
- )
- (wire (pts (xy 226.06 83.82) (xy 378.46 83.82))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 41cc0179-f1ee-4819-8832-eb3851ea7a0e)
- )
- (wire (pts (xy 137.16 201.93) (xy 137.16 205.74))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 4a290fbc-4b15-46a6-96a3-9e5fb62a166e)
- )
- (wire (pts (xy 120.65 119.38) (xy 132.08 119.38))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 4dd0451a-ed64-4f60-9a52-d1ba7524be85)
- )
- (wire (pts (xy 142.24 144.78) (xy 29.21 144.78))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 4e24b580-3313-4634-a80e-a7e6fe85eda2)
- )
- (wire (pts (xy 118.11 160.02) (xy 29.21 160.02))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 4fd9ad32-0964-4e49-9d4b-1fc11a8f2f9c)
- )
- (wire (pts (xy 226.06 30.48) (xy 378.46 30.48))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 5067d903-3c9b-45c3-b209-292200ab7bfd)
- )
- (wire (pts (xy 104.14 111.76) (xy 128.27 111.76))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 50bc13b6-08be-4a3b-94df-1a18b907ee48)
- )
- (wire (pts (xy 142.24 160.02) (xy 118.11 160.02))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 526d760a-8a10-4335-be97-ea40aca58124)
- )
- (wire (pts (xy 199.39 104.14) (xy 199.39 105.41))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 5301e325-22f8-41e9-852b-5a461b89dfd4)
- )
- (wire (pts (xy 167.64 83.82) (xy 167.64 35.56))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 59a614a5-847c-4d44-84ac-a2955260954f)
- )
- (wire (pts (xy 212.09 38.1) (xy 220.98 38.1))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 59a8baad-c702-47d2-bf89-288d352a9da4)
- )
- (wire (pts (xy 175.26 229.87) (xy 191.77 229.87))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 5b62ab61-5617-4376-86f8-381dd14ac55f)
- )
- (wire (pts (xy 212.09 33.02) (xy 220.98 33.02))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 6239c779-acb4-4c23-abd1-0e475b5c6753)
- )
- (wire (pts (xy 185.42 45.72) (xy 186.69 45.72))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 637853be-fc38-4ec7-a75f-2662bdb82fe8)
- )
- (wire (pts (xy 27.94 212.09) (xy 191.77 212.09))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 662a8e85-3fd4-4174-8b90-47f6f1f2491f)
- )
- (wire (pts (xy 170.18 81.28) (xy 170.18 33.02))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 6835430a-defb-4ab7-a261-d0f02eb3e689)
- )
- (wire (pts (xy 217.17 227.33) (xy 378.46 227.33))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 6a093029-60da-42f3-852e-e8fca116bdc8)
- )
- (wire (pts (xy 125.73 114.3) (xy 125.73 139.7))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 6b95dbe6-c1ed-4ad4-a8da-d497f6dfea5e)
- )
- (wire (pts (xy 204.47 203.2) (xy 204.47 204.47))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 6d7ba0d7-3762-4f11-bd7d-b7a8883a3658)
- )
- (wire (pts (xy 212.09 30.48) (xy 220.98 30.48))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 70bb3b6f-cb90-407e-b4c1-d0deea87dbe9)
- )
- (wire (pts (xy 226.06 78.74) (xy 378.46 78.74))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 717d100c-2380-4d81-8e80-b021a2a1bd2f)
- )
- (wire (pts (xy 128.27 111.76) (xy 132.08 111.76))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 72be7d93-c58d-47fd-9631-c12d358fdb51)
- )
- (wire (pts (xy 167.64 194.31) (xy 182.88 194.31))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 7a9e0a1b-7914-468d-b3e4-2dcb8b9d98ae)
- )
- (wire (pts (xy 185.42 54.61) (xy 185.42 45.72))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 7f625653-e579-4074-8b9b-6f4341c56bc3)
- )
- (wire (pts (xy 142.24 129.54) (xy 29.21 129.54))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 7fac8aa9-42ac-404b-8a31-96140cc0f7c0)
- )
- (wire (pts (xy 180.34 196.85) (xy 180.34 222.25))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 80bff978-290d-4bce-9860-cbfadbf4ad75)
- )
- (wire (pts (xy 179.07 43.18) (xy 186.69 43.18))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 83a2f09e-a488-4813-befd-7632ee5a239e)
- )
- (wire (pts (xy 154.94 170.18) (xy 154.94 171.45))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 84a2c5b2-ac97-49e4-afa7-2ea66b646826)
- )
- (wire (pts (xy 186.69 96.52) (xy 165.1 96.52))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 8a56ec33-46b4-460f-8263-11a2093203d2)
- )
- (wire (pts (xy 226.06 38.1) (xy 378.46 38.1))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 8bd37918-2fd7-4c7e-bf3a-8573777a0411)
- )
- (wire (pts (xy 123.19 154.94) (xy 142.24 154.94))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 8d75556f-bef0-4563-927d-68ce465a9ce7)
- )
- (wire (pts (xy 217.17 212.09) (xy 378.46 212.09))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 92961fd0-594b-412b-bdf9-02ea996c27b8)
- )
- (wire (pts (xy 217.17 219.71) (xy 378.46 219.71))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 92ab19b8-9a53-4990-a4f0-c8c489da140f)
- )
- (wire (pts (xy 125.73 114.3) (xy 132.08 114.3))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 93c7dbb0-82eb-48e4-b1ff-6c95c88c6075)
- )
- (wire (pts (xy 184.15 102.87) (xy 184.15 93.98))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 9440fa05-bb7c-4db1-adbe-5dbe413e890e)
- )
- (wire (pts (xy 182.88 194.31) (xy 182.88 214.63))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 9602a5ac-e3cc-42a7-974f-89f2fa410728)
- )
- (wire (pts (xy 120.65 194.31) (xy 142.24 194.31))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 98fd6128-9bc3-4cb1-81ed-117801ed0418)
- )
- (wire (pts (xy 104.14 119.38) (xy 120.65 119.38))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 9d89b786-eba7-447f-847f-8a028a953e1b)
- )
- (wire (pts (xy 186.69 78.74) (xy 172.72 78.74))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 9e0e7724-53ac-49ec-b484-46a9f61f3980)
- )
- (wire (pts (xy 29.21 35.56) (xy 167.64 35.56))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid 9f4b3e93-43ed-480b-aeda-e48240170da9)
- )
- (wire (pts (xy 167.64 199.39) (xy 177.8 199.39))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid a3306afd-5352-4be1-baaf-ff40e353b838)
- )
- (wire (pts (xy 186.69 81.28) (xy 170.18 81.28))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid a35494e6-64bc-4b2a-a8b0-d8225dc7d647)
- )
- (wire (pts (xy 167.64 137.16) (xy 378.46 137.16))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid a7c584de-7c04-4d63-8b19-b47c8572b599)
- )
- (wire (pts (xy 27.94 234.95) (xy 191.77 234.95))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid a85ae353-a6c7-4702-9b7b-b374de92540f)
- )
- (wire (pts (xy 27.94 227.33) (xy 191.77 227.33))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid a9effcbb-33e0-462a-9ac5-a897d0fcd816)
- )
- (wire (pts (xy 199.39 55.88) (xy 199.39 57.15))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid ab5ab2b1-1846-4f8b-9023-430a9f3b2dbb)
- )
- (wire (pts (xy 78.74 119.38) (xy 73.66 119.38))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid ac397775-798f-41a1-8f0a-1dc6931033cf)
- )
- (wire (pts (xy 123.19 116.84) (xy 132.08 116.84))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid b066bb6b-7d9c-4bed-a914-f974634d0d32)
- )
- (wire (pts (xy 167.64 144.78) (xy 378.46 144.78))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid b1ed807d-70a7-4f82-8592-e806a724f225)
- )
- (wire (pts (xy 212.09 35.56) (xy 220.98 35.56))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid b583b9ae-381d-4d22-8cf1-e208946572d8)
- )
- (wire (pts (xy 187.96 245.11) (xy 191.77 245.11))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid b882254a-4a30-41d5-876a-c97227b6c109)
- )
- (wire (pts (xy 212.09 81.28) (xy 220.98 81.28))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid b891b9aa-eb81-473b-9626-de8529d37153)
- )
- (wire (pts (xy 120.65 147.32) (xy 142.24 147.32))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid ba28e500-e115-4a44-9d05-93760d85ab72)
- )
- (wire (pts (xy 120.65 119.38) (xy 120.65 147.32))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid babc4f70-88ac-4d82-a351-f56231181380)
- )
- (wire (pts (xy 212.09 83.82) (xy 220.98 83.82))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid bc8f6ea8-4a7e-4faa-a02c-4496745c2617)
- )
- (wire (pts (xy 118.11 160.02) (xy 118.11 242.57))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid bef179e9-ed77-4379-8526-599293df7107)
- )
- (wire (pts (xy 29.21 48.26) (xy 165.1 48.26))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid bf6cf7df-208c-4451-8113-b5fc140ba00f)
- )
- (wire (pts (xy 154.94 120.65) (xy 154.94 121.92))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid c3da8c99-1853-445f-b9b0-54931e6fb323)
- )
- (wire (pts (xy 73.66 119.38) (xy 73.66 123.19))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid c3fe41fa-18db-44f2-acff-435c72b51e47)
- )
- (wire (pts (xy 104.14 114.3) (xy 125.73 114.3))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid c6a5db57-4b91-4afa-9283-83bb1729d01d)
- )
- (wire (pts (xy 128.27 111.76) (xy 128.27 132.08))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid c8860a30-713c-4f42-8f3b-96a7f3537426)
- )
- (wire (pts (xy 78.74 111.76) (xy 29.21 111.76))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid ce612047-6962-46eb-bded-f72be6b683b6)
- )
- (wire (pts (xy 212.09 86.36) (xy 220.98 86.36))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid d30cca2b-3498-472f-b9ce-450390055f95)
- )
- (wire (pts (xy 199.39 69.85) (xy 199.39 71.12))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid d3834203-0e0b-4e1e-a992-27340f4b6704)
- )
- (wire (pts (xy 177.8 237.49) (xy 191.77 237.49))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid d560f79f-dce6-4feb-a36c-f28e85da0d7d)
- )
- (wire (pts (xy 177.8 199.39) (xy 177.8 237.49))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid d5ba4ee9-90cb-400c-9bd7-b2858c113325)
- )
- (wire (pts (xy 167.64 152.4) (xy 378.46 152.4))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid d6b03601-bee8-4536-be05-7bff53ca2eb7)
- )
- (wire (pts (xy 187.96 254) (xy 187.96 245.11))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid d868b5f5-b40a-405d-878a-c59c89910439)
- )
- (wire (pts (xy 120.65 147.32) (xy 120.65 194.31))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid d91c04ce-a04c-4f9a-90a5-93fdbfca13e2)
- )
- (wire (pts (xy 128.27 132.08) (xy 142.24 132.08))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid da99c6ea-c22c-4db3-bf2a-6bc5473b3b5b)
- )
- (wire (pts (xy 199.39 21.59) (xy 199.39 22.86))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid ddd53634-77d0-4506-9cd7-700ef9e63d57)
- )
- (wire (pts (xy 172.72 78.74) (xy 172.72 30.48))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid e2d244fb-4452-417e-a230-32b114bca73d)
- )
- (wire (pts (xy 172.72 30.48) (xy 186.69 30.48))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid e580f256-c3ae-45b2-9fbe-ff37c5b1f779)
- )
- (wire (pts (xy 29.21 137.16) (xy 142.24 137.16))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid ebd13ec9-ac0c-4ed5-a253-ff92873520f5)
- )
- (wire (pts (xy 226.06 86.36) (xy 378.46 86.36))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid ee100dd5-8bee-47ae-a036-7d9da075a3cb)
- )
- (wire (pts (xy 182.88 194.31) (xy 186.69 194.31))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid f31a57f5-97ab-4db9-b329-058c0a8b1807)
- )
- (wire (pts (xy 217.17 234.95) (xy 378.46 234.95))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid f3bc74c8-bc8d-45d1-a39a-207201c1a1b7)
- )
- (wire (pts (xy 167.64 201.93) (xy 175.26 201.93))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid f54f7371-f7cc-4a10-a496-2fd594d46c45)
- )
- (wire (pts (xy 27.94 219.71) (xy 191.77 219.71))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid f6250937-3bb5-4fb1-8bba-4918867146a8)
- )
- (wire (pts (xy 212.09 78.74) (xy 220.98 78.74))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid f8bb8e7a-cedf-43a8-a0e3-bb5bc5867af7)
- )
- (wire (pts (xy 123.19 116.84) (xy 123.19 154.94))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid f9f1feea-f050-453c-ab07-f3d6fab2ddc5)
- )
- (wire (pts (xy 186.69 91.44) (xy 29.21 91.44))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid fc8f931f-6edd-4804-bb65-8e35ca2577d4)
- )
- (wire (pts (xy 118.11 242.57) (xy 191.77 242.57))
- (stroke (width 0) (type default) (color 0 0 0 0))
- (uuid fff935c5-2825-4be2-869c-71aba9cd2b68)
- )
- (text "CAS decoder" (at 173.99 22.86 0)
- (effects (font (size 1.27 1.27)) (justify left bottom))
- (uuid 0e4bb750-48ed-4136-89e4-5d9fd10e22a8)
- )
- (text "Refresh address enable\n" (at 31.75 158.75 0)
- (effects (font (size 1.27 1.27)) (justify left bottom))
- (uuid 36c3bc0b-6712-4309-bcb8-c43d26a4480e)
- )
- (text "Refresh address counter\n" (at 125.73 189.23 0)
- (effects (font (size 1.27 1.27)) (justify left bottom))
- (uuid 7e5a43f1-306c-43e6-932b-5701e671d27c)
- )
- (text "CAS decoder" (at 179.07 71.12 0)
- (effects (font (size 1.27 1.27)) (justify left bottom))
- (uuid 80f52e7b-b305-4b12-8951-db02d18e1eb7)
- )
- (text "CPU/Refresh MUX\n" (at 212.09 201.93 0)
- (effects (font (size 1.27 1.27)) (justify left bottom))
- (uuid bedd2d67-a6f1-494b-ba41-8116dd730077)
- )
- (text "Refresh address counter\n" (at 58.42 106.68 0)
- (effects (font (size 1.27 1.27)) (justify left bottom))
- (uuid e6229a6c-b640-4323-a274-b6e992c274c9)
- )
- (text "CPU/Refresh MUX\n" (at 166.37 120.65 0)
- (effects (font (size 1.27 1.27)) (justify left bottom))
- (uuid ef402829-b408-4053-916c-eb87a1919376)
- )
- (global_label "RA4" (shape input) (at 378.46 144.78 0) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify left))
- (uuid 0c300ef2-ca59-470a-a140-331ef61b1924)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 384.3523 144.7006 0)
- (effects (font (size 1.27 1.27)) (justify left) hide)
- )
- )
- (global_label "A5" (shape input) (at 27.94 212.09 180) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify right))
- (uuid 1412543f-d67b-4da7-b7a1-36b6feb6d43a)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 23.3177 212.0106 0)
- (effects (font (size 1.27 1.27)) (justify right) hide)
- )
- )
- (global_label "RACNT" (shape input) (at 29.21 111.76 180) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify right))
- (uuid 199de19e-2c10-4277-a3ed-9e13463d449b)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 20.9591 111.6806 0)
- (effects (font (size 1.27 1.27)) (justify right) hide)
- )
- )
- (global_label "~{CASBNK3CB}" (shape input) (at 378.46 86.36 0) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify left))
- (uuid 2b5f9a17-68c3-4ab6-8a98-9637233a9be1)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 391.9723 86.2806 0)
- (effects (font (size 1.27 1.27)) (justify left) hide)
- )
- )
- (global_label "C407" (shape input) (at 132.08 119.38 0) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify left))
- (uuid 3560ec65-702d-4574-a3e1-686af7a91b7f)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 139.3028 119.3006 0)
- (effects (font (size 1.27 1.27)) (justify left) hide)
- )
- )
- (global_label "~{CAS}" (shape input) (at 29.21 48.26 180) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify right))
- (uuid 38400464-b37c-459d-97ca-cea043c78866)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 23.3177 48.1806 0)
- (effects (font (size 1.27 1.27)) (justify right) hide)
- )
- )
- (global_label "RA1" (shape input) (at 378.46 129.54 0) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify left))
- (uuid 38821540-6005-438a-9afd-6f6237d55a0d)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 384.3523 129.4606 0)
- (effects (font (size 1.27 1.27)) (justify left) hide)
- )
- )
- (global_label "~{CASBNK2CB}" (shape input) (at 378.46 83.82 0) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify left))
- (uuid 3f8ac39e-d805-48b0-b45d-b930fb12dc1c)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 391.9723 83.7406 0)
- (effects (font (size 1.27 1.27)) (justify left) hide)
- )
- )
- (global_label "C406" (shape input) (at 132.08 116.84 0) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify left))
- (uuid 41f9093f-f7a9-44b9-9105-1d8b1cdaeeed)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 139.3028 116.7606 0)
- (effects (font (size 1.27 1.27)) (justify left) hide)
- )
- )
- (global_label "RA6" (shape input) (at 378.46 219.71 0) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify left))
- (uuid 46579236-0c30-4f96-8536-7a6f87839582)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 384.3523 219.6306 0)
- (effects (font (size 1.27 1.27)) (justify left) hide)
- )
- )
- (global_label "C409" (shape input) (at 186.69 196.85 0) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify left))
- (uuid 46ec0fbf-6a46-42c7-982f-d9c0a418f361)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 193.9128 196.7706 0)
- (effects (font (size 1.27 1.27)) (justify left) hide)
- )
- )
- (global_label "~{CASBNK1DB}" (shape input) (at 378.46 33.02 0) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify left))
- (uuid 4b51365c-5927-4595-a7c1-2ea6f925877d)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 391.9723 32.9406 0)
- (effects (font (size 1.27 1.27)) (justify left) hide)
- )
- )
- (global_label "MA20" (shape input) (at 29.21 33.02 180) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify right))
- (uuid 55c37bf8-2161-4463-94d5-42bf9b56873f)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 21.9268 32.9406 0)
- (effects (font (size 1.27 1.27)) (justify right) hide)
- )
- )
- (global_label "~{CASBNK1CB}" (shape input) (at 378.46 81.28 0) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify left))
- (uuid 5e384a08-7082-4bbd-a071-6ea683984944)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 391.9723 81.2006 0)
- (effects (font (size 1.27 1.27)) (justify left) hide)
- )
- )
- (global_label "RA8" (shape input) (at 378.46 227.33 0) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify left))
- (uuid 5f067bf5-7dfe-4e69-9e56-08bf15f2cdba)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 384.3523 227.2506 0)
- (effects (font (size 1.27 1.27)) (justify left) hide)
- )
- )
- (global_label "A7" (shape input) (at 27.94 234.95 180) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify right))
- (uuid 632bac75-41c3-45d0-b643-d8bc705e1ae6)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 23.3177 234.8706 0)
- (effects (font (size 1.27 1.27)) (justify right) hide)
- )
- )
- (global_label "MA19" (shape input) (at 29.21 30.48 180) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify right))
- (uuid 63323a2c-be4c-447c-bc6b-ebebdb777bb8)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 21.9268 30.4006 0)
- (effects (font (size 1.27 1.27)) (justify right) hide)
- )
- )
- (global_label "RAE" (shape input) (at 29.21 160.02 180) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify right))
- (uuid 7028c89a-973e-4536-8998-8417d3145b8d)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 23.3782 159.9406 0)
- (effects (font (size 1.27 1.27)) (justify right) hide)
- )
- )
- (global_label "A2" (shape input) (at 29.21 137.16 180) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify right))
- (uuid 83cf560e-c154-471f-aa05-588e5a0bcb84)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 24.5877 137.0806 0)
- (effects (font (size 1.27 1.27)) (justify right) hide)
- )
- )
- (global_label "EDCON" (shape input) (at 29.21 91.44 180) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify right))
- (uuid 94488797-3f37-4404-9371-8b2bb52fe91d)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 20.5358 91.3606 0)
- (effects (font (size 1.27 1.27)) (justify right) hide)
- )
- )
- (global_label "~{CASBNK0CB}" (shape input) (at 378.46 78.74 0) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify left))
- (uuid 944f6817-2e78-407d-a149-76cd2bf67de2)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 391.9723 78.6606 0)
- (effects (font (size 1.27 1.27)) (justify left) hide)
- )
- )
- (global_label "C411" (shape input) (at 186.69 201.93 0) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify left))
- (uuid 99219cef-bc8a-4a3f-9b85-4f8b244c5fae)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 193.9128 201.8506 0)
- (effects (font (size 1.27 1.27)) (justify left) hide)
- )
- )
- (global_label "C404" (shape input) (at 132.08 111.76 0) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify left))
- (uuid a1e3cfba-9eb6-406d-b8df-588be2ba9bff)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 139.3028 111.6806 0)
- (effects (font (size 1.27 1.27)) (justify left) hide)
- )
- )
- (global_label "~{CASBNK3DB}" (shape input) (at 378.46 38.1 0) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify left))
- (uuid b3c1c729-9ff1-4419-8790-4b758c1ffeda)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 391.9723 38.0206 0)
- (effects (font (size 1.27 1.27)) (justify left) hide)
- )
- )
- (global_label "RA5" (shape input) (at 378.46 212.09 0) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify left))
- (uuid c0372ee8-7c28-4b06-b0d3-03df76e1dc4e)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 384.3523 212.0106 0)
- (effects (font (size 1.27 1.27)) (justify left) hide)
- )
- )
- (global_label "RA7" (shape input) (at 378.46 234.95 0) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify left))
- (uuid c11ddda1-ac2c-4bda-8647-4cbaf75e38b3)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 384.3523 234.8706 0)
- (effects (font (size 1.27 1.27)) (justify left) hide)
- )
- )
- (global_label "A4" (shape input) (at 29.21 144.78 180) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify right))
- (uuid c215bd74-4778-49b2-8c59-9beb1c4c210e)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 24.5877 144.7006 0)
- (effects (font (size 1.27 1.27)) (justify right) hide)
- )
- )
- (global_label "A6" (shape input) (at 27.94 219.71 180) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify right))
- (uuid c36484c3-ac6a-469f-a1a4-544a9e001616)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 23.3177 219.6306 0)
- (effects (font (size 1.27 1.27)) (justify right) hide)
- )
- )
- (global_label "RA2" (shape input) (at 378.46 137.16 0) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify left))
- (uuid c615c195-fed1-4a00-90f7-9b917b7e1c25)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 384.3523 137.0806 0)
- (effects (font (size 1.27 1.27)) (justify left) hide)
- )
- )
- (global_label "A2" (shape input) (at 29.21 152.4 180) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify right))
- (uuid c90ddeef-0bd8-41e4-9270-d556c592e175)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 24.5877 152.3206 0)
- (effects (font (size 1.27 1.27)) (justify right) hide)
- )
- )
- (global_label "RA3" (shape input) (at 378.46 152.4 0) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify left))
- (uuid caf40c25-179b-4e0a-8688-8c9a195d6c76)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 384.3523 152.3206 0)
- (effects (font (size 1.27 1.27)) (justify left) hide)
- )
- )
- (global_label "~{CASBNK2DB}" (shape input) (at 378.46 35.56 0) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify left))
- (uuid ce3a9d87-4d05-4d94-9d39-32821a3ec4c0)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 391.9723 35.4806 0)
- (effects (font (size 1.27 1.27)) (justify left) hide)
- )
- )
- (global_label "C405" (shape input) (at 132.08 114.3 0) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify left))
- (uuid d1f51b52-b60c-443f-9ac0-fe66bd17bedd)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 139.3028 114.2206 0)
- (effects (font (size 1.27 1.27)) (justify left) hide)
- )
- )
- (global_label "MA21" (shape input) (at 29.21 35.56 180) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify right))
- (uuid d25e1824-1bd2-412b-9fbd-fae85db95d8b)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 21.9268 35.4806 0)
- (effects (font (size 1.27 1.27)) (justify right) hide)
- )
- )
- (global_label "MA20" (shape input) (at 29.21 33.02 180) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify right))
- (uuid d4625499-e8f5-494c-b17b-f752b2c51d77)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 21.9268 32.9406 0)
- (effects (font (size 1.27 1.27)) (justify right) hide)
- )
- )
- (global_label "A8" (shape input) (at 27.94 227.33 180) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify right))
- (uuid d901c975-5575-4912-8387-384c5d083119)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 23.3177 227.2506 0)
- (effects (font (size 1.27 1.27)) (justify right) hide)
- )
- )
- (global_label "C408" (shape input) (at 186.69 194.31 0) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify left))
- (uuid e3874d72-f294-4900-a0d6-373fe6cf84c1)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 193.9128 194.2306 0)
- (effects (font (size 1.27 1.27)) (justify left) hide)
- )
- )
- (global_label "C410" (shape input) (at 186.69 199.39 0) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify left))
- (uuid e71126e0-61a4-462e-8b69-3f5811c76810)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 193.9128 199.3106 0)
- (effects (font (size 1.27 1.27)) (justify left) hide)
- )
- )
- (global_label "A1" (shape input) (at 29.21 129.54 180) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify right))
- (uuid ec6c514a-d220-4a16-af38-6cf9dce93564)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 24.5877 129.4606 0)
- (effects (font (size 1.27 1.27)) (justify right) hide)
- )
- )
- (global_label "~{CASBNK0DB}" (shape input) (at 378.46 30.48 0) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify left))
- (uuid f05bafe6-5f2c-4152-9268-2a5293ddf091)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 391.9723 30.4006 0)
- (effects (font (size 1.27 1.27)) (justify left) hide)
- )
- )
- (global_label "MA19" (shape input) (at 29.21 30.48 180) (fields_autoplaced)
- (effects (font (size 1.27 1.27)) (justify right))
- (uuid ff4e1de2-4ee3-4f27-a59e-b232c59b0357)
- (property "Intersheet References" "${INTERSHEET_REFS}" (id 0) (at 21.9268 30.4006 0)
- (effects (font (size 1.27 1.27)) (justify right) hide)
- )
- )
- (symbol (lib_id "power:+5V") (at 204.47 203.2 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid 043ad689-2e87-4320-9ab5-d7d923bbc16e)
- (property "Reference" "#PWR0264" (id 0) (at 204.47 207.01 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "+5V" (id 1) (at 204.47 198.12 0))
- (property "Footprint" "" (id 2) (at 204.47 203.2 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 204.47 203.2 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 57c84f51-b50a-4548-bdec-981c6919a219))
- )
- (symbol (lib_id "power:GND") (at 199.39 105.41 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid 094d4e2b-4f19-4845-b264-9301d0108584)
- (property "Reference" "#PWR0259" (id 0) (at 199.39 111.76 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "GND" (id 1) (at 199.39 110.49 0))
- (property "Footprint" "" (id 2) (at 199.39 105.41 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 199.39 105.41 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 6c82f45a-b05c-460b-911e-6615e14115e6))
- )
- (symbol (lib_id "74xx:74LS258") (at 154.94 144.78 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid 0a7bb736-dc7d-4a3b-9e1f-b89eb97c7d9e)
- (property "Reference" "U72" (id 0) (at 156.9594 121.92 0)
- (effects (font (size 1.27 1.27)) (justify left))
- )
- (property "Value" "74F258" (id 1) (at 156.9594 124.46 0)
- (effects (font (size 1.27 1.27)) (justify left))
- )
- (property "Footprint" "Package_DIP:DIP-16_W7.62mm" (id 2) (at 154.94 144.78 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS258" (id 3) (at 154.94 144.78 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid de1dfb3b-bc79-4562-ae95-95770c666288))
- (pin "10" (uuid f472ff55-cad6-46a1-bb3f-8c955212c663))
- (pin "11" (uuid 40d3a673-2cc6-40dd-8100-4dce83486350))
- (pin "12" (uuid 9e71fd69-aed6-42a4-a1a4-28e5f96abc36))
- (pin "13" (uuid e7875da4-66de-4b53-80a8-45a66c09e0be))
- (pin "14" (uuid 4e69555c-7f59-4714-9d96-0909dda9b9bc))
- (pin "15" (uuid 0ed4de65-b029-4383-9146-409f0c36914a))
- (pin "16" (uuid e48ce2b5-cf62-45a7-872e-e634ad93f07a))
- (pin "2" (uuid 6d43cbff-b6e5-4de6-9bf1-89f6c19d1d47))
- (pin "3" (uuid 2918d6bf-063c-4b58-81cf-7e65d1a74389))
- (pin "4" (uuid bcc84537-14d5-41cf-9d3e-ea6716bd1e44))
- (pin "5" (uuid b0662ae0-d29c-4dd7-9fbc-fe3dd362258b))
- (pin "6" (uuid 60dab043-6411-4236-890d-9abc2ca54371))
- (pin "7" (uuid 36c47078-19a2-412d-84fb-82a279ba6282))
- (pin "8" (uuid 3fb19386-ee35-470a-a481-150cca86dceb))
- (pin "9" (uuid 37709c32-a8eb-4f98-a51b-f747221ef2c4))
- )
- (symbol (lib_id "power:+5V") (at 199.39 69.85 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid 18304036-4c78-4790-873c-979dd6b8bac6)
- (property "Reference" "#PWR0252" (id 0) (at 199.39 73.66 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "+5V" (id 1) (at 199.39 64.77 0))
- (property "Footprint" "" (id 2) (at 199.39 69.85 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 199.39 69.85 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 70327086-00df-43cf-af92-199ed9b584b7))
- )
- (symbol (lib_id "74xx:74LS258") (at 204.47 227.33 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid 1cc8a814-3e6d-4cef-8eab-54573ad680c1)
- (property "Reference" "U73" (id 0) (at 206.4894 204.47 0)
- (effects (font (size 1.27 1.27)) (justify left))
- )
- (property "Value" "74F258" (id 1) (at 206.4894 207.01 0)
- (effects (font (size 1.27 1.27)) (justify left))
- )
- (property "Footprint" "Package_DIP:DIP-16_W7.62mm" (id 2) (at 204.47 227.33 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS258" (id 3) (at 204.47 227.33 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid e346a1dc-b48c-455d-b153-c2cca0933075))
- (pin "10" (uuid 37169f34-2f1b-4899-b214-e3c1ae6aae0d))
- (pin "11" (uuid e263dde9-cd03-4f0f-a3fc-6406e482ed5c))
- (pin "12" (uuid 12185561-4804-4a2b-8e4c-cb9ac8b7cde9))
- (pin "13" (uuid b718297f-cab4-4dcd-8022-11264fb36ebc))
- (pin "14" (uuid 767509b6-1454-49c7-9e35-6a6706eebcdd))
- (pin "15" (uuid f903dfb0-c967-405e-910a-531f917d6361))
- (pin "16" (uuid 055b24a9-0d81-44ad-b54e-0aa15db07d2e))
- (pin "2" (uuid 2b32b51b-f6f7-4807-80f2-51ccae6cabf2))
- (pin "3" (uuid 5e49740e-6367-4a5e-9a8b-e91f913c6025))
- (pin "4" (uuid 78d9e800-fc1f-4a2e-a05f-69659aa7e6a4))
- (pin "5" (uuid 74b59efc-519e-43ee-9972-8263bb12f701))
- (pin "6" (uuid 88010ea4-1297-48f3-baf0-4e146e0d4365))
- (pin "7" (uuid 60dedc71-e44b-43e0-b620-dc8a0e98c2ef))
- (pin "8" (uuid 86519f63-2513-4c8b-a800-37d08f0f3619))
- (pin "9" (uuid e8e660a0-2904-40bd-b47b-f1900e739e54))
- )
- (symbol (lib_id "74xx:74LS393") (at 154.94 196.85 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid 26dd7d36-f4df-4c86-87fc-be71c5cc6a6a)
- (property "Reference" "U71" (id 0) (at 154.94 186.69 0))
- (property "Value" "74LS393" (id 1) (at 154.94 189.23 0))
- (property "Footprint" "Package_DIP:DIP-14_W7.62mm" (id 2) (at 154.94 196.85 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "74xx\\74LS393.pdf" (id 3) (at 154.94 196.85 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 46778c79-6766-4148-ac2e-9aca22a0fdbf))
- (pin "2" (uuid 3b4f5e5d-e14d-4097-ab6c-7aed00d7e6a9))
- (pin "3" (uuid 56f1d05b-1aa5-49b7-9c26-d044953f4aa8))
- (pin "4" (uuid a5a546a8-eb32-45c2-80f1-6a2e8ae4c326))
- (pin "5" (uuid 104761ac-0e06-4571-b4e8-7c16bbaa40d6))
- (pin "6" (uuid 457ac6c9-fca6-4429-a5de-8028a48fa66e))
- (pin "10" (uuid 09f0525c-2c64-4efe-99f6-c38363126c2f))
- (pin "11" (uuid 2a9f5844-1929-4102-8281-e16c935450cb))
- (pin "12" (uuid 3ae44eec-65ae-454c-8c13-9009311a0917))
- (pin "13" (uuid ac2beed8-cfa3-469d-a9c1-6607f0bbd152))
- (pin "8" (uuid 80d6aa16-c07e-41cd-b96a-28c4d75286ed))
- (pin "9" (uuid 4ac190ea-e04f-4f13-8816-86ffc7281a36))
- (pin "14" (uuid 70ede042-af34-412b-adf7-72b6359f8eb8))
- (pin "7" (uuid 7739b48a-47c2-43b4-bc8f-4c8a212e3106))
- )
- (symbol (lib_id "power:GND") (at 137.16 205.74 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid 27483a3c-25e0-45f0-9bf0-053ced6bb75a)
- (property "Reference" "#PWR0255" (id 0) (at 137.16 212.09 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "GND" (id 1) (at 137.16 210.82 0))
- (property "Footprint" "" (id 2) (at 137.16 205.74 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 137.16 205.74 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 0e7239d0-2c74-4b4d-bd78-d9a007df69be))
- )
- (symbol (lib_id "Device:R_Small") (at 223.52 35.56 90) (unit 1)
- (in_bom yes) (on_board yes)
- (uuid 2a48a92a-2dda-4d73-8653-9872387b507d)
- (property "Reference" "R370-3" (id 0) (at 217.17 34.29 90))
- (property "Value" "22" (id 1) (at 229.87 34.29 90))
- (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (id 2) (at 223.52 35.56 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "~" (id 3) (at 223.52 35.56 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 12802af1-d470-4144-be9f-0644f451a0a8))
- (pin "2" (uuid 99dd4696-d1d2-4938-bca3-f66b0716db9f))
- )
- (symbol (lib_id "Device:R_Small") (at 223.52 83.82 90) (unit 1)
- (in_bom yes) (on_board yes)
- (uuid 3e057d37-fd2d-494e-8f01-c5aad0137e43)
- (property "Reference" "R370-2" (id 0) (at 217.17 82.55 90))
- (property "Value" "22" (id 1) (at 229.87 82.55 90))
- (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (id 2) (at 223.52 83.82 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "~" (id 3) (at 223.52 83.82 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 5e0177de-0e90-4874-8609-61de46ec48fa))
- (pin "2" (uuid edb4db3a-c772-49d4-8643-1fc11cb7d812))
- )
- (symbol (lib_id "Device:R_Small") (at 223.52 78.74 90) (unit 1)
- (in_bom yes) (on_board yes)
- (uuid 43726bcc-6e5c-4277-b5f7-6d86815b78a9)
- (property "Reference" "R372-2" (id 0) (at 217.17 77.47 90))
- (property "Value" "22" (id 1) (at 229.87 77.47 90))
- (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (id 2) (at 223.52 78.74 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "~" (id 3) (at 223.52 78.74 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid dcde06fb-c3b6-43e7-a1b4-350499c1d3c7))
- (pin "2" (uuid 76e9f2d6-7390-4953-b908-e8bab3f1f761))
- )
- (symbol (lib_id "Device:R_Small") (at 223.52 81.28 90) (unit 1)
- (in_bom yes) (on_board yes)
- (uuid 45361732-9b43-4bba-b4ba-062f3102a9d8)
- (property "Reference" "R371-2" (id 0) (at 217.17 80.01 90))
- (property "Value" "22" (id 1) (at 229.87 80.01 90))
- (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (id 2) (at 223.52 81.28 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "~" (id 3) (at 223.52 81.28 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 5d3263b9-4893-4525-acaf-ed73abc28886))
- (pin "2" (uuid 46d33186-0b82-4260-a9da-25ddefd13220))
- )
- (symbol (lib_id "Device:R_Small") (at 223.52 30.48 90) (unit 1)
- (in_bom yes) (on_board yes)
- (uuid 47f23170-2402-48db-8350-1c40a8a083ff)
- (property "Reference" "R372-3" (id 0) (at 217.17 29.21 90))
- (property "Value" "22" (id 1) (at 229.87 29.21 90))
- (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (id 2) (at 223.52 30.48 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "~" (id 3) (at 223.52 30.48 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid f8a7031d-623a-4931-9c57-de12c61ea1de))
- (pin "2" (uuid 4600b3c9-b910-425a-a6f0-8f6cac101af8))
- )
- (symbol (lib_id "power:GND") (at 184.15 102.87 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid 50245255-4f03-4dc6-966c-8f845e70ccf5)
- (property "Reference" "#PWR0258" (id 0) (at 184.15 109.22 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "GND" (id 1) (at 184.15 107.95 0))
- (property "Footprint" "" (id 2) (at 184.15 102.87 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 184.15 102.87 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 3c7de8a6-a795-45d5-8da5-431ab281cd1a))
- )
- (symbol (lib_id "power:+5V") (at 179.07 43.18 0) (unit 1)
- (in_bom yes) (on_board yes)
- (uuid 512f878b-d065-4ff8-a280-e88fabfef92f)
- (property "Reference" "#PWR0254" (id 0) (at 179.07 46.99 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "+5V" (id 1) (at 176.53 40.64 0))
- (property "Footprint" "" (id 2) (at 179.07 43.18 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 179.07 43.18 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid ab313ad2-a9df-4bf2-aff5-11cbb96852c0))
- )
- (symbol (lib_id "power:GND") (at 73.66 123.19 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid 59cdaf23-e5e6-4728-a3a2-8478badd58dd)
- (property "Reference" "#PWR0260" (id 0) (at 73.66 129.54 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "GND" (id 1) (at 73.66 128.27 0))
- (property "Footprint" "" (id 2) (at 73.66 123.19 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 73.66 123.19 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 17365364-67ce-484f-b7b2-52c293f6eae9))
- )
- (symbol (lib_id "power:GND") (at 154.94 171.45 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid 6a4dd903-55b1-44df-9a88-f525301dba73)
- (property "Reference" "#PWR0256" (id 0) (at 154.94 177.8 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "GND" (id 1) (at 154.94 176.53 0))
- (property "Footprint" "" (id 2) (at 154.94 171.45 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 154.94 171.45 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 6336cf23-9bdf-41e9-9918-5bb8d37f1f7b))
- )
- (symbol (lib_id "74xx:74LS138") (at 199.39 38.1 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid 6b2ebbba-d5d7-4dbf-be1e-4701311a43d1)
- (property "Reference" "U75" (id 0) (at 201.4094 22.86 0)
- (effects (font (size 1.27 1.27)) (justify left))
- )
- (property "Value" "74F138" (id 1) (at 201.4094 25.4 0)
- (effects (font (size 1.27 1.27)) (justify left))
- )
- (property "Footprint" "Package_DIP:DIP-16_W7.62mm" (id 2) (at 199.39 38.1 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS138" (id 3) (at 199.39 38.1 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 32633543-c555-4ad4-bb60-73ad625b1441))
- (pin "10" (uuid 0132cfdd-3cfc-4c26-9e91-9bfe7d609082))
- (pin "11" (uuid 3f44da14-4f77-4e1b-b695-4433eff6212d))
- (pin "12" (uuid 767730fb-5859-494d-827e-b4d7130ed2e6))
- (pin "13" (uuid 1c6c9990-1059-4ebb-bbcd-3d05a4949daf))
- (pin "14" (uuid 4b4600c1-257c-4667-bf27-11f66446cece))
- (pin "15" (uuid 48e1cd76-1a3c-48ca-b36c-da581390ac3c))
- (pin "16" (uuid a69ff2a6-e683-4415-92d0-c62866c8398e))
- (pin "2" (uuid fbebb5b2-fd6b-4995-928c-ea7817520f7d))
- (pin "3" (uuid f4ee65fe-9c50-420e-82f4-8d6110d08eb6))
- (pin "4" (uuid 7ee6d668-3d70-4da4-9c02-2d7f46ece26b))
- (pin "5" (uuid 41599d95-c249-4ac6-9c31-4cb98a4f39d5))
- (pin "6" (uuid 4d8e0a9f-8c48-429c-bfbd-fa8000e6244d))
- (pin "7" (uuid da56a779-e3e9-48c9-bfea-ab1413384b47))
- (pin "8" (uuid b99ab201-f7c6-4a17-a98d-2aa02f5328a0))
- (pin "9" (uuid 0ffcefb3-db63-4b7b-8ca9-524b49ed860f))
- )
- (symbol (lib_id "power:+5V") (at 199.39 21.59 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid 6e7a6390-136b-4bb1-ae3d-982c4bbf3442)
- (property "Reference" "#PWR0250" (id 0) (at 199.39 25.4 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "+5V" (id 1) (at 199.39 16.51 0))
- (property "Footprint" "" (id 2) (at 199.39 21.59 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 199.39 21.59 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 471555a0-1368-45e0-ac2f-f49a160f4b9e))
- )
- (symbol (lib_id "power:+5V") (at 154.94 120.65 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid 7edfd04c-e858-4513-8a28-48c9416bbb9d)
- (property "Reference" "#PWR0261" (id 0) (at 154.94 124.46 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "+5V" (id 1) (at 154.94 115.57 0))
- (property "Footprint" "" (id 2) (at 154.94 120.65 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 154.94 120.65 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 780ee84c-4391-4ca9-9074-75debd423782))
- )
- (symbol (lib_id "power:GND") (at 187.96 254 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid 8ff35b35-e8cf-4b64-b4c8-3dfc22c47c26)
- (property "Reference" "#PWR0262" (id 0) (at 187.96 260.35 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "GND" (id 1) (at 187.96 259.08 0))
- (property "Footprint" "" (id 2) (at 187.96 254 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 187.96 254 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 472a6d87-718e-4567-b1c8-98c11fb60da2))
- )
- (symbol (lib_id "power:GND") (at 204.47 254 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid 9603e8d5-ea40-4277-b91c-9f7f74adde98)
- (property "Reference" "#PWR0263" (id 0) (at 204.47 260.35 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "GND" (id 1) (at 204.47 259.08 0))
- (property "Footprint" "" (id 2) (at 204.47 254 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 204.47 254 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 3af219ee-2c53-4687-82f0-b22269b4ea2d))
- )
- (symbol (lib_id "power:GND") (at 185.42 54.61 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid b976b1ba-a22d-4afa-b463-1916fe874fc2)
- (property "Reference" "#PWR0253" (id 0) (at 185.42 60.96 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "GND" (id 1) (at 185.42 59.69 0))
- (property "Footprint" "" (id 2) (at 185.42 54.61 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 185.42 54.61 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid afb460ce-9df0-41b0-a14e-0766e9e6d9e6))
- )
- (symbol (lib_id "74xx:74LS138") (at 199.39 86.36 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid c290687a-f01b-4f9e-8925-c096242b26c6)
- (property "Reference" "U74" (id 0) (at 201.4094 71.12 0)
- (effects (font (size 1.27 1.27)) (justify left))
- )
- (property "Value" "74F138" (id 1) (at 201.4094 73.66 0)
- (effects (font (size 1.27 1.27)) (justify left))
- )
- (property "Footprint" "Package_DIP:DIP-16_W7.62mm" (id 2) (at 199.39 86.36 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "http://www.ti.com/lit/gpn/sn74LS138" (id 3) (at 199.39 86.36 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid b518639a-cadb-449f-b7e4-7c49aee1de31))
- (pin "10" (uuid 92f88b28-5828-4549-b7c6-3f69bc6ce639))
- (pin "11" (uuid 7f81627f-aa9b-40d5-a4b6-f33123e67003))
- (pin "12" (uuid 47dd31d0-4dee-476b-aacf-9ffbb5c6bac6))
- (pin "13" (uuid 713d9837-0618-4d0a-bbaa-34c2a34d3bbb))
- (pin "14" (uuid 0facd18b-3659-4fd3-8342-5804267e6794))
- (pin "15" (uuid 7d4632cd-bed5-418b-8cad-d89cf6a1a953))
- (pin "16" (uuid ad12dc87-145d-494a-8871-0cb4c4e4452b))
- (pin "2" (uuid 11d605da-084b-48c3-8238-14f869b675c6))
- (pin "3" (uuid 460d31b4-3d9b-4790-9448-60d34c3f0b14))
- (pin "4" (uuid e84ef193-6692-48b2-843e-1067e95e132e))
- (pin "5" (uuid 65b87858-6a21-40d2-98c1-c2b80e48bc2a))
- (pin "6" (uuid c5cd8ace-73b3-4e57-a09d-a38a6e5ad94b))
- (pin "7" (uuid ce5362e7-8723-4d53-829c-67c784c9d322))
- (pin "8" (uuid 736e6646-e90c-440f-ade9-cccd127500ea))
- (pin "9" (uuid b5887615-8864-436c-bb09-249c3caf3a51))
- )
- (symbol (lib_id "Device:R_Small") (at 223.52 38.1 90) (unit 1)
- (in_bom yes) (on_board yes)
- (uuid c864f65c-1eb8-44b5-a6a8-7af95c2dc7c6)
- (property "Reference" "R369-2" (id 0) (at 217.17 36.83 90))
- (property "Value" "22" (id 1) (at 229.87 36.83 90))
- (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (id 2) (at 223.52 38.1 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "~" (id 3) (at 223.52 38.1 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 2bc26398-6c3d-4d3d-b616-35da3c01d964))
- (pin "2" (uuid 06cb552e-f0f9-4c1a-a1d9-b4230be9b298))
- )
- (symbol (lib_id "74xx:74LS393") (at 91.44 114.3 0) (unit 2)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid caf1b94d-d90c-4447-b8f8-20fddace68c3)
- (property "Reference" "U71" (id 0) (at 91.44 104.14 0))
- (property "Value" "74LS393" (id 1) (at 91.44 106.68 0))
- (property "Footprint" "Package_DIP:DIP-14_W7.62mm" (id 2) (at 91.44 114.3 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "74xx\\74LS393.pdf" (id 3) (at 91.44 114.3 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid cb878f57-da6a-4fc0-9121-db7a3436df40))
- (pin "2" (uuid 669b0f85-983e-461b-b30c-a3f262d21edd))
- (pin "3" (uuid b0c56d7f-bfd7-41eb-b046-d822c93980e7))
- (pin "4" (uuid 460a2c41-89e6-4a10-b53d-92491123bb06))
- (pin "5" (uuid 6537263d-c891-4afa-a85e-5c0433b2284e))
- (pin "6" (uuid ca67070e-da15-4b81-82b6-dba0bebaa94f))
- (pin "10" (uuid 3e90dc48-9a77-4cdd-8bab-639e3b25a4f8))
- (pin "11" (uuid 9e6ea654-c79f-43fe-aaea-8e727b5ca946))
- (pin "12" (uuid e97606a7-f9c2-404e-8469-b6ec47269efe))
- (pin "13" (uuid f085cab5-8e49-49de-a250-697fe7116eb9))
- (pin "8" (uuid 269bbe17-efd5-49be-9619-2cc4267142e1))
- (pin "9" (uuid 8baaa1ed-6758-48f2-8887-37a20dfc98d8))
- (pin "14" (uuid a9665900-6e68-471f-ae8e-79cc80141209))
- (pin "7" (uuid e01dbe07-2fc3-4a15-90e8-7b0359342581))
- )
- (symbol (lib_id "Device:R_Small") (at 223.52 33.02 90) (unit 1)
- (in_bom yes) (on_board yes)
- (uuid d38a0b86-da93-486f-8f24-00851b1c1e35)
- (property "Reference" "R371-1" (id 0) (at 217.17 31.75 90))
- (property "Value" "22" (id 1) (at 229.87 31.75 90))
- (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (id 2) (at 223.52 33.02 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "~" (id 3) (at 223.52 33.02 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 03afcc17-e621-4126-a2e6-9c4e0751e227))
- (pin "2" (uuid 20d4161c-bd34-40e2-ab1f-bfcf39d10838))
- )
- (symbol (lib_id "Device:R_Small") (at 223.52 86.36 90) (unit 1)
- (in_bom yes) (on_board yes)
- (uuid d74638b1-5d04-4b14-8ce0-e225c571d3b5)
- (property "Reference" "R369-1" (id 0) (at 217.17 85.09 90))
- (property "Value" "22" (id 1) (at 229.87 85.09 90))
- (property "Footprint" "Resistor_SMD:R_0402_1005Metric" (id 2) (at 223.52 86.36 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "~" (id 3) (at 223.52 86.36 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 222df57a-a4d4-40fb-a772-7ffae3ec2deb))
- (pin "2" (uuid ea8b7670-8176-49c8-a148-9dce61286a63))
- )
- (symbol (lib_id "power:GND") (at 199.39 57.15 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid f163dddd-320b-48fb-bb24-7a26e5b67e86)
- (property "Reference" "#PWR0251" (id 0) (at 199.39 63.5 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "GND" (id 1) (at 199.39 62.23 0))
- (property "Footprint" "" (id 2) (at 199.39 57.15 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 199.39 57.15 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid 60ba3f28-8f3c-4c35-99fc-38d37d19709f))
- )
- (symbol (lib_id "power:GND") (at 138.43 171.45 0) (unit 1)
- (in_bom yes) (on_board yes) (fields_autoplaced)
- (uuid f65196ff-21b3-4d40-9f69-21f349ee8e16)
- (property "Reference" "#PWR0257" (id 0) (at 138.43 177.8 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Value" "GND" (id 1) (at 138.43 176.53 0))
- (property "Footprint" "" (id 2) (at 138.43 171.45 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (property "Datasheet" "" (id 3) (at 138.43 171.45 0)
- (effects (font (size 1.27 1.27)) hide)
- )
- (pin "1" (uuid b14ead2f-7e9e-4ae6-be1a-ab6c16465218))
- )
- )
|