LED_Indicators.kicad_sch 52 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512
  1. (kicad_sch (version 20230121) (generator eeschema)
  2. (uuid 91b81ee9-3a35-4b19-bbda-9b13aadc5bca)
  3. (paper "A4")
  4. (lib_symbols
  5. (symbol "74xx:74HC14" (pin_names (offset 1.016)) (in_bom yes) (on_board yes)
  6. (property "Reference" "U" (at 0 1.27 0)
  7. (effects (font (size 1.27 1.27)))
  8. )
  9. (property "Value" "74HC14" (at 0 -1.27 0)
  10. (effects (font (size 1.27 1.27)))
  11. )
  12. (property "Footprint" "" (at 0 0 0)
  13. (effects (font (size 1.27 1.27)) hide)
  14. )
  15. (property "Datasheet" "http://www.ti.com/lit/gpn/sn74HC14" (at 0 0 0)
  16. (effects (font (size 1.27 1.27)) hide)
  17. )
  18. (property "ki_locked" "" (at 0 0 0)
  19. (effects (font (size 1.27 1.27)))
  20. )
  21. (property "ki_keywords" "HCMOS not inverter" (at 0 0 0)
  22. (effects (font (size 1.27 1.27)) hide)
  23. )
  24. (property "ki_description" "Hex inverter schmitt trigger" (at 0 0 0)
  25. (effects (font (size 1.27 1.27)) hide)
  26. )
  27. (property "ki_fp_filters" "DIP*W7.62mm*" (at 0 0 0)
  28. (effects (font (size 1.27 1.27)) hide)
  29. )
  30. (symbol "74HC14_1_0"
  31. (polyline
  32. (pts
  33. (xy -3.81 3.81)
  34. (xy -3.81 -3.81)
  35. (xy 3.81 0)
  36. (xy -3.81 3.81)
  37. )
  38. (stroke (width 0.254) (type default))
  39. (fill (type background))
  40. )
  41. (pin input line (at -7.62 0 0) (length 3.81)
  42. (name "~" (effects (font (size 1.27 1.27))))
  43. (number "1" (effects (font (size 1.27 1.27))))
  44. )
  45. (pin output inverted (at 7.62 0 180) (length 3.81)
  46. (name "~" (effects (font (size 1.27 1.27))))
  47. (number "2" (effects (font (size 1.27 1.27))))
  48. )
  49. )
  50. (symbol "74HC14_1_1"
  51. (polyline
  52. (pts
  53. (xy -1.905 -1.27)
  54. (xy -1.905 1.27)
  55. (xy -0.635 1.27)
  56. )
  57. (stroke (width 0) (type default))
  58. (fill (type none))
  59. )
  60. (polyline
  61. (pts
  62. (xy -2.54 -1.27)
  63. (xy -0.635 -1.27)
  64. (xy -0.635 1.27)
  65. (xy 0 1.27)
  66. )
  67. (stroke (width 0) (type default))
  68. (fill (type none))
  69. )
  70. )
  71. (symbol "74HC14_2_0"
  72. (polyline
  73. (pts
  74. (xy -3.81 3.81)
  75. (xy -3.81 -3.81)
  76. (xy 3.81 0)
  77. (xy -3.81 3.81)
  78. )
  79. (stroke (width 0.254) (type default))
  80. (fill (type background))
  81. )
  82. (pin input line (at -7.62 0 0) (length 3.81)
  83. (name "~" (effects (font (size 1.27 1.27))))
  84. (number "3" (effects (font (size 1.27 1.27))))
  85. )
  86. (pin output inverted (at 7.62 0 180) (length 3.81)
  87. (name "~" (effects (font (size 1.27 1.27))))
  88. (number "4" (effects (font (size 1.27 1.27))))
  89. )
  90. )
  91. (symbol "74HC14_2_1"
  92. (polyline
  93. (pts
  94. (xy -1.905 -1.27)
  95. (xy -1.905 1.27)
  96. (xy -0.635 1.27)
  97. )
  98. (stroke (width 0) (type default))
  99. (fill (type none))
  100. )
  101. (polyline
  102. (pts
  103. (xy -2.54 -1.27)
  104. (xy -0.635 -1.27)
  105. (xy -0.635 1.27)
  106. (xy 0 1.27)
  107. )
  108. (stroke (width 0) (type default))
  109. (fill (type none))
  110. )
  111. )
  112. (symbol "74HC14_3_0"
  113. (polyline
  114. (pts
  115. (xy -3.81 3.81)
  116. (xy -3.81 -3.81)
  117. (xy 3.81 0)
  118. (xy -3.81 3.81)
  119. )
  120. (stroke (width 0.254) (type default))
  121. (fill (type background))
  122. )
  123. (pin input line (at -7.62 0 0) (length 3.81)
  124. (name "~" (effects (font (size 1.27 1.27))))
  125. (number "5" (effects (font (size 1.27 1.27))))
  126. )
  127. (pin output inverted (at 7.62 0 180) (length 3.81)
  128. (name "~" (effects (font (size 1.27 1.27))))
  129. (number "6" (effects (font (size 1.27 1.27))))
  130. )
  131. )
  132. (symbol "74HC14_3_1"
  133. (polyline
  134. (pts
  135. (xy -1.905 -1.27)
  136. (xy -1.905 1.27)
  137. (xy -0.635 1.27)
  138. )
  139. (stroke (width 0) (type default))
  140. (fill (type none))
  141. )
  142. (polyline
  143. (pts
  144. (xy -2.54 -1.27)
  145. (xy -0.635 -1.27)
  146. (xy -0.635 1.27)
  147. (xy 0 1.27)
  148. )
  149. (stroke (width 0) (type default))
  150. (fill (type none))
  151. )
  152. )
  153. (symbol "74HC14_4_0"
  154. (polyline
  155. (pts
  156. (xy -3.81 3.81)
  157. (xy -3.81 -3.81)
  158. (xy 3.81 0)
  159. (xy -3.81 3.81)
  160. )
  161. (stroke (width 0.254) (type default))
  162. (fill (type background))
  163. )
  164. (pin output inverted (at 7.62 0 180) (length 3.81)
  165. (name "~" (effects (font (size 1.27 1.27))))
  166. (number "8" (effects (font (size 1.27 1.27))))
  167. )
  168. (pin input line (at -7.62 0 0) (length 3.81)
  169. (name "~" (effects (font (size 1.27 1.27))))
  170. (number "9" (effects (font (size 1.27 1.27))))
  171. )
  172. )
  173. (symbol "74HC14_4_1"
  174. (polyline
  175. (pts
  176. (xy -1.905 -1.27)
  177. (xy -1.905 1.27)
  178. (xy -0.635 1.27)
  179. )
  180. (stroke (width 0) (type default))
  181. (fill (type none))
  182. )
  183. (polyline
  184. (pts
  185. (xy -2.54 -1.27)
  186. (xy -0.635 -1.27)
  187. (xy -0.635 1.27)
  188. (xy 0 1.27)
  189. )
  190. (stroke (width 0) (type default))
  191. (fill (type none))
  192. )
  193. )
  194. (symbol "74HC14_5_0"
  195. (polyline
  196. (pts
  197. (xy -3.81 3.81)
  198. (xy -3.81 -3.81)
  199. (xy 3.81 0)
  200. (xy -3.81 3.81)
  201. )
  202. (stroke (width 0.254) (type default))
  203. (fill (type background))
  204. )
  205. (pin output inverted (at 7.62 0 180) (length 3.81)
  206. (name "~" (effects (font (size 1.27 1.27))))
  207. (number "10" (effects (font (size 1.27 1.27))))
  208. )
  209. (pin input line (at -7.62 0 0) (length 3.81)
  210. (name "~" (effects (font (size 1.27 1.27))))
  211. (number "11" (effects (font (size 1.27 1.27))))
  212. )
  213. )
  214. (symbol "74HC14_5_1"
  215. (polyline
  216. (pts
  217. (xy -1.905 -1.27)
  218. (xy -1.905 1.27)
  219. (xy -0.635 1.27)
  220. )
  221. (stroke (width 0) (type default))
  222. (fill (type none))
  223. )
  224. (polyline
  225. (pts
  226. (xy -2.54 -1.27)
  227. (xy -0.635 -1.27)
  228. (xy -0.635 1.27)
  229. (xy 0 1.27)
  230. )
  231. (stroke (width 0) (type default))
  232. (fill (type none))
  233. )
  234. )
  235. (symbol "74HC14_6_0"
  236. (polyline
  237. (pts
  238. (xy -3.81 3.81)
  239. (xy -3.81 -3.81)
  240. (xy 3.81 0)
  241. (xy -3.81 3.81)
  242. )
  243. (stroke (width 0.254) (type default))
  244. (fill (type background))
  245. )
  246. (pin output inverted (at 7.62 0 180) (length 3.81)
  247. (name "~" (effects (font (size 1.27 1.27))))
  248. (number "12" (effects (font (size 1.27 1.27))))
  249. )
  250. (pin input line (at -7.62 0 0) (length 3.81)
  251. (name "~" (effects (font (size 1.27 1.27))))
  252. (number "13" (effects (font (size 1.27 1.27))))
  253. )
  254. )
  255. (symbol "74HC14_6_1"
  256. (polyline
  257. (pts
  258. (xy -1.905 -1.27)
  259. (xy -1.905 1.27)
  260. (xy -0.635 1.27)
  261. )
  262. (stroke (width 0) (type default))
  263. (fill (type none))
  264. )
  265. (polyline
  266. (pts
  267. (xy -2.54 -1.27)
  268. (xy -0.635 -1.27)
  269. (xy -0.635 1.27)
  270. (xy 0 1.27)
  271. )
  272. (stroke (width 0) (type default))
  273. (fill (type none))
  274. )
  275. )
  276. (symbol "74HC14_7_0"
  277. (pin power_in line (at 0 12.7 270) (length 5.08)
  278. (name "VCC" (effects (font (size 1.27 1.27))))
  279. (number "14" (effects (font (size 1.27 1.27))))
  280. )
  281. (pin power_in line (at 0 -12.7 90) (length 5.08)
  282. (name "GND" (effects (font (size 1.27 1.27))))
  283. (number "7" (effects (font (size 1.27 1.27))))
  284. )
  285. )
  286. (symbol "74HC14_7_1"
  287. (rectangle (start -5.08 7.62) (end 5.08 -7.62)
  288. (stroke (width 0.254) (type default))
  289. (fill (type background))
  290. )
  291. )
  292. )
  293. (symbol "Connector:Conn_01x03_Male" (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
  294. (property "Reference" "J" (at 0 5.08 0)
  295. (effects (font (size 1.27 1.27)))
  296. )
  297. (property "Value" "Conn_01x03_Male" (at 0 -5.08 0)
  298. (effects (font (size 1.27 1.27)))
  299. )
  300. (property "Footprint" "" (at 0 0 0)
  301. (effects (font (size 1.27 1.27)) hide)
  302. )
  303. (property "Datasheet" "~" (at 0 0 0)
  304. (effects (font (size 1.27 1.27)) hide)
  305. )
  306. (property "ki_keywords" "connector" (at 0 0 0)
  307. (effects (font (size 1.27 1.27)) hide)
  308. )
  309. (property "ki_description" "Generic connector, single row, 01x03, script generated (kicad-library-utils/schlib/autogen/connector/)" (at 0 0 0)
  310. (effects (font (size 1.27 1.27)) hide)
  311. )
  312. (property "ki_fp_filters" "Connector*:*_1x??_*" (at 0 0 0)
  313. (effects (font (size 1.27 1.27)) hide)
  314. )
  315. (symbol "Conn_01x03_Male_1_1"
  316. (polyline
  317. (pts
  318. (xy 1.27 -2.54)
  319. (xy 0.8636 -2.54)
  320. )
  321. (stroke (width 0.1524) (type default))
  322. (fill (type none))
  323. )
  324. (polyline
  325. (pts
  326. (xy 1.27 0)
  327. (xy 0.8636 0)
  328. )
  329. (stroke (width 0.1524) (type default))
  330. (fill (type none))
  331. )
  332. (polyline
  333. (pts
  334. (xy 1.27 2.54)
  335. (xy 0.8636 2.54)
  336. )
  337. (stroke (width 0.1524) (type default))
  338. (fill (type none))
  339. )
  340. (rectangle (start 0.8636 -2.413) (end 0 -2.667)
  341. (stroke (width 0.1524) (type default))
  342. (fill (type outline))
  343. )
  344. (rectangle (start 0.8636 0.127) (end 0 -0.127)
  345. (stroke (width 0.1524) (type default))
  346. (fill (type outline))
  347. )
  348. (rectangle (start 0.8636 2.667) (end 0 2.413)
  349. (stroke (width 0.1524) (type default))
  350. (fill (type outline))
  351. )
  352. (pin passive line (at 5.08 2.54 180) (length 3.81)
  353. (name "Pin_1" (effects (font (size 1.27 1.27))))
  354. (number "1" (effects (font (size 1.27 1.27))))
  355. )
  356. (pin passive line (at 5.08 0 180) (length 3.81)
  357. (name "Pin_2" (effects (font (size 1.27 1.27))))
  358. (number "2" (effects (font (size 1.27 1.27))))
  359. )
  360. (pin passive line (at 5.08 -2.54 180) (length 3.81)
  361. (name "Pin_3" (effects (font (size 1.27 1.27))))
  362. (number "3" (effects (font (size 1.27 1.27))))
  363. )
  364. )
  365. )
  366. (symbol "Device:LED" (pin_numbers hide) (pin_names (offset 1.016) hide) (in_bom yes) (on_board yes)
  367. (property "Reference" "D" (at 0 2.54 0)
  368. (effects (font (size 1.27 1.27)))
  369. )
  370. (property "Value" "LED" (at 0 -2.54 0)
  371. (effects (font (size 1.27 1.27)))
  372. )
  373. (property "Footprint" "" (at 0 0 0)
  374. (effects (font (size 1.27 1.27)) hide)
  375. )
  376. (property "Datasheet" "~" (at 0 0 0)
  377. (effects (font (size 1.27 1.27)) hide)
  378. )
  379. (property "ki_keywords" "LED diode" (at 0 0 0)
  380. (effects (font (size 1.27 1.27)) hide)
  381. )
  382. (property "ki_description" "Light emitting diode" (at 0 0 0)
  383. (effects (font (size 1.27 1.27)) hide)
  384. )
  385. (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" (at 0 0 0)
  386. (effects (font (size 1.27 1.27)) hide)
  387. )
  388. (symbol "LED_0_1"
  389. (polyline
  390. (pts
  391. (xy -1.27 -1.27)
  392. (xy -1.27 1.27)
  393. )
  394. (stroke (width 0.254) (type default))
  395. (fill (type none))
  396. )
  397. (polyline
  398. (pts
  399. (xy -1.27 0)
  400. (xy 1.27 0)
  401. )
  402. (stroke (width 0) (type default))
  403. (fill (type none))
  404. )
  405. (polyline
  406. (pts
  407. (xy 1.27 -1.27)
  408. (xy 1.27 1.27)
  409. (xy -1.27 0)
  410. (xy 1.27 -1.27)
  411. )
  412. (stroke (width 0.254) (type default))
  413. (fill (type none))
  414. )
  415. (polyline
  416. (pts
  417. (xy -3.048 -0.762)
  418. (xy -4.572 -2.286)
  419. (xy -3.81 -2.286)
  420. (xy -4.572 -2.286)
  421. (xy -4.572 -1.524)
  422. )
  423. (stroke (width 0) (type default))
  424. (fill (type none))
  425. )
  426. (polyline
  427. (pts
  428. (xy -1.778 -0.762)
  429. (xy -3.302 -2.286)
  430. (xy -2.54 -2.286)
  431. (xy -3.302 -2.286)
  432. (xy -3.302 -1.524)
  433. )
  434. (stroke (width 0) (type default))
  435. (fill (type none))
  436. )
  437. )
  438. (symbol "LED_1_1"
  439. (pin passive line (at -3.81 0 0) (length 2.54)
  440. (name "K" (effects (font (size 1.27 1.27))))
  441. (number "1" (effects (font (size 1.27 1.27))))
  442. )
  443. (pin passive line (at 3.81 0 180) (length 2.54)
  444. (name "A" (effects (font (size 1.27 1.27))))
  445. (number "2" (effects (font (size 1.27 1.27))))
  446. )
  447. )
  448. )
  449. (symbol "Device:R" (pin_numbers hide) (pin_names (offset 0)) (in_bom yes) (on_board yes)
  450. (property "Reference" "R" (at 2.032 0 90)
  451. (effects (font (size 1.27 1.27)))
  452. )
  453. (property "Value" "R" (at 0 0 90)
  454. (effects (font (size 1.27 1.27)))
  455. )
  456. (property "Footprint" "" (at -1.778 0 90)
  457. (effects (font (size 1.27 1.27)) hide)
  458. )
  459. (property "Datasheet" "~" (at 0 0 0)
  460. (effects (font (size 1.27 1.27)) hide)
  461. )
  462. (property "ki_keywords" "R res resistor" (at 0 0 0)
  463. (effects (font (size 1.27 1.27)) hide)
  464. )
  465. (property "ki_description" "Resistor" (at 0 0 0)
  466. (effects (font (size 1.27 1.27)) hide)
  467. )
  468. (property "ki_fp_filters" "R_*" (at 0 0 0)
  469. (effects (font (size 1.27 1.27)) hide)
  470. )
  471. (symbol "R_0_1"
  472. (rectangle (start -1.016 -2.54) (end 1.016 2.54)
  473. (stroke (width 0.254) (type default))
  474. (fill (type none))
  475. )
  476. )
  477. (symbol "R_1_1"
  478. (pin passive line (at 0 3.81 270) (length 1.27)
  479. (name "~" (effects (font (size 1.27 1.27))))
  480. (number "1" (effects (font (size 1.27 1.27))))
  481. )
  482. (pin passive line (at 0 -3.81 90) (length 1.27)
  483. (name "~" (effects (font (size 1.27 1.27))))
  484. (number "2" (effects (font (size 1.27 1.27))))
  485. )
  486. )
  487. )
  488. (symbol "Jumper:SolderJumper_2_Open" (pin_names (offset 0) hide) (in_bom yes) (on_board yes)
  489. (property "Reference" "JP" (at 0 2.032 0)
  490. (effects (font (size 1.27 1.27)))
  491. )
  492. (property "Value" "SolderJumper_2_Open" (at 0 -2.54 0)
  493. (effects (font (size 1.27 1.27)))
  494. )
  495. (property "Footprint" "" (at 0 0 0)
  496. (effects (font (size 1.27 1.27)) hide)
  497. )
  498. (property "Datasheet" "~" (at 0 0 0)
  499. (effects (font (size 1.27 1.27)) hide)
  500. )
  501. (property "ki_keywords" "solder jumper SPST" (at 0 0 0)
  502. (effects (font (size 1.27 1.27)) hide)
  503. )
  504. (property "ki_description" "Solder Jumper, 2-pole, open" (at 0 0 0)
  505. (effects (font (size 1.27 1.27)) hide)
  506. )
  507. (property "ki_fp_filters" "SolderJumper*Open*" (at 0 0 0)
  508. (effects (font (size 1.27 1.27)) hide)
  509. )
  510. (symbol "SolderJumper_2_Open_0_1"
  511. (arc (start -0.254 1.016) (mid -1.2656 0) (end -0.254 -1.016)
  512. (stroke (width 0) (type default))
  513. (fill (type none))
  514. )
  515. (arc (start -0.254 1.016) (mid -1.2656 0) (end -0.254 -1.016)
  516. (stroke (width 0) (type default))
  517. (fill (type outline))
  518. )
  519. (polyline
  520. (pts
  521. (xy -0.254 1.016)
  522. (xy -0.254 -1.016)
  523. )
  524. (stroke (width 0) (type default))
  525. (fill (type none))
  526. )
  527. (polyline
  528. (pts
  529. (xy 0.254 1.016)
  530. (xy 0.254 -1.016)
  531. )
  532. (stroke (width 0) (type default))
  533. (fill (type none))
  534. )
  535. (arc (start 0.254 -1.016) (mid 1.2656 0) (end 0.254 1.016)
  536. (stroke (width 0) (type default))
  537. (fill (type none))
  538. )
  539. (arc (start 0.254 -1.016) (mid 1.2656 0) (end 0.254 1.016)
  540. (stroke (width 0) (type default))
  541. (fill (type outline))
  542. )
  543. )
  544. (symbol "SolderJumper_2_Open_1_1"
  545. (pin passive line (at -3.81 0 0) (length 2.54)
  546. (name "A" (effects (font (size 1.27 1.27))))
  547. (number "1" (effects (font (size 1.27 1.27))))
  548. )
  549. (pin passive line (at 3.81 0 180) (length 2.54)
  550. (name "B" (effects (font (size 1.27 1.27))))
  551. (number "2" (effects (font (size 1.27 1.27))))
  552. )
  553. )
  554. )
  555. (symbol "power:+5F" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
  556. (property "Reference" "#PWR" (at 0 -3.81 0)
  557. (effects (font (size 1.27 1.27)) hide)
  558. )
  559. (property "Value" "+5F" (at 0 3.556 0)
  560. (effects (font (size 1.27 1.27)))
  561. )
  562. (property "Footprint" "" (at 0 0 0)
  563. (effects (font (size 1.27 1.27)) hide)
  564. )
  565. (property "Datasheet" "" (at 0 0 0)
  566. (effects (font (size 1.27 1.27)) hide)
  567. )
  568. (property "ki_keywords" "power-flag" (at 0 0 0)
  569. (effects (font (size 1.27 1.27)) hide)
  570. )
  571. (property "ki_description" "Power symbol creates a global label with name \"+5F\"" (at 0 0 0)
  572. (effects (font (size 1.27 1.27)) hide)
  573. )
  574. (symbol "+5F_0_1"
  575. (polyline
  576. (pts
  577. (xy -0.762 1.27)
  578. (xy 0 2.54)
  579. )
  580. (stroke (width 0) (type default))
  581. (fill (type none))
  582. )
  583. (polyline
  584. (pts
  585. (xy 0 0)
  586. (xy 0 2.54)
  587. )
  588. (stroke (width 0) (type default))
  589. (fill (type none))
  590. )
  591. (polyline
  592. (pts
  593. (xy 0 2.54)
  594. (xy 0.762 1.27)
  595. )
  596. (stroke (width 0) (type default))
  597. (fill (type none))
  598. )
  599. )
  600. (symbol "+5F_1_1"
  601. (pin power_in line (at 0 0 90) (length 0) hide
  602. (name "+5F" (effects (font (size 1.27 1.27))))
  603. (number "1" (effects (font (size 1.27 1.27))))
  604. )
  605. )
  606. )
  607. (symbol "power:GND" (power) (pin_names (offset 0)) (in_bom yes) (on_board yes)
  608. (property "Reference" "#PWR" (at 0 -6.35 0)
  609. (effects (font (size 1.27 1.27)) hide)
  610. )
  611. (property "Value" "GND" (at 0 -3.81 0)
  612. (effects (font (size 1.27 1.27)))
  613. )
  614. (property "Footprint" "" (at 0 0 0)
  615. (effects (font (size 1.27 1.27)) hide)
  616. )
  617. (property "Datasheet" "" (at 0 0 0)
  618. (effects (font (size 1.27 1.27)) hide)
  619. )
  620. (property "ki_keywords" "power-flag" (at 0 0 0)
  621. (effects (font (size 1.27 1.27)) hide)
  622. )
  623. (property "ki_description" "Power symbol creates a global label with name \"GND\" , ground" (at 0 0 0)
  624. (effects (font (size 1.27 1.27)) hide)
  625. )
  626. (symbol "GND_0_1"
  627. (polyline
  628. (pts
  629. (xy 0 0)
  630. (xy 0 -1.27)
  631. (xy 1.27 -1.27)
  632. (xy 0 -2.54)
  633. (xy -1.27 -1.27)
  634. (xy 0 -1.27)
  635. )
  636. (stroke (width 0) (type default))
  637. (fill (type none))
  638. )
  639. )
  640. (symbol "GND_1_1"
  641. (pin power_in line (at 0 0 270) (length 0) hide
  642. (name "GND" (effects (font (size 1.27 1.27))))
  643. (number "1" (effects (font (size 1.27 1.27))))
  644. )
  645. )
  646. )
  647. )
  648. (junction (at 147.32 113.03) (diameter 0) (color 0 0 0 0)
  649. (uuid c0f7dcb4-f69d-43b2-a2a4-193cf483a0f1)
  650. )
  651. (junction (at 154.94 113.03) (diameter 0) (color 0 0 0 0)
  652. (uuid d11cbda7-214d-4792-8d5e-6080a0759efa)
  653. )
  654. (junction (at 139.7 113.03) (diameter 0) (color 0 0 0 0)
  655. (uuid d5196dff-d5be-4da0-8f4a-63009cfaffae)
  656. )
  657. (polyline (pts (xy 188.595 95.25) (xy 106.045 95.25))
  658. (stroke (width 0) (type default))
  659. (uuid 0aef4f2f-f7ff-44c9-88bb-59ebab52c9da)
  660. )
  661. (polyline (pts (xy 188.595 130.81) (xy 188.595 95.25))
  662. (stroke (width 0) (type default))
  663. (uuid 1ebced05-d94b-4545-b22b-ca6affa191c9)
  664. )
  665. (wire (pts (xy 154.94 113.03) (xy 173.99 113.03))
  666. (stroke (width 0) (type default))
  667. (uuid 2c58a957-11b3-4e6e-8b82-8062fa59a050)
  668. )
  669. (wire (pts (xy 147.32 105.41) (xy 147.32 113.03))
  670. (stroke (width 0) (type default))
  671. (uuid 39ce55a4-7981-4e23-9970-fa7fa009018c)
  672. )
  673. (polyline (pts (xy 188.595 49.53) (xy 188.595 71.755))
  674. (stroke (width 0) (type default))
  675. (uuid 3ae066ba-31f8-440b-98af-96d99b9e642c)
  676. )
  677. (wire (pts (xy 137.16 113.03) (xy 139.7 113.03))
  678. (stroke (width 0) (type default))
  679. (uuid 456801c6-0cec-45a5-8d17-2cef220324ce)
  680. )
  681. (polyline (pts (xy 106.045 49.53) (xy 106.045 151.13))
  682. (stroke (width 0) (type default))
  683. (uuid 4d9dd994-fdcd-441a-bfe7-b2db00b758fe)
  684. )
  685. (polyline (pts (xy 188.595 95.25) (xy 188.595 71.755))
  686. (stroke (width 0) (type default))
  687. (uuid 6a3ca8d2-286c-4d6b-96b7-f273b09a833b)
  688. )
  689. (polyline (pts (xy 106.045 49.53) (xy 188.595 49.53))
  690. (stroke (width 0) (type default))
  691. (uuid 9b7285bd-6eb2-4f36-a561-82959404b14f)
  692. )
  693. (polyline (pts (xy 106.045 130.81) (xy 188.595 130.81))
  694. (stroke (width 0) (type default))
  695. (uuid a547c755-bcfe-46ea-9c57-8faecf4c7341)
  696. )
  697. (wire (pts (xy 154.94 105.41) (xy 154.94 113.03))
  698. (stroke (width 0) (type default))
  699. (uuid bd5694e1-c310-4ef8-af9b-4127618f6ed6)
  700. )
  701. (wire (pts (xy 147.32 113.03) (xy 147.32 119.38))
  702. (stroke (width 0) (type default))
  703. (uuid c0bee9d3-13a4-4a36-9282-c39e78cdf1ad)
  704. )
  705. (polyline (pts (xy 188.595 151.13) (xy 188.595 130.81))
  706. (stroke (width 0) (type default))
  707. (uuid d69731d3-a32f-4d10-8cbd-91a7a7102a3d)
  708. )
  709. (polyline (pts (xy 147.955 130.81) (xy 147.955 151.13))
  710. (stroke (width 0) (type default))
  711. (uuid d6ac2571-bf38-44de-984e-0130655598a1)
  712. )
  713. (wire (pts (xy 139.7 113.03) (xy 139.7 119.38))
  714. (stroke (width 0) (type default))
  715. (uuid debcfc1a-38ba-4e18-9336-7ba716c2ad13)
  716. )
  717. (polyline (pts (xy 106.045 151.13) (xy 188.595 151.13))
  718. (stroke (width 0) (type default))
  719. (uuid f3691aa6-9d5e-4b06-adb3-8e7f2247873f)
  720. )
  721. (polyline (pts (xy 188.595 71.755) (xy 106.045 71.755))
  722. (stroke (width 0) (type default))
  723. (uuid ff9a11e0-0afd-4aff-8a99-a7f7311e28bf)
  724. )
  725. (text "Onboard Power LED" (at 129.54 76.835 0)
  726. (effects (font (size 1.27 1.27)) (justify left bottom))
  727. (uuid 302d59f2-6268-4c15-a422-1445d402a74a)
  728. )
  729. (text "Unused Inverter Pin" (at 159.385 133.985 0)
  730. (effects (font (size 1.27 1.27)) (justify left bottom))
  731. (uuid 320b45bf-7199-4096-a07c-d82dcb3bfcce)
  732. )
  733. (text "oBSY Signal Inverter" (at 115.57 133.985 0)
  734. (effects (font (size 1.27 1.27)) (justify left bottom))
  735. (uuid 699041fe-b2cf-4bcc-8e53-7c910a16fea7)
  736. )
  737. (text "© 2022 - 2023 Tech by Androda, LLC\nLicensed Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)\nhttps://creativecommons.org/licenses/by-nc-sa/4.0/legalcode"
  738. (at 179.07 175.26 0)
  739. (effects (font (size 1.27 1.27)) (justify left bottom))
  740. (uuid 729266c8-2782-43a8-a3e9-846856e4ed80)
  741. )
  742. (text "BlueSCSI V2, Desktop 50 Pin, Top Connector, 2023.10a"
  743. (at 186.69 190.5 0)
  744. (effects (font (size 1.27 1.27)) (justify left bottom))
  745. (uuid 7eca9305-7651-4b1b-9a3b-1499a67ee6c8)
  746. )
  747. (text "Onboard Activity LED" (at 136.525 55.245 0)
  748. (effects (font (size 1.27 1.27)) (justify left bottom))
  749. (uuid 7fffdd4e-d184-4966-896e-9314a551ee12)
  750. )
  751. (text "Adjustable Brightness" (at 148.59 121.285 0)
  752. (effects (font (size 1.27 1.27)) (justify left bottom))
  753. (uuid ad047a98-ef63-4f37-9e76-7e6108dc51f5)
  754. )
  755. (text "External Activity LED" (at 113.665 99.695 0)
  756. (effects (font (size 1.27 1.27)) (justify left bottom))
  757. (uuid c2cae2fb-9e79-4ce2-8bb9-80668da626b6)
  758. )
  759. (text "October 2023" (at 205.74 194.31 0)
  760. (effects (font (size 1.27 1.27)) (justify left bottom))
  761. (uuid e7a79bb5-ee5a-43a8-aa8f-fdcbd772feda)
  762. )
  763. (global_label "oBSY" (shape input) (at 132.715 65.405 180) (fields_autoplaced)
  764. (effects (font (size 1.27 1.27)) (justify right))
  765. (uuid 274580f6-0c65-4978-9582-90f81497c9d2)
  766. (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 125.6737 65.3256 0)
  767. (effects (font (size 1.27 1.27)) (justify right) hide)
  768. )
  769. )
  770. (global_label "!oBSY" (shape input) (at 133.35 144.145 0) (fields_autoplaced)
  771. (effects (font (size 1.27 1.27)) (justify left))
  772. (uuid 5f66b9c2-d9fe-410d-a319-f466c328eb51)
  773. (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 140.9961 144.0656 0)
  774. (effects (font (size 1.27 1.27)) (justify left) hide)
  775. )
  776. )
  777. (global_label "oBSY" (shape input) (at 118.11 144.145 180) (fields_autoplaced)
  778. (effects (font (size 1.27 1.27)) (justify right))
  779. (uuid 95dc2d8d-bcdf-4655-8f98-130c39c38dfb)
  780. (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 111.0687 144.0656 0)
  781. (effects (font (size 1.27 1.27)) (justify right) hide)
  782. )
  783. )
  784. (global_label "oBSY" (shape input) (at 121.92 113.03 180) (fields_autoplaced)
  785. (effects (font (size 1.27 1.27)) (justify right))
  786. (uuid e99bbad7-6d19-429e-b0f4-fd3463d16a40)
  787. (property "Intersheetrefs" "${INTERSHEET_REFS}" (at 114.8787 112.9506 0)
  788. (effects (font (size 1.27 1.27)) (justify right) hide)
  789. )
  790. )
  791. (symbol (lib_id "Device:R") (at 151.13 113.03 90) (unit 1)
  792. (in_bom yes) (on_board yes) (dnp no)
  793. (uuid 03142d3f-f27d-4d9f-9f6c-b0498a9f3df9)
  794. (property "Reference" "R59" (at 149.86 110.49 90)
  795. (effects (font (size 1.27 1.27)))
  796. )
  797. (property "Value" "330" (at 151.13 113.03 90)
  798. (effects (font (size 1.27 1.27)))
  799. )
  800. (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 151.13 114.808 90)
  801. (effects (font (size 1.27 1.27)) hide)
  802. )
  803. (property "Datasheet" "~" (at 151.13 113.03 0)
  804. (effects (font (size 1.27 1.27)) hide)
  805. )
  806. (pin "1" (uuid e7101d2f-ab9d-404e-9ca4-564bb4cfbb23))
  807. (pin "2" (uuid d85ffc81-68c2-479c-bc36-fa131800b493))
  808. (instances
  809. (project "Desktop_50_Pin_TopConn"
  810. (path "/e40e8cef-4fb0-4fc3-be09-3875b2cc8469/d5fc13d4-1ca0-477a-91ea-84605f39f5f9"
  811. (reference "R59") (unit 1)
  812. )
  813. )
  814. )
  815. )
  816. (symbol (lib_id "power:GND") (at 153.67 38.1 90) (unit 1)
  817. (in_bom yes) (on_board yes) (dnp no)
  818. (uuid 0aebfa8f-00c7-4f1f-bf5d-f58e13cb19f6)
  819. (property "Reference" "#PWR041" (at 160.02 38.1 0)
  820. (effects (font (size 1.27 1.27)) hide)
  821. )
  822. (property "Value" "GND" (at 158.0642 37.973 90)
  823. (effects (font (size 1.27 1.27)))
  824. )
  825. (property "Footprint" "" (at 153.67 38.1 0)
  826. (effects (font (size 1.27 1.27)) hide)
  827. )
  828. (property "Datasheet" "" (at 153.67 38.1 0)
  829. (effects (font (size 1.27 1.27)) hide)
  830. )
  831. (pin "1" (uuid c8da37af-a1e7-4d82-aa44-025df7221b8c))
  832. (instances
  833. (project "Desktop_50_Pin_TopConn"
  834. (path "/e40e8cef-4fb0-4fc3-be09-3875b2cc8469/d5fc13d4-1ca0-477a-91ea-84605f39f5f9"
  835. (reference "#PWR041") (unit 1)
  836. )
  837. )
  838. )
  839. )
  840. (symbol (lib_id "Device:R") (at 143.51 113.03 90) (unit 1)
  841. (in_bom yes) (on_board yes) (dnp no)
  842. (uuid 0e7581f4-5fdd-4863-a8e3-8d5161063b63)
  843. (property "Reference" "R58" (at 142.24 110.49 90)
  844. (effects (font (size 1.27 1.27)))
  845. )
  846. (property "Value" "150" (at 143.51 113.03 90)
  847. (effects (font (size 1.27 1.27)))
  848. )
  849. (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 143.51 114.808 90)
  850. (effects (font (size 1.27 1.27)) hide)
  851. )
  852. (property "Datasheet" "~" (at 143.51 113.03 0)
  853. (effects (font (size 1.27 1.27)) hide)
  854. )
  855. (pin "1" (uuid 8c91fa9e-9ea9-483d-ad47-5be33505966e))
  856. (pin "2" (uuid 8bc0e0c3-1075-4b8b-ba12-2f37050cc5f5))
  857. (instances
  858. (project "Desktop_50_Pin_TopConn"
  859. (path "/e40e8cef-4fb0-4fc3-be09-3875b2cc8469/d5fc13d4-1ca0-477a-91ea-84605f39f5f9"
  860. (reference "R58") (unit 1)
  861. )
  862. )
  863. )
  864. )
  865. (symbol (lib_id "74xx:74HC14") (at 140.335 65.405 0) (unit 4)
  866. (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
  867. (uuid 141b1b15-36f3-451e-b947-2e9470712c8d)
  868. (property "Reference" "U8" (at 140.335 57.785 0)
  869. (effects (font (size 1.27 1.27)))
  870. )
  871. (property "Value" "74HC14" (at 140.335 60.325 0)
  872. (effects (font (size 1.27 1.27)))
  873. )
  874. (property "Footprint" "" (at 140.335 65.405 0)
  875. (effects (font (size 1.27 1.27)) hide)
  876. )
  877. (property "Datasheet" "http://www.ti.com/lit/gpn/sn74HC14" (at 140.335 65.405 0)
  878. (effects (font (size 1.27 1.27)) hide)
  879. )
  880. (pin "1" (uuid 16da7fa3-8142-4e01-8cfd-ebabb8cb299c))
  881. (pin "2" (uuid ce215639-a5db-4994-a85e-f31a4670ff8a))
  882. (pin "3" (uuid 615cba83-8dfb-4c46-9ee0-31e04281958c))
  883. (pin "4" (uuid b4b8552c-8859-43b1-87f3-6e3882ad6a54))
  884. (pin "5" (uuid 923fef84-55e0-4d10-a0d1-9deb223c8316))
  885. (pin "6" (uuid 99e46c0d-5f7e-46eb-af78-df54b8f5d01f))
  886. (pin "8" (uuid 519e34ba-1bda-4c85-8b22-749102450a80))
  887. (pin "9" (uuid 25fbf094-1df6-47b9-9ea0-b359b87caa9b))
  888. (pin "10" (uuid a36d74ac-740d-4574-afa8-cea08e00c5ce))
  889. (pin "11" (uuid 6a03f87c-7e30-4c15-8327-50fd71c52a41))
  890. (pin "12" (uuid 24846f92-ebf5-456f-9227-bfecdd50def5))
  891. (pin "13" (uuid 217491ec-1d7f-4fed-84a2-53f0d7d9cacc))
  892. (pin "14" (uuid 0ef45af2-1c5b-4c35-b5c9-7874b7a409ed))
  893. (pin "7" (uuid e27f918c-c842-42d6-ab6a-98d34ad30ffa))
  894. (instances
  895. (project "Desktop_50_Pin_TopConn"
  896. (path "/e40e8cef-4fb0-4fc3-be09-3875b2cc8469/d5fc13d4-1ca0-477a-91ea-84605f39f5f9"
  897. (reference "U8") (unit 4)
  898. )
  899. )
  900. )
  901. )
  902. (symbol (lib_id "74xx:74HC14") (at 170.815 144.145 0) (unit 3)
  903. (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
  904. (uuid 1c997544-c68d-4ebb-bcb7-971a5922e34c)
  905. (property "Reference" "U8" (at 170.815 136.525 0)
  906. (effects (font (size 1.27 1.27)))
  907. )
  908. (property "Value" "74HC14" (at 170.815 139.065 0)
  909. (effects (font (size 1.27 1.27)))
  910. )
  911. (property "Footprint" "" (at 170.815 144.145 0)
  912. (effects (font (size 1.27 1.27)) hide)
  913. )
  914. (property "Datasheet" "http://www.ti.com/lit/gpn/sn74HC14" (at 170.815 144.145 0)
  915. (effects (font (size 1.27 1.27)) hide)
  916. )
  917. (pin "1" (uuid d2b367b7-4790-419c-8242-745d4a3b40d9))
  918. (pin "2" (uuid 31c66e07-8ff0-4e72-a937-e902ee9cbe28))
  919. (pin "3" (uuid 3eee84f7-0594-4885-80e2-c37d4fe25300))
  920. (pin "4" (uuid 64d78021-3583-4a0e-a653-704ea5c6c9bc))
  921. (pin "5" (uuid c2652a2c-8465-4334-8755-8a9b5b2b500f))
  922. (pin "6" (uuid 6e6c6102-dbf1-4895-83cd-5caef2744695))
  923. (pin "8" (uuid 73bf6468-e7a1-4920-8ed0-12eb6fc3a867))
  924. (pin "9" (uuid 9d3a51f2-980b-4bf8-a0fd-a065ecd76cea))
  925. (pin "10" (uuid ded85e50-e3f7-46a0-998b-69691b41c6b8))
  926. (pin "11" (uuid 64db64c9-b182-4f0a-ac25-02a638c90605))
  927. (pin "12" (uuid 4495ba03-3ad7-4d47-bf49-d352f3b2e1af))
  928. (pin "13" (uuid 095c76fb-936a-4cce-8cac-40d9e936e556))
  929. (pin "14" (uuid 5860eea9-3005-4138-82a9-0e19088ba689))
  930. (pin "7" (uuid 9591bf45-e436-4b8d-ae06-05ba68b37055))
  931. (instances
  932. (project "Desktop_50_Pin_TopConn"
  933. (path "/e40e8cef-4fb0-4fc3-be09-3875b2cc8469/d5fc13d4-1ca0-477a-91ea-84605f39f5f9"
  934. (reference "U8") (unit 3)
  935. )
  936. )
  937. )
  938. )
  939. (symbol (lib_id "Jumper:SolderJumper_2_Open") (at 143.51 119.38 0) (unit 1)
  940. (in_bom yes) (on_board yes) (dnp no)
  941. (uuid 2de70ce8-1ae0-4c74-b56f-c1191fa8e250)
  942. (property "Reference" "JP1" (at 143.51 128.27 0)
  943. (effects (font (size 1.27 1.27)))
  944. )
  945. (property "Value" "SolderJumper_2_Open" (at 143.51 124.46 0)
  946. (effects (font (size 1.27 1.27)))
  947. )
  948. (property "Footprint" "Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm" (at 143.51 119.38 0)
  949. (effects (font (size 1.27 1.27)) hide)
  950. )
  951. (property "Datasheet" "~" (at 143.51 119.38 0)
  952. (effects (font (size 1.27 1.27)) hide)
  953. )
  954. (pin "1" (uuid 5d98f46e-f53d-4d71-875d-a99eb75da47a))
  955. (pin "2" (uuid 4ad152c9-7559-477c-be92-772abdefc59e))
  956. (instances
  957. (project "Desktop_50_Pin_TopConn"
  958. (path "/e40e8cef-4fb0-4fc3-be09-3875b2cc8469/d5fc13d4-1ca0-477a-91ea-84605f39f5f9"
  959. (reference "JP1") (unit 1)
  960. )
  961. )
  962. )
  963. )
  964. (symbol (lib_id "Jumper:SolderJumper_2_Open") (at 151.13 105.41 0) (unit 1)
  965. (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
  966. (uuid 2e4317c4-aac7-453f-a079-7fbec4fe7cb0)
  967. (property "Reference" "JP2" (at 151.13 99.06 0)
  968. (effects (font (size 1.27 1.27)))
  969. )
  970. (property "Value" "SolderJumper_2_Open" (at 151.13 101.6 0)
  971. (effects (font (size 1.27 1.27)))
  972. )
  973. (property "Footprint" "Jumper:SolderJumper-2_P1.3mm_Open_RoundedPad1.0x1.5mm" (at 151.13 105.41 0)
  974. (effects (font (size 1.27 1.27)) hide)
  975. )
  976. (property "Datasheet" "~" (at 151.13 105.41 0)
  977. (effects (font (size 1.27 1.27)) hide)
  978. )
  979. (pin "1" (uuid 62d766e0-2377-48f7-bba6-c1d8bde97cfd))
  980. (pin "2" (uuid faa93709-af01-4c11-aa32-1deca8703476))
  981. (instances
  982. (project "Desktop_50_Pin_TopConn"
  983. (path "/e40e8cef-4fb0-4fc3-be09-3875b2cc8469/d5fc13d4-1ca0-477a-91ea-84605f39f5f9"
  984. (reference "JP2") (unit 1)
  985. )
  986. )
  987. )
  988. )
  989. (symbol (lib_id "power:GND") (at 173.99 115.57 270) (unit 1)
  990. (in_bom yes) (on_board yes) (dnp no)
  991. (uuid 2efea9f0-7cc8-422a-a8fd-5b3e4f07e3f9)
  992. (property "Reference" "#PWR069" (at 167.64 115.57 0)
  993. (effects (font (size 1.27 1.27)) hide)
  994. )
  995. (property "Value" "GND" (at 169.5958 115.697 90)
  996. (effects (font (size 1.27 1.27)))
  997. )
  998. (property "Footprint" "" (at 173.99 115.57 0)
  999. (effects (font (size 1.27 1.27)) hide)
  1000. )
  1001. (property "Datasheet" "" (at 173.99 115.57 0)
  1002. (effects (font (size 1.27 1.27)) hide)
  1003. )
  1004. (pin "1" (uuid 5b9837a4-5069-4f2a-a1dc-84dac46dbb53))
  1005. (instances
  1006. (project "Desktop_50_Pin_TopConn"
  1007. (path "/e40e8cef-4fb0-4fc3-be09-3875b2cc8469/d5fc13d4-1ca0-477a-91ea-84605f39f5f9"
  1008. (reference "#PWR069") (unit 1)
  1009. )
  1010. )
  1011. )
  1012. )
  1013. (symbol (lib_id "74xx:74HC14") (at 132.08 87.63 0) (unit 6)
  1014. (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
  1015. (uuid 62f81cd8-d464-4ba8-95bb-cac38e9a3906)
  1016. (property "Reference" "U8" (at 132.08 80.01 0)
  1017. (effects (font (size 1.27 1.27)))
  1018. )
  1019. (property "Value" "74HC14" (at 132.08 82.55 0)
  1020. (effects (font (size 1.27 1.27)))
  1021. )
  1022. (property "Footprint" "" (at 132.08 87.63 0)
  1023. (effects (font (size 1.27 1.27)) hide)
  1024. )
  1025. (property "Datasheet" "http://www.ti.com/lit/gpn/sn74HC14" (at 132.08 87.63 0)
  1026. (effects (font (size 1.27 1.27)) hide)
  1027. )
  1028. (pin "1" (uuid 205e8fcf-3253-4945-b6f8-324d458809bf))
  1029. (pin "2" (uuid fcd22ee9-efeb-4045-bff8-f7abbe6790da))
  1030. (pin "3" (uuid b8ec2111-ae0a-4854-9ce0-2ad10723ad95))
  1031. (pin "4" (uuid 79030c41-db28-4298-8a76-f2f9a43e7b62))
  1032. (pin "5" (uuid 1c630057-dc46-430c-ac3d-00e82dc14f00))
  1033. (pin "6" (uuid bfa6623d-1136-43b9-b56d-051dccbece3c))
  1034. (pin "8" (uuid 3c53f71d-9ffe-421d-ae29-ed09a8eb0279))
  1035. (pin "9" (uuid 5e894e57-2b96-4ace-b80a-583c8e3467cc))
  1036. (pin "10" (uuid 5137dac0-e4ce-43f9-b647-1826f53ec2fb))
  1037. (pin "11" (uuid a06c441e-8723-485b-a577-8940d508e87e))
  1038. (pin "12" (uuid 8cc3a301-d076-42e4-82f6-68d32827174e))
  1039. (pin "13" (uuid 470d9ef6-7530-4b82-abaa-138d6c231937))
  1040. (pin "14" (uuid dc9125a4-86ca-401d-bb5a-3cddfc684513))
  1041. (pin "7" (uuid e95818cd-3677-4fb7-8f15-8a9076b017a4))
  1042. (instances
  1043. (project "Desktop_50_Pin_TopConn"
  1044. (path "/e40e8cef-4fb0-4fc3-be09-3875b2cc8469/d5fc13d4-1ca0-477a-91ea-84605f39f5f9"
  1045. (reference "U8") (unit 6)
  1046. )
  1047. )
  1048. )
  1049. )
  1050. (symbol (lib_id "Device:R") (at 158.75 87.63 90) (unit 1)
  1051. (in_bom yes) (on_board yes) (dnp no)
  1052. (uuid 6ca8997b-a36f-4abc-8df3-7255061bc846)
  1053. (property "Reference" "R56" (at 157.48 85.09 90)
  1054. (effects (font (size 1.27 1.27)))
  1055. )
  1056. (property "Value" "4.7k" (at 158.75 87.63 90)
  1057. (effects (font (size 1.27 1.27)))
  1058. )
  1059. (property "Footprint" "Resistor_SMD:R_0603_1608Metric_Pad0.98x0.95mm_HandSolder" (at 158.75 89.408 90)
  1060. (effects (font (size 1.27 1.27)) hide)
  1061. )
  1062. (property "Datasheet" "~" (at 158.75 87.63 0)
  1063. (effects (font (size 1.27 1.27)) hide)
  1064. )
  1065. (pin "1" (uuid d98833c7-753b-4785-b87f-2393c2b1bbee))
  1066. (pin "2" (uuid 9baabfd2-7534-4904-82d8-d5111c7aedb9))
  1067. (instances
  1068. (project "Desktop_50_Pin_TopConn"
  1069. (path "/e40e8cef-4fb0-4fc3-be09-3875b2cc8469/d5fc13d4-1ca0-477a-91ea-84605f39f5f9"
  1070. (reference "R56") (unit 1)
  1071. )
  1072. )
  1073. )
  1074. )
  1075. (symbol (lib_id "power:+5F") (at 128.27 38.1 90) (unit 1)
  1076. (in_bom yes) (on_board yes) (dnp no)
  1077. (uuid 6ef47171-a576-4917-bb7f-860b1d601318)
  1078. (property "Reference" "#PWR038" (at 132.08 38.1 0)
  1079. (effects (font (size 1.27 1.27)) hide)
  1080. )
  1081. (property "Value" "+5F" (at 123.8758 37.719 90)
  1082. (effects (font (size 1.27 1.27)))
  1083. )
  1084. (property "Footprint" "" (at 128.27 38.1 0)
  1085. (effects (font (size 1.27 1.27)) hide)
  1086. )
  1087. (property "Datasheet" "" (at 128.27 38.1 0)
  1088. (effects (font (size 1.27 1.27)) hide)
  1089. )
  1090. (pin "1" (uuid 7f577f61-f871-40b8-aa7c-c877ad22645d))
  1091. (instances
  1092. (project "Desktop_50_Pin_TopConn"
  1093. (path "/e40e8cef-4fb0-4fc3-be09-3875b2cc8469/d5fc13d4-1ca0-477a-91ea-84605f39f5f9"
  1094. (reference "#PWR038") (unit 1)
  1095. )
  1096. )
  1097. )
  1098. )
  1099. (symbol (lib_id "power:GND") (at 170.18 87.63 90) (unit 1)
  1100. (in_bom yes) (on_board yes) (dnp no)
  1101. (uuid 73356ba7-efc3-4b42-ac5c-6a8d7efb2002)
  1102. (property "Reference" "#PWR035" (at 176.53 87.63 0)
  1103. (effects (font (size 1.27 1.27)) hide)
  1104. )
  1105. (property "Value" "GND" (at 174.5742 87.503 90)
  1106. (effects (font (size 1.27 1.27)))
  1107. )
  1108. (property "Footprint" "" (at 170.18 87.63 0)
  1109. (effects (font (size 1.27 1.27)) hide)
  1110. )
  1111. (property "Datasheet" "" (at 170.18 87.63 0)
  1112. (effects (font (size 1.27 1.27)) hide)
  1113. )
  1114. (pin "1" (uuid 9f73b5ce-ded7-4d7b-b083-ab6406a4e444))
  1115. (instances
  1116. (project "Desktop_50_Pin_TopConn"
  1117. (path "/e40e8cef-4fb0-4fc3-be09-3875b2cc8469/d5fc13d4-1ca0-477a-91ea-84605f39f5f9"
  1118. (reference "#PWR035") (unit 1)
  1119. )
  1120. )
  1121. )
  1122. )
  1123. (symbol (lib_id "74xx:74HC14") (at 129.54 113.03 0) (unit 1)
  1124. (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
  1125. (uuid 7fef15f8-6850-412e-9c4d-3c06bb5765f1)
  1126. (property "Reference" "U8" (at 129.54 105.41 0)
  1127. (effects (font (size 1.27 1.27)))
  1128. )
  1129. (property "Value" "74HC14" (at 129.54 107.95 0)
  1130. (effects (font (size 1.27 1.27)))
  1131. )
  1132. (property "Footprint" "" (at 129.54 113.03 0)
  1133. (effects (font (size 1.27 1.27)) hide)
  1134. )
  1135. (property "Datasheet" "http://www.ti.com/lit/gpn/sn74HC14" (at 129.54 113.03 0)
  1136. (effects (font (size 1.27 1.27)) hide)
  1137. )
  1138. (pin "1" (uuid 8d01a91e-9654-4464-a145-8e4c7fed5574))
  1139. (pin "2" (uuid e02b34f1-6638-4f2d-9233-62b8edffab71))
  1140. (pin "3" (uuid a9da58b9-f44d-440e-be7b-4e4452316ea3))
  1141. (pin "4" (uuid 5197cb7f-2b30-44c7-80c9-23d5538c7383))
  1142. (pin "5" (uuid b8aa591e-cc69-4a61-bc5d-d225c0dc60c4))
  1143. (pin "6" (uuid 9af8c29f-027c-4cbe-b49a-39d2537431d9))
  1144. (pin "8" (uuid de186d07-61d2-4e4f-b647-274d0477c735))
  1145. (pin "9" (uuid d78c1397-66c2-48d3-84c2-d3d0ddee9b92))
  1146. (pin "10" (uuid baea6228-708a-42f3-8ed3-5766becd5ae8))
  1147. (pin "11" (uuid 34408a97-d0c8-4eaf-9c52-b414aa28e3c5))
  1148. (pin "12" (uuid 9cf1061f-c850-46fc-a1a1-c443ad45170e))
  1149. (pin "13" (uuid 9cd196f7-2c04-4144-9cf4-21ef1d671444))
  1150. (pin "14" (uuid 6c44e151-b85b-4f83-bb1c-1122bd0c97a5))
  1151. (pin "7" (uuid d0c9f060-4a05-4e91-baf1-f04c6d39b47e))
  1152. (instances
  1153. (project "Desktop_50_Pin_TopConn"
  1154. (path "/e40e8cef-4fb0-4fc3-be09-3875b2cc8469/d5fc13d4-1ca0-477a-91ea-84605f39f5f9"
  1155. (reference "U8") (unit 1)
  1156. )
  1157. )
  1158. )
  1159. )
  1160. (symbol (lib_id "74xx:74HC14") (at 140.97 38.1 90) (unit 7)
  1161. (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
  1162. (uuid 89f51bb8-c154-4014-ab70-ce4d8ca3c2ad)
  1163. (property "Reference" "U8" (at 140.97 29.21 90)
  1164. (effects (font (size 1.27 1.27)))
  1165. )
  1166. (property "Value" "74HC14" (at 140.97 31.75 90)
  1167. (effects (font (size 1.27 1.27)))
  1168. )
  1169. (property "Footprint" "Package_SO:SO-14_3.9x8.65mm_P1.27mm" (at 140.97 38.1 0)
  1170. (effects (font (size 1.27 1.27)) hide)
  1171. )
  1172. (property "Datasheet" "http://www.ti.com/lit/gpn/sn74HC14" (at 140.97 38.1 0)
  1173. (effects (font (size 1.27 1.27)) hide)
  1174. )
  1175. (property "JLC Part #" "C5605" (at 140.97 38.1 90)
  1176. (effects (font (size 1.27 1.27)) hide)
  1177. )
  1178. (pin "1" (uuid c29c2c5b-9def-4f91-ac90-70975914e0b2))
  1179. (pin "2" (uuid fad76b35-d12f-45f5-a800-584163c194d3))
  1180. (pin "3" (uuid f75ad69b-2d6a-4a93-839e-17e469956c12))
  1181. (pin "4" (uuid cd700d4c-9c3c-4bd2-bb0e-c218423dad86))
  1182. (pin "5" (uuid 52ebd9f7-9888-40f9-89e4-d9b2dc160aaa))
  1183. (pin "6" (uuid 139d3128-253a-41f2-86d9-29eb85df08e4))
  1184. (pin "8" (uuid 491668ea-f5be-450c-b89e-9daa7f3f998d))
  1185. (pin "9" (uuid e3a98c90-80ab-48e1-ada3-bf29f9635bf1))
  1186. (pin "10" (uuid 7a81eec1-5fd8-4873-b98e-c9f495d4f895))
  1187. (pin "11" (uuid 2e0205ba-66d7-471a-8a2c-e9b3a56c3727))
  1188. (pin "12" (uuid 1b9bb519-447b-4a86-9194-861b646d904f))
  1189. (pin "13" (uuid 9aa3b67d-5d59-4dbf-8446-59e13966053d))
  1190. (pin "14" (uuid c639a0c3-a230-4835-80c3-f5d1f89769c6))
  1191. (pin "7" (uuid 44cd969e-3d8d-4682-ba79-5dee0918b0a0))
  1192. (instances
  1193. (project "Desktop_50_Pin_TopConn"
  1194. (path "/e40e8cef-4fb0-4fc3-be09-3875b2cc8469/d5fc13d4-1ca0-477a-91ea-84605f39f5f9"
  1195. (reference "U8") (unit 7)
  1196. )
  1197. )
  1198. )
  1199. )
  1200. (symbol (lib_id "Device:LED") (at 159.385 65.405 180) (unit 1)
  1201. (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
  1202. (uuid 8d0a51c9-9e20-4a99-b2e5-75425b930be7)
  1203. (property "Reference" "D3" (at 160.9725 59.055 0)
  1204. (effects (font (size 1.27 1.27)))
  1205. )
  1206. (property "Value" "LED" (at 160.9725 61.595 0)
  1207. (effects (font (size 1.27 1.27)))
  1208. )
  1209. (property "Footprint" "LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 159.385 65.405 0)
  1210. (effects (font (size 1.27 1.27)) hide)
  1211. )
  1212. (property "Datasheet" "~" (at 159.385 65.405 0)
  1213. (effects (font (size 1.27 1.27)) hide)
  1214. )
  1215. (property "JLCPCB Part Number" "C72041" (at 159.385 65.405 0)
  1216. (effects (font (size 1.27 1.27)) hide)
  1217. )
  1218. (pin "1" (uuid 95e3e880-62d7-44e0-9bc3-e519748082f0))
  1219. (pin "2" (uuid 12f0e50f-3297-4878-849c-16d5cb16f324))
  1220. (instances
  1221. (project "Desktop_50_Pin_TopConn"
  1222. (path "/e40e8cef-4fb0-4fc3-be09-3875b2cc8469/d5fc13d4-1ca0-477a-91ea-84605f39f5f9"
  1223. (reference "D3") (unit 1)
  1224. )
  1225. )
  1226. )
  1227. )
  1228. (symbol (lib_id "power:GND") (at 163.195 144.145 270) (unit 1)
  1229. (in_bom yes) (on_board yes) (dnp no)
  1230. (uuid 8dad90a8-bdcd-4452-b63b-3cbb02090de4)
  1231. (property "Reference" "#PWR059" (at 156.845 144.145 0)
  1232. (effects (font (size 1.27 1.27)) hide)
  1233. )
  1234. (property "Value" "GND" (at 158.8008 144.272 90)
  1235. (effects (font (size 1.27 1.27)))
  1236. )
  1237. (property "Footprint" "" (at 163.195 144.145 0)
  1238. (effects (font (size 1.27 1.27)) hide)
  1239. )
  1240. (property "Datasheet" "" (at 163.195 144.145 0)
  1241. (effects (font (size 1.27 1.27)) hide)
  1242. )
  1243. (pin "1" (uuid e70f6f2e-2236-43a2-a0e9-321c04bbf3e7))
  1244. (instances
  1245. (project "Desktop_50_Pin_TopConn"
  1246. (path "/e40e8cef-4fb0-4fc3-be09-3875b2cc8469/d5fc13d4-1ca0-477a-91ea-84605f39f5f9"
  1247. (reference "#PWR059") (unit 1)
  1248. )
  1249. )
  1250. )
  1251. )
  1252. (symbol (lib_id "74xx:74HC14") (at 125.73 144.145 0) (unit 2)
  1253. (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
  1254. (uuid 97aa4e0d-8b58-42e7-a51b-e21522a5aa78)
  1255. (property "Reference" "U8" (at 125.73 136.525 0)
  1256. (effects (font (size 1.27 1.27)))
  1257. )
  1258. (property "Value" "74HC14" (at 125.73 139.065 0)
  1259. (effects (font (size 1.27 1.27)))
  1260. )
  1261. (property "Footprint" "" (at 125.73 144.145 0)
  1262. (effects (font (size 1.27 1.27)) hide)
  1263. )
  1264. (property "Datasheet" "http://www.ti.com/lit/gpn/sn74HC14" (at 125.73 144.145 0)
  1265. (effects (font (size 1.27 1.27)) hide)
  1266. )
  1267. (pin "1" (uuid f9428684-561b-4647-8104-7f9326b7e450))
  1268. (pin "2" (uuid 6083480d-4cc4-4c05-85fe-7a6256046947))
  1269. (pin "3" (uuid 0fb75a28-92ad-4ed4-b9d8-317b99910922))
  1270. (pin "4" (uuid 3128ab97-d293-4472-836d-a74f99048b8e))
  1271. (pin "5" (uuid 9814ee64-818b-4332-ac4c-6ded20e91ab7))
  1272. (pin "6" (uuid 89e4b0f0-c6d8-4804-b3b3-38596314a4d6))
  1273. (pin "8" (uuid 0dbc4ff6-2cad-4b1b-b73b-a333b24dcc01))
  1274. (pin "9" (uuid 9e33de11-5ea4-467e-8d57-f3d65665c5af))
  1275. (pin "10" (uuid cdb10a53-507c-4d14-8ad0-5059f1955c20))
  1276. (pin "11" (uuid 053ca136-ade9-4b03-98cf-ed5283a2653d))
  1277. (pin "12" (uuid 0c386475-1bea-45c6-9135-0d092c52fce2))
  1278. (pin "13" (uuid d535f82b-aac8-4cc4-9912-3cc0f9fb79e9))
  1279. (pin "14" (uuid e79e4797-25a9-4af8-b937-196c0fa535d0))
  1280. (pin "7" (uuid 7d1361a0-cd2c-41de-8527-e6d4b5170260))
  1281. (instances
  1282. (project "Desktop_50_Pin_TopConn"
  1283. (path "/e40e8cef-4fb0-4fc3-be09-3875b2cc8469/d5fc13d4-1ca0-477a-91ea-84605f39f5f9"
  1284. (reference "U8") (unit 2)
  1285. )
  1286. )
  1287. )
  1288. )
  1289. (symbol (lib_id "Device:LED") (at 166.37 87.63 180) (unit 1)
  1290. (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
  1291. (uuid 98a58317-1c0f-4f61-b2e6-224f79d56787)
  1292. (property "Reference" "D4" (at 167.9575 81.28 0)
  1293. (effects (font (size 1.27 1.27)))
  1294. )
  1295. (property "Value" "LED" (at 167.9575 83.82 0)
  1296. (effects (font (size 1.27 1.27)))
  1297. )
  1298. (property "Footprint" "LED_SMD:LED_0603_1608Metric_Pad1.05x0.95mm_HandSolder" (at 166.37 87.63 0)
  1299. (effects (font (size 1.27 1.27)) hide)
  1300. )
  1301. (property "Datasheet" "~" (at 166.37 87.63 0)
  1302. (effects (font (size 1.27 1.27)) hide)
  1303. )
  1304. (property "JLCPCB Part #" "C2290" (at 166.37 87.63 0)
  1305. (effects (font (size 1.27 1.27)) hide)
  1306. )
  1307. (pin "1" (uuid 3b092105-7e66-44ab-8514-bc6593c50f00))
  1308. (pin "2" (uuid 38da5fb5-c91d-48c6-b37f-dca28d1f74f3))
  1309. (instances
  1310. (project "Desktop_50_Pin_TopConn"
  1311. (path "/e40e8cef-4fb0-4fc3-be09-3875b2cc8469/d5fc13d4-1ca0-477a-91ea-84605f39f5f9"
  1312. (reference "D4") (unit 1)
  1313. )
  1314. )
  1315. )
  1316. )
  1317. (symbol (lib_id "Device:R") (at 151.765 65.405 90) (unit 1)
  1318. (in_bom yes) (on_board yes) (dnp no)
  1319. (uuid 9f41e0b8-7a06-4a29-9f5f-e5231c34c97e)
  1320. (property "Reference" "R30" (at 150.495 62.865 90)
  1321. (effects (font (size 1.27 1.27)))
  1322. )
  1323. (property "Value" "470" (at 151.765 65.405 90)
  1324. (effects (font (size 1.27 1.27)))
  1325. )
  1326. (property "Footprint" "Resistor_SMD:R_0402_1005Metric_Pad0.72x0.64mm_HandSolder" (at 151.765 67.183 90)
  1327. (effects (font (size 1.27 1.27)) hide)
  1328. )
  1329. (property "Datasheet" "~" (at 151.765 65.405 0)
  1330. (effects (font (size 1.27 1.27)) hide)
  1331. )
  1332. (pin "1" (uuid 0933b6c8-6a69-482b-b6f6-86535e99de24))
  1333. (pin "2" (uuid 19fbcf66-9b02-432d-b75e-b4e2118116e9))
  1334. (instances
  1335. (project "Desktop_50_Pin_TopConn"
  1336. (path "/e40e8cef-4fb0-4fc3-be09-3875b2cc8469/d5fc13d4-1ca0-477a-91ea-84605f39f5f9"
  1337. (reference "R30") (unit 1)
  1338. )
  1339. )
  1340. )
  1341. )
  1342. (symbol (lib_id "Connector:Conn_01x03_Male") (at 179.07 113.03 180) (unit 1)
  1343. (in_bom yes) (on_board yes) (dnp no)
  1344. (uuid a414ff08-189a-4004-8a5d-041c3b067e5c)
  1345. (property "Reference" "J5" (at 172.72 104.14 0)
  1346. (effects (font (size 1.27 1.27)))
  1347. )
  1348. (property "Value" "Conn_01x03_Male" (at 172.72 106.68 0)
  1349. (effects (font (size 1.27 1.27)))
  1350. )
  1351. (property "Footprint" "Connector_PinHeader_2.54mm:PinHeader_1x03_P2.54mm_Vertical" (at 179.07 113.03 0)
  1352. (effects (font (size 1.27 1.27)) hide)
  1353. )
  1354. (property "Datasheet" "~" (at 179.07 113.03 0)
  1355. (effects (font (size 1.27 1.27)) hide)
  1356. )
  1357. (pin "1" (uuid 50df69c5-96ed-42cb-8d72-e07dcbfdce3b))
  1358. (pin "2" (uuid 6c67bdbf-3922-496a-b3d7-6b0a54a75f0b))
  1359. (pin "3" (uuid 60a19285-6ceb-434b-be04-41acc7a3e2aa))
  1360. (instances
  1361. (project "Desktop_50_Pin_TopConn"
  1362. (path "/e40e8cef-4fb0-4fc3-be09-3875b2cc8469/d5fc13d4-1ca0-477a-91ea-84605f39f5f9"
  1363. (reference "J5") (unit 1)
  1364. )
  1365. )
  1366. )
  1367. )
  1368. (symbol (lib_id "power:+5F") (at 124.46 87.63 90) (unit 1)
  1369. (in_bom yes) (on_board yes) (dnp no)
  1370. (uuid aea32f12-6a9e-4985-9c35-b2338aa502e3)
  1371. (property "Reference" "#PWR014" (at 128.27 87.63 0)
  1372. (effects (font (size 1.27 1.27)) hide)
  1373. )
  1374. (property "Value" "+5F" (at 120.0658 87.249 90)
  1375. (effects (font (size 1.27 1.27)))
  1376. )
  1377. (property "Footprint" "" (at 124.46 87.63 0)
  1378. (effects (font (size 1.27 1.27)) hide)
  1379. )
  1380. (property "Datasheet" "" (at 124.46 87.63 0)
  1381. (effects (font (size 1.27 1.27)) hide)
  1382. )
  1383. (pin "1" (uuid 8aa68a60-2748-4d8b-92c6-b828f5170ab0))
  1384. (instances
  1385. (project "Desktop_50_Pin_TopConn"
  1386. (path "/e40e8cef-4fb0-4fc3-be09-3875b2cc8469/d5fc13d4-1ca0-477a-91ea-84605f39f5f9"
  1387. (reference "#PWR014") (unit 1)
  1388. )
  1389. )
  1390. )
  1391. )
  1392. (symbol (lib_id "power:GND") (at 163.195 65.405 90) (unit 1)
  1393. (in_bom yes) (on_board yes) (dnp no)
  1394. (uuid ebb76b7e-c643-40cc-a2ba-b8249780a53c)
  1395. (property "Reference" "#PWR017" (at 169.545 65.405 0)
  1396. (effects (font (size 1.27 1.27)) hide)
  1397. )
  1398. (property "Value" "GND" (at 167.5892 65.278 90)
  1399. (effects (font (size 1.27 1.27)))
  1400. )
  1401. (property "Footprint" "" (at 163.195 65.405 0)
  1402. (effects (font (size 1.27 1.27)) hide)
  1403. )
  1404. (property "Datasheet" "" (at 163.195 65.405 0)
  1405. (effects (font (size 1.27 1.27)) hide)
  1406. )
  1407. (pin "1" (uuid 1129bee9-57fc-4765-8d64-b9ee8074c79a))
  1408. (instances
  1409. (project "Desktop_50_Pin_TopConn"
  1410. (path "/e40e8cef-4fb0-4fc3-be09-3875b2cc8469/d5fc13d4-1ca0-477a-91ea-84605f39f5f9"
  1411. (reference "#PWR017") (unit 1)
  1412. )
  1413. )
  1414. )
  1415. )
  1416. (symbol (lib_id "74xx:74HC14") (at 147.32 87.63 0) (unit 5)
  1417. (in_bom yes) (on_board yes) (dnp no) (fields_autoplaced)
  1418. (uuid f13cd28c-60ea-402d-9a58-02c4e004be93)
  1419. (property "Reference" "U8" (at 147.32 80.01 0)
  1420. (effects (font (size 1.27 1.27)))
  1421. )
  1422. (property "Value" "74HC14" (at 147.32 82.55 0)
  1423. (effects (font (size 1.27 1.27)))
  1424. )
  1425. (property "Footprint" "" (at 147.32 87.63 0)
  1426. (effects (font (size 1.27 1.27)) hide)
  1427. )
  1428. (property "Datasheet" "http://www.ti.com/lit/gpn/sn74HC14" (at 147.32 87.63 0)
  1429. (effects (font (size 1.27 1.27)) hide)
  1430. )
  1431. (pin "1" (uuid b9ef80a1-68da-481d-9613-d55fbddea7e5))
  1432. (pin "2" (uuid e4eefa5c-c1c5-47ee-822a-5a8bd5804a0c))
  1433. (pin "3" (uuid c5066379-62fe-4fda-9b68-43882d18e6da))
  1434. (pin "4" (uuid b625180d-409b-48a5-aeed-21fcc15971e3))
  1435. (pin "5" (uuid dddccf7e-1b8b-48be-ae3a-1a98876d7364))
  1436. (pin "6" (uuid 6ee838f0-c00f-480f-9604-ca5547799de5))
  1437. (pin "8" (uuid fc8b1751-7316-4ea8-8bb1-ff4869247aae))
  1438. (pin "9" (uuid ff0bb5e1-6300-43a0-a6b0-9e22dbe356bb))
  1439. (pin "10" (uuid 68deaf0d-4abc-439a-b35a-489dbd9f3785))
  1440. (pin "11" (uuid b3db311a-82c0-447e-8351-355aa756ffa7))
  1441. (pin "12" (uuid 9010d396-22f0-4115-90c1-47bd8148ad1f))
  1442. (pin "13" (uuid d19c0c55-5f4c-4160-b9a3-dd54fe9fcf5f))
  1443. (pin "14" (uuid a3da6bfd-2907-4172-aa43-7b18224955bd))
  1444. (pin "7" (uuid 9f374e83-aac5-4725-93cb-9d377b9c209e))
  1445. (instances
  1446. (project "Desktop_50_Pin_TopConn"
  1447. (path "/e40e8cef-4fb0-4fc3-be09-3875b2cc8469/d5fc13d4-1ca0-477a-91ea-84605f39f5f9"
  1448. (reference "U8") (unit 5)
  1449. )
  1450. )
  1451. )
  1452. )
  1453. (symbol (lib_id "power:GND") (at 173.99 110.49 270) (unit 1)
  1454. (in_bom yes) (on_board yes) (dnp no)
  1455. (uuid fff78d24-24db-4cd7-ae59-a9a1e7f0a3bd)
  1456. (property "Reference" "#PWR068" (at 167.64 110.49 0)
  1457. (effects (font (size 1.27 1.27)) hide)
  1458. )
  1459. (property "Value" "GND" (at 169.5958 110.617 90)
  1460. (effects (font (size 1.27 1.27)))
  1461. )
  1462. (property "Footprint" "" (at 173.99 110.49 0)
  1463. (effects (font (size 1.27 1.27)) hide)
  1464. )
  1465. (property "Datasheet" "" (at 173.99 110.49 0)
  1466. (effects (font (size 1.27 1.27)) hide)
  1467. )
  1468. (pin "1" (uuid f178c068-e060-4864-b5c0-19c8d2364a6e))
  1469. (instances
  1470. (project "Desktop_50_Pin_TopConn"
  1471. (path "/e40e8cef-4fb0-4fc3-be09-3875b2cc8469/d5fc13d4-1ca0-477a-91ea-84605f39f5f9"
  1472. (reference "#PWR068") (unit 1)
  1473. )
  1474. )
  1475. )
  1476. )
  1477. )