power_controller.kicad_sch 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749175017511752
  1. (kicad_sch
  2. (version 20231120)
  3. (generator "eeschema")
  4. (generator_version "8.0")
  5. (uuid "906d1c49-7fa0-4bba-b53b-6601798fee81")
  6. (paper "A4")
  7. (lib_symbols
  8. (symbol "Device:C"
  9. (pin_numbers hide)
  10. (pin_names
  11. (offset 0.254)
  12. )
  13. (exclude_from_sim no)
  14. (in_bom yes)
  15. (on_board yes)
  16. (property "Reference" "C"
  17. (at 0.635 2.54 0)
  18. (effects
  19. (font
  20. (size 1.27 1.27)
  21. )
  22. (justify left)
  23. )
  24. )
  25. (property "Value" "C"
  26. (at 0.635 -2.54 0)
  27. (effects
  28. (font
  29. (size 1.27 1.27)
  30. )
  31. (justify left)
  32. )
  33. )
  34. (property "Footprint" ""
  35. (at 0.9652 -3.81 0)
  36. (effects
  37. (font
  38. (size 1.27 1.27)
  39. )
  40. (hide yes)
  41. )
  42. )
  43. (property "Datasheet" "~"
  44. (at 0 0 0)
  45. (effects
  46. (font
  47. (size 1.27 1.27)
  48. )
  49. (hide yes)
  50. )
  51. )
  52. (property "Description" "Unpolarized capacitor"
  53. (at 0 0 0)
  54. (effects
  55. (font
  56. (size 1.27 1.27)
  57. )
  58. (hide yes)
  59. )
  60. )
  61. (property "ki_keywords" "cap capacitor"
  62. (at 0 0 0)
  63. (effects
  64. (font
  65. (size 1.27 1.27)
  66. )
  67. (hide yes)
  68. )
  69. )
  70. (property "ki_fp_filters" "C_*"
  71. (at 0 0 0)
  72. (effects
  73. (font
  74. (size 1.27 1.27)
  75. )
  76. (hide yes)
  77. )
  78. )
  79. (symbol "C_0_1"
  80. (polyline
  81. (pts
  82. (xy -2.032 -0.762) (xy 2.032 -0.762)
  83. )
  84. (stroke
  85. (width 0.508)
  86. (type default)
  87. )
  88. (fill
  89. (type none)
  90. )
  91. )
  92. (polyline
  93. (pts
  94. (xy -2.032 0.762) (xy 2.032 0.762)
  95. )
  96. (stroke
  97. (width 0.508)
  98. (type default)
  99. )
  100. (fill
  101. (type none)
  102. )
  103. )
  104. )
  105. (symbol "C_1_1"
  106. (pin passive line
  107. (at 0 3.81 270)
  108. (length 2.794)
  109. (name "~"
  110. (effects
  111. (font
  112. (size 1.27 1.27)
  113. )
  114. )
  115. )
  116. (number "1"
  117. (effects
  118. (font
  119. (size 1.27 1.27)
  120. )
  121. )
  122. )
  123. )
  124. (pin passive line
  125. (at 0 -3.81 90)
  126. (length 2.794)
  127. (name "~"
  128. (effects
  129. (font
  130. (size 1.27 1.27)
  131. )
  132. )
  133. )
  134. (number "2"
  135. (effects
  136. (font
  137. (size 1.27 1.27)
  138. )
  139. )
  140. )
  141. )
  142. )
  143. )
  144. (symbol "Device:C_Polarized"
  145. (pin_numbers hide)
  146. (pin_names
  147. (offset 0.254)
  148. )
  149. (exclude_from_sim no)
  150. (in_bom yes)
  151. (on_board yes)
  152. (property "Reference" "C"
  153. (at 0.635 2.54 0)
  154. (effects
  155. (font
  156. (size 1.27 1.27)
  157. )
  158. (justify left)
  159. )
  160. )
  161. (property "Value" "C_Polarized"
  162. (at 0.635 -2.54 0)
  163. (effects
  164. (font
  165. (size 1.27 1.27)
  166. )
  167. (justify left)
  168. )
  169. )
  170. (property "Footprint" ""
  171. (at 0.9652 -3.81 0)
  172. (effects
  173. (font
  174. (size 1.27 1.27)
  175. )
  176. (hide yes)
  177. )
  178. )
  179. (property "Datasheet" "~"
  180. (at 0 0 0)
  181. (effects
  182. (font
  183. (size 1.27 1.27)
  184. )
  185. (hide yes)
  186. )
  187. )
  188. (property "Description" "Polarized capacitor"
  189. (at 0 0 0)
  190. (effects
  191. (font
  192. (size 1.27 1.27)
  193. )
  194. (hide yes)
  195. )
  196. )
  197. (property "ki_keywords" "cap capacitor"
  198. (at 0 0 0)
  199. (effects
  200. (font
  201. (size 1.27 1.27)
  202. )
  203. (hide yes)
  204. )
  205. )
  206. (property "ki_fp_filters" "CP_*"
  207. (at 0 0 0)
  208. (effects
  209. (font
  210. (size 1.27 1.27)
  211. )
  212. (hide yes)
  213. )
  214. )
  215. (symbol "C_Polarized_0_1"
  216. (rectangle
  217. (start -2.286 0.508)
  218. (end 2.286 1.016)
  219. (stroke
  220. (width 0)
  221. (type default)
  222. )
  223. (fill
  224. (type none)
  225. )
  226. )
  227. (polyline
  228. (pts
  229. (xy -1.778 2.286) (xy -0.762 2.286)
  230. )
  231. (stroke
  232. (width 0)
  233. (type default)
  234. )
  235. (fill
  236. (type none)
  237. )
  238. )
  239. (polyline
  240. (pts
  241. (xy -1.27 2.794) (xy -1.27 1.778)
  242. )
  243. (stroke
  244. (width 0)
  245. (type default)
  246. )
  247. (fill
  248. (type none)
  249. )
  250. )
  251. (rectangle
  252. (start 2.286 -0.508)
  253. (end -2.286 -1.016)
  254. (stroke
  255. (width 0)
  256. (type default)
  257. )
  258. (fill
  259. (type outline)
  260. )
  261. )
  262. )
  263. (symbol "C_Polarized_1_1"
  264. (pin passive line
  265. (at 0 3.81 270)
  266. (length 2.794)
  267. (name "~"
  268. (effects
  269. (font
  270. (size 1.27 1.27)
  271. )
  272. )
  273. )
  274. (number "1"
  275. (effects
  276. (font
  277. (size 1.27 1.27)
  278. )
  279. )
  280. )
  281. )
  282. (pin passive line
  283. (at 0 -3.81 90)
  284. (length 2.794)
  285. (name "~"
  286. (effects
  287. (font
  288. (size 1.27 1.27)
  289. )
  290. )
  291. )
  292. (number "2"
  293. (effects
  294. (font
  295. (size 1.27 1.27)
  296. )
  297. )
  298. )
  299. )
  300. )
  301. )
  302. (symbol "Device:D_Zener"
  303. (pin_numbers hide)
  304. (pin_names
  305. (offset 1.016) hide)
  306. (exclude_from_sim no)
  307. (in_bom yes)
  308. (on_board yes)
  309. (property "Reference" "D"
  310. (at 0 2.54 0)
  311. (effects
  312. (font
  313. (size 1.27 1.27)
  314. )
  315. )
  316. )
  317. (property "Value" "D_Zener"
  318. (at 0 -2.54 0)
  319. (effects
  320. (font
  321. (size 1.27 1.27)
  322. )
  323. )
  324. )
  325. (property "Footprint" ""
  326. (at 0 0 0)
  327. (effects
  328. (font
  329. (size 1.27 1.27)
  330. )
  331. (hide yes)
  332. )
  333. )
  334. (property "Datasheet" "~"
  335. (at 0 0 0)
  336. (effects
  337. (font
  338. (size 1.27 1.27)
  339. )
  340. (hide yes)
  341. )
  342. )
  343. (property "Description" "Zener diode"
  344. (at 0 0 0)
  345. (effects
  346. (font
  347. (size 1.27 1.27)
  348. )
  349. (hide yes)
  350. )
  351. )
  352. (property "ki_keywords" "diode"
  353. (at 0 0 0)
  354. (effects
  355. (font
  356. (size 1.27 1.27)
  357. )
  358. (hide yes)
  359. )
  360. )
  361. (property "ki_fp_filters" "TO-???* *_Diode_* *SingleDiode* D_*"
  362. (at 0 0 0)
  363. (effects
  364. (font
  365. (size 1.27 1.27)
  366. )
  367. (hide yes)
  368. )
  369. )
  370. (symbol "D_Zener_0_1"
  371. (polyline
  372. (pts
  373. (xy 1.27 0) (xy -1.27 0)
  374. )
  375. (stroke
  376. (width 0)
  377. (type default)
  378. )
  379. (fill
  380. (type none)
  381. )
  382. )
  383. (polyline
  384. (pts
  385. (xy -1.27 -1.27) (xy -1.27 1.27) (xy -0.762 1.27)
  386. )
  387. (stroke
  388. (width 0.254)
  389. (type default)
  390. )
  391. (fill
  392. (type none)
  393. )
  394. )
  395. (polyline
  396. (pts
  397. (xy 1.27 -1.27) (xy 1.27 1.27) (xy -1.27 0) (xy 1.27 -1.27)
  398. )
  399. (stroke
  400. (width 0.254)
  401. (type default)
  402. )
  403. (fill
  404. (type none)
  405. )
  406. )
  407. )
  408. (symbol "D_Zener_1_1"
  409. (pin passive line
  410. (at -3.81 0 0)
  411. (length 2.54)
  412. (name "K"
  413. (effects
  414. (font
  415. (size 1.27 1.27)
  416. )
  417. )
  418. )
  419. (number "1"
  420. (effects
  421. (font
  422. (size 1.27 1.27)
  423. )
  424. )
  425. )
  426. )
  427. (pin passive line
  428. (at 3.81 0 180)
  429. (length 2.54)
  430. (name "A"
  431. (effects
  432. (font
  433. (size 1.27 1.27)
  434. )
  435. )
  436. )
  437. (number "2"
  438. (effects
  439. (font
  440. (size 1.27 1.27)
  441. )
  442. )
  443. )
  444. )
  445. )
  446. )
  447. (symbol "Device:Fuse_Small"
  448. (pin_numbers hide)
  449. (pin_names
  450. (offset 0.254) hide)
  451. (exclude_from_sim no)
  452. (in_bom yes)
  453. (on_board yes)
  454. (property "Reference" "F"
  455. (at 0 -1.524 0)
  456. (effects
  457. (font
  458. (size 1.27 1.27)
  459. )
  460. )
  461. )
  462. (property "Value" "Fuse_Small"
  463. (at 0 1.524 0)
  464. (effects
  465. (font
  466. (size 1.27 1.27)
  467. )
  468. )
  469. )
  470. (property "Footprint" ""
  471. (at 0 0 0)
  472. (effects
  473. (font
  474. (size 1.27 1.27)
  475. )
  476. (hide yes)
  477. )
  478. )
  479. (property "Datasheet" "~"
  480. (at 0 0 0)
  481. (effects
  482. (font
  483. (size 1.27 1.27)
  484. )
  485. (hide yes)
  486. )
  487. )
  488. (property "Description" "Fuse, small symbol"
  489. (at 0 0 0)
  490. (effects
  491. (font
  492. (size 1.27 1.27)
  493. )
  494. (hide yes)
  495. )
  496. )
  497. (property "ki_keywords" "fuse"
  498. (at 0 0 0)
  499. (effects
  500. (font
  501. (size 1.27 1.27)
  502. )
  503. (hide yes)
  504. )
  505. )
  506. (property "ki_fp_filters" "*Fuse*"
  507. (at 0 0 0)
  508. (effects
  509. (font
  510. (size 1.27 1.27)
  511. )
  512. (hide yes)
  513. )
  514. )
  515. (symbol "Fuse_Small_0_1"
  516. (rectangle
  517. (start -1.27 0.508)
  518. (end 1.27 -0.508)
  519. (stroke
  520. (width 0)
  521. (type default)
  522. )
  523. (fill
  524. (type none)
  525. )
  526. )
  527. (polyline
  528. (pts
  529. (xy -1.27 0) (xy 1.27 0)
  530. )
  531. (stroke
  532. (width 0)
  533. (type default)
  534. )
  535. (fill
  536. (type none)
  537. )
  538. )
  539. )
  540. (symbol "Fuse_Small_1_1"
  541. (pin passive line
  542. (at -2.54 0 0)
  543. (length 1.27)
  544. (name "~"
  545. (effects
  546. (font
  547. (size 1.27 1.27)
  548. )
  549. )
  550. )
  551. (number "1"
  552. (effects
  553. (font
  554. (size 1.27 1.27)
  555. )
  556. )
  557. )
  558. )
  559. (pin passive line
  560. (at 2.54 0 180)
  561. (length 1.27)
  562. (name "~"
  563. (effects
  564. (font
  565. (size 1.27 1.27)
  566. )
  567. )
  568. )
  569. (number "2"
  570. (effects
  571. (font
  572. (size 1.27 1.27)
  573. )
  574. )
  575. )
  576. )
  577. )
  578. )
  579. (symbol "power:+5V"
  580. (power)
  581. (pin_numbers hide)
  582. (pin_names
  583. (offset 0) hide)
  584. (exclude_from_sim no)
  585. (in_bom yes)
  586. (on_board yes)
  587. (property "Reference" "#PWR"
  588. (at 0 -3.81 0)
  589. (effects
  590. (font
  591. (size 1.27 1.27)
  592. )
  593. (hide yes)
  594. )
  595. )
  596. (property "Value" "+5V"
  597. (at 0 3.556 0)
  598. (effects
  599. (font
  600. (size 1.27 1.27)
  601. )
  602. )
  603. )
  604. (property "Footprint" ""
  605. (at 0 0 0)
  606. (effects
  607. (font
  608. (size 1.27 1.27)
  609. )
  610. (hide yes)
  611. )
  612. )
  613. (property "Datasheet" ""
  614. (at 0 0 0)
  615. (effects
  616. (font
  617. (size 1.27 1.27)
  618. )
  619. (hide yes)
  620. )
  621. )
  622. (property "Description" "Power symbol creates a global label with name \"+5V\""
  623. (at 0 0 0)
  624. (effects
  625. (font
  626. (size 1.27 1.27)
  627. )
  628. (hide yes)
  629. )
  630. )
  631. (property "ki_keywords" "global power"
  632. (at 0 0 0)
  633. (effects
  634. (font
  635. (size 1.27 1.27)
  636. )
  637. (hide yes)
  638. )
  639. )
  640. (symbol "+5V_0_1"
  641. (polyline
  642. (pts
  643. (xy -0.762 1.27) (xy 0 2.54)
  644. )
  645. (stroke
  646. (width 0)
  647. (type default)
  648. )
  649. (fill
  650. (type none)
  651. )
  652. )
  653. (polyline
  654. (pts
  655. (xy 0 0) (xy 0 2.54)
  656. )
  657. (stroke
  658. (width 0)
  659. (type default)
  660. )
  661. (fill
  662. (type none)
  663. )
  664. )
  665. (polyline
  666. (pts
  667. (xy 0 2.54) (xy 0.762 1.27)
  668. )
  669. (stroke
  670. (width 0)
  671. (type default)
  672. )
  673. (fill
  674. (type none)
  675. )
  676. )
  677. )
  678. (symbol "+5V_1_1"
  679. (pin power_in line
  680. (at 0 0 90)
  681. (length 0)
  682. (name "~"
  683. (effects
  684. (font
  685. (size 1.27 1.27)
  686. )
  687. )
  688. )
  689. (number "1"
  690. (effects
  691. (font
  692. (size 1.27 1.27)
  693. )
  694. )
  695. )
  696. )
  697. )
  698. )
  699. (symbol "power:GND"
  700. (power)
  701. (pin_numbers hide)
  702. (pin_names
  703. (offset 0) hide)
  704. (exclude_from_sim no)
  705. (in_bom yes)
  706. (on_board yes)
  707. (property "Reference" "#PWR"
  708. (at 0 -6.35 0)
  709. (effects
  710. (font
  711. (size 1.27 1.27)
  712. )
  713. (hide yes)
  714. )
  715. )
  716. (property "Value" "GND"
  717. (at 0 -3.81 0)
  718. (effects
  719. (font
  720. (size 1.27 1.27)
  721. )
  722. )
  723. )
  724. (property "Footprint" ""
  725. (at 0 0 0)
  726. (effects
  727. (font
  728. (size 1.27 1.27)
  729. )
  730. (hide yes)
  731. )
  732. )
  733. (property "Datasheet" ""
  734. (at 0 0 0)
  735. (effects
  736. (font
  737. (size 1.27 1.27)
  738. )
  739. (hide yes)
  740. )
  741. )
  742. (property "Description" "Power symbol creates a global label with name \"GND\" , ground"
  743. (at 0 0 0)
  744. (effects
  745. (font
  746. (size 1.27 1.27)
  747. )
  748. (hide yes)
  749. )
  750. )
  751. (property "ki_keywords" "global power"
  752. (at 0 0 0)
  753. (effects
  754. (font
  755. (size 1.27 1.27)
  756. )
  757. (hide yes)
  758. )
  759. )
  760. (symbol "GND_0_1"
  761. (polyline
  762. (pts
  763. (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)
  764. )
  765. (stroke
  766. (width 0)
  767. (type default)
  768. )
  769. (fill
  770. (type none)
  771. )
  772. )
  773. )
  774. (symbol "GND_1_1"
  775. (pin power_in line
  776. (at 0 0 270)
  777. (length 0)
  778. (name "~"
  779. (effects
  780. (font
  781. (size 1.27 1.27)
  782. )
  783. )
  784. )
  785. (number "1"
  786. (effects
  787. (font
  788. (size 1.27 1.27)
  789. )
  790. )
  791. )
  792. )
  793. )
  794. )
  795. (symbol "power:VBUS"
  796. (power)
  797. (pin_numbers hide)
  798. (pin_names
  799. (offset 0) hide)
  800. (exclude_from_sim no)
  801. (in_bom yes)
  802. (on_board yes)
  803. (property "Reference" "#PWR"
  804. (at 0 -3.81 0)
  805. (effects
  806. (font
  807. (size 1.27 1.27)
  808. )
  809. (hide yes)
  810. )
  811. )
  812. (property "Value" "VBUS"
  813. (at 0 3.556 0)
  814. (effects
  815. (font
  816. (size 1.27 1.27)
  817. )
  818. )
  819. )
  820. (property "Footprint" ""
  821. (at 0 0 0)
  822. (effects
  823. (font
  824. (size 1.27 1.27)
  825. )
  826. (hide yes)
  827. )
  828. )
  829. (property "Datasheet" ""
  830. (at 0 0 0)
  831. (effects
  832. (font
  833. (size 1.27 1.27)
  834. )
  835. (hide yes)
  836. )
  837. )
  838. (property "Description" "Power symbol creates a global label with name \"VBUS\""
  839. (at 0 0 0)
  840. (effects
  841. (font
  842. (size 1.27 1.27)
  843. )
  844. (hide yes)
  845. )
  846. )
  847. (property "ki_keywords" "global power"
  848. (at 0 0 0)
  849. (effects
  850. (font
  851. (size 1.27 1.27)
  852. )
  853. (hide yes)
  854. )
  855. )
  856. (symbol "VBUS_0_1"
  857. (polyline
  858. (pts
  859. (xy -0.762 1.27) (xy 0 2.54)
  860. )
  861. (stroke
  862. (width 0)
  863. (type default)
  864. )
  865. (fill
  866. (type none)
  867. )
  868. )
  869. (polyline
  870. (pts
  871. (xy 0 0) (xy 0 2.54)
  872. )
  873. (stroke
  874. (width 0)
  875. (type default)
  876. )
  877. (fill
  878. (type none)
  879. )
  880. )
  881. (polyline
  882. (pts
  883. (xy 0 2.54) (xy 0.762 1.27)
  884. )
  885. (stroke
  886. (width 0)
  887. (type default)
  888. )
  889. (fill
  890. (type none)
  891. )
  892. )
  893. )
  894. (symbol "VBUS_1_1"
  895. (pin power_in line
  896. (at 0 0 90)
  897. (length 0)
  898. (name "~"
  899. (effects
  900. (font
  901. (size 1.27 1.27)
  902. )
  903. )
  904. )
  905. (number "1"
  906. (effects
  907. (font
  908. (size 1.27 1.27)
  909. )
  910. )
  911. )
  912. )
  913. )
  914. )
  915. )
  916. (junction
  917. (at 127 102.87)
  918. (diameter 0)
  919. (color 0 0 0 0)
  920. (uuid "3d48456b-fec1-409a-97a3-5623c932a947")
  921. )
  922. (junction
  923. (at 177.8 96.52)
  924. (diameter 0)
  925. (color 0 0 0 0)
  926. (uuid "81006e70-d53d-45f1-8804-787ad1078fc5")
  927. )
  928. (junction
  929. (at 177.8 109.22)
  930. (diameter 0)
  931. (color 0 0 0 0)
  932. (uuid "d008fcfa-1dde-44bd-9e3e-77f2a00df849")
  933. )
  934. (wire
  935. (pts
  936. (xy 177.8 111.76) (xy 177.8 109.22)
  937. )
  938. (stroke
  939. (width 0)
  940. (type default)
  941. )
  942. (uuid "0d52bb64-294d-4ff1-8479-ec2b7a2992da")
  943. )
  944. (wire
  945. (pts
  946. (xy 177.8 109.22) (xy 177.8 106.68)
  947. )
  948. (stroke
  949. (width 0)
  950. (type default)
  951. )
  952. (uuid "151eadfb-8c67-4191-85ad-b64ddb106a6a")
  953. )
  954. (wire
  955. (pts
  956. (xy 127 102.87) (xy 120.65 102.87)
  957. )
  958. (stroke
  959. (width 0)
  960. (type default)
  961. )
  962. (uuid "4086b9a7-38c7-4cf1-9971-fb157a297ba6")
  963. )
  964. (wire
  965. (pts
  966. (xy 193.04 96.52) (xy 193.04 99.06)
  967. )
  968. (stroke
  969. (width 0)
  970. (type default)
  971. )
  972. (uuid "4204fe5a-b98b-4fd1-a492-98fd4753e76a")
  973. )
  974. (wire
  975. (pts
  976. (xy 193.04 109.22) (xy 193.04 106.68)
  977. )
  978. (stroke
  979. (width 0)
  980. (type default)
  981. )
  982. (uuid "4e80b819-3de4-42de-a55c-21f01a689d4e")
  983. )
  984. (wire
  985. (pts
  986. (xy 109.22 102.87) (xy 115.57 102.87)
  987. )
  988. (stroke
  989. (width 0)
  990. (type default)
  991. )
  992. (uuid "58328955-fa0d-4dbc-bb63-f264971f8fb3")
  993. )
  994. (wire
  995. (pts
  996. (xy 177.8 96.52) (xy 193.04 96.52)
  997. )
  998. (stroke
  999. (width 0)
  1000. (type default)
  1001. )
  1002. (uuid "9fa404a3-89fc-4924-a0b2-259faeeb9ce6")
  1003. )
  1004. (wire
  1005. (pts
  1006. (xy 161.29 96.52) (xy 161.29 99.06)
  1007. )
  1008. (stroke
  1009. (width 0)
  1010. (type default)
  1011. )
  1012. (uuid "c3c0abdc-8ed8-4bae-b665-81dca142885e")
  1013. )
  1014. (wire
  1015. (pts
  1016. (xy 177.8 109.22) (xy 193.04 109.22)
  1017. )
  1018. (stroke
  1019. (width 0)
  1020. (type default)
  1021. )
  1022. (uuid "c564c539-af2b-4939-8da7-b601cc5242bf")
  1023. )
  1024. (wire
  1025. (pts
  1026. (xy 177.8 93.98) (xy 177.8 96.52)
  1027. )
  1028. (stroke
  1029. (width 0)
  1030. (type default)
  1031. )
  1032. (uuid "e192093e-4419-41fe-9430-3da00a0e58d0")
  1033. )
  1034. (wire
  1035. (pts
  1036. (xy 177.8 96.52) (xy 161.29 96.52)
  1037. )
  1038. (stroke
  1039. (width 0)
  1040. (type default)
  1041. )
  1042. (uuid "e3aedcc4-a294-408d-8dda-66effc63ed99")
  1043. )
  1044. (wire
  1045. (pts
  1046. (xy 161.29 109.22) (xy 177.8 109.22)
  1047. )
  1048. (stroke
  1049. (width 0)
  1050. (type default)
  1051. )
  1052. (uuid "eefce2f4-2720-4e8e-a45a-cc7b9547a4ee")
  1053. )
  1054. (wire
  1055. (pts
  1056. (xy 161.29 109.22) (xy 161.29 106.68)
  1057. )
  1058. (stroke
  1059. (width 0)
  1060. (type default)
  1061. )
  1062. (uuid "f69332f5-908e-4eab-af29-54164b16f753")
  1063. )
  1064. (wire
  1065. (pts
  1066. (xy 177.8 96.52) (xy 177.8 99.06)
  1067. )
  1068. (stroke
  1069. (width 0)
  1070. (type default)
  1071. )
  1072. (uuid "fa9a947c-9543-469d-90de-5767c6068023")
  1073. )
  1074. (symbol
  1075. (lib_id "power:GND")
  1076. (at 177.8 111.76 0)
  1077. (unit 1)
  1078. (exclude_from_sim no)
  1079. (in_bom yes)
  1080. (on_board yes)
  1081. (dnp no)
  1082. (fields_autoplaced yes)
  1083. (uuid "0b329177-1540-48e3-beb0-ddbe296c41ff")
  1084. (property "Reference" "#PWR04"
  1085. (at 177.8 118.11 0)
  1086. (effects
  1087. (font
  1088. (size 1.27 1.27)
  1089. )
  1090. (hide yes)
  1091. )
  1092. )
  1093. (property "Value" "GND"
  1094. (at 177.8 116.84 0)
  1095. (effects
  1096. (font
  1097. (size 1.27 1.27)
  1098. )
  1099. )
  1100. )
  1101. (property "Footprint" ""
  1102. (at 177.8 111.76 0)
  1103. (effects
  1104. (font
  1105. (size 1.27 1.27)
  1106. )
  1107. (hide yes)
  1108. )
  1109. )
  1110. (property "Datasheet" ""
  1111. (at 177.8 111.76 0)
  1112. (effects
  1113. (font
  1114. (size 1.27 1.27)
  1115. )
  1116. (hide yes)
  1117. )
  1118. )
  1119. (property "Description" "Power symbol creates a global label with name \"GND\" , ground"
  1120. (at 177.8 111.76 0)
  1121. (effects
  1122. (font
  1123. (size 1.27 1.27)
  1124. )
  1125. (hide yes)
  1126. )
  1127. )
  1128. (pin "1"
  1129. (uuid "8fa3d587-eb8b-4f13-bf08-27bf093afe40")
  1130. )
  1131. (instances
  1132. (project ""
  1133. (path "/bb2bfe98-6e27-483c-9a1b-b3b425ec611e/63c906c6-c446-498b-82c9-a4f188d8db7a"
  1134. (reference "#PWR04")
  1135. (unit 1)
  1136. )
  1137. )
  1138. )
  1139. )
  1140. (symbol
  1141. (lib_id "Device:C_Polarized")
  1142. (at 193.04 102.87 0)
  1143. (unit 1)
  1144. (exclude_from_sim no)
  1145. (in_bom yes)
  1146. (on_board yes)
  1147. (dnp no)
  1148. (fields_autoplaced yes)
  1149. (uuid "115c4659-c16b-4f50-b5a8-cfc85e53da19")
  1150. (property "Reference" "C3"
  1151. (at 196.85 100.7109 0)
  1152. (effects
  1153. (font
  1154. (size 1.27 1.27)
  1155. )
  1156. (justify left)
  1157. )
  1158. )
  1159. (property "Value" "470u"
  1160. (at 196.85 103.2509 0)
  1161. (effects
  1162. (font
  1163. (size 1.27 1.27)
  1164. )
  1165. (justify left)
  1166. )
  1167. )
  1168. (property "Footprint" "Capacitor_SMD:CP_Elec_5x3.9"
  1169. (at 194.0052 106.68 0)
  1170. (effects
  1171. (font
  1172. (size 1.27 1.27)
  1173. )
  1174. (hide yes)
  1175. )
  1176. )
  1177. (property "Datasheet" "~"
  1178. (at 193.04 102.87 0)
  1179. (effects
  1180. (font
  1181. (size 1.27 1.27)
  1182. )
  1183. (hide yes)
  1184. )
  1185. )
  1186. (property "Description" "Polarized capacitor"
  1187. (at 193.04 102.87 0)
  1188. (effects
  1189. (font
  1190. (size 1.27 1.27)
  1191. )
  1192. (hide yes)
  1193. )
  1194. )
  1195. (pin "2"
  1196. (uuid "c94f5708-0394-418c-bc14-2fa52c64a738")
  1197. )
  1198. (pin "1"
  1199. (uuid "05f5eebf-b172-4d28-8c0f-877ca4f5613b")
  1200. )
  1201. (instances
  1202. (project ""
  1203. (path "/bb2bfe98-6e27-483c-9a1b-b3b425ec611e/63c906c6-c446-498b-82c9-a4f188d8db7a"
  1204. (reference "C3")
  1205. (unit 1)
  1206. )
  1207. )
  1208. )
  1209. )
  1210. (symbol
  1211. (lib_id "Device:C")
  1212. (at 161.29 102.87 0)
  1213. (unit 1)
  1214. (exclude_from_sim no)
  1215. (in_bom yes)
  1216. (on_board yes)
  1217. (dnp no)
  1218. (fields_autoplaced yes)
  1219. (uuid "3169b43e-45d7-4fb3-9de6-97f14dcf03e5")
  1220. (property "Reference" "C1"
  1221. (at 165.1 101.5999 0)
  1222. (effects
  1223. (font
  1224. (size 1.27 1.27)
  1225. )
  1226. (justify left)
  1227. )
  1228. )
  1229. (property "Value" "100n"
  1230. (at 165.1 104.1399 0)
  1231. (effects
  1232. (font
  1233. (size 1.27 1.27)
  1234. )
  1235. (justify left)
  1236. )
  1237. )
  1238. (property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder"
  1239. (at 162.2552 106.68 0)
  1240. (effects
  1241. (font
  1242. (size 1.27 1.27)
  1243. )
  1244. (hide yes)
  1245. )
  1246. )
  1247. (property "Datasheet" "~"
  1248. (at 161.29 102.87 0)
  1249. (effects
  1250. (font
  1251. (size 1.27 1.27)
  1252. )
  1253. (hide yes)
  1254. )
  1255. )
  1256. (property "Description" "Unpolarized capacitor"
  1257. (at 161.29 102.87 0)
  1258. (effects
  1259. (font
  1260. (size 1.27 1.27)
  1261. )
  1262. (hide yes)
  1263. )
  1264. )
  1265. (pin "2"
  1266. (uuid "6aa2bdb0-6a65-4210-a8ec-e75ed704e6fe")
  1267. )
  1268. (pin "1"
  1269. (uuid "7326a7e8-b7a7-47ca-8607-0c84e3f2a3a4")
  1270. )
  1271. (instances
  1272. (project ""
  1273. (path "/bb2bfe98-6e27-483c-9a1b-b3b425ec611e/63c906c6-c446-498b-82c9-a4f188d8db7a"
  1274. (reference "C1")
  1275. (unit 1)
  1276. )
  1277. )
  1278. )
  1279. )
  1280. (symbol
  1281. (lib_id "Device:C")
  1282. (at 177.8 102.87 0)
  1283. (unit 1)
  1284. (exclude_from_sim no)
  1285. (in_bom yes)
  1286. (on_board yes)
  1287. (dnp no)
  1288. (fields_autoplaced yes)
  1289. (uuid "42a63234-8921-43ca-b6bb-d90cb764001d")
  1290. (property "Reference" "C2"
  1291. (at 181.61 101.5999 0)
  1292. (effects
  1293. (font
  1294. (size 1.27 1.27)
  1295. )
  1296. (justify left)
  1297. )
  1298. )
  1299. (property "Value" "1u"
  1300. (at 181.61 104.1399 0)
  1301. (effects
  1302. (font
  1303. (size 1.27 1.27)
  1304. )
  1305. (justify left)
  1306. )
  1307. )
  1308. (property "Footprint" "Capacitor_SMD:C_0805_2012Metric_Pad1.18x1.45mm_HandSolder"
  1309. (at 178.7652 106.68 0)
  1310. (effects
  1311. (font
  1312. (size 1.27 1.27)
  1313. )
  1314. (hide yes)
  1315. )
  1316. )
  1317. (property "Datasheet" "~"
  1318. (at 177.8 102.87 0)
  1319. (effects
  1320. (font
  1321. (size 1.27 1.27)
  1322. )
  1323. (hide yes)
  1324. )
  1325. )
  1326. (property "Description" "Unpolarized capacitor"
  1327. (at 177.8 102.87 0)
  1328. (effects
  1329. (font
  1330. (size 1.27 1.27)
  1331. )
  1332. (hide yes)
  1333. )
  1334. )
  1335. (pin "2"
  1336. (uuid "a3cc6292-893e-45e4-8c21-bcdd1b56e5ab")
  1337. )
  1338. (pin "1"
  1339. (uuid "96bfe743-cc9c-4c03-b533-e0a634dc279c")
  1340. )
  1341. (instances
  1342. (project "cx-power-control"
  1343. (path "/bb2bfe98-6e27-483c-9a1b-b3b425ec611e/63c906c6-c446-498b-82c9-a4f188d8db7a"
  1344. (reference "C2")
  1345. (unit 1)
  1346. )
  1347. )
  1348. )
  1349. )
  1350. (symbol
  1351. (lib_id "Device:Fuse_Small")
  1352. (at 118.11 102.87 0)
  1353. (unit 1)
  1354. (exclude_from_sim no)
  1355. (in_bom yes)
  1356. (on_board yes)
  1357. (dnp no)
  1358. (fields_autoplaced yes)
  1359. (uuid "7ed1195c-45d7-41a9-8cd4-adc78263dfe4")
  1360. (property "Reference" "F1"
  1361. (at 118.11 97.79 0)
  1362. (effects
  1363. (font
  1364. (size 1.27 1.27)
  1365. )
  1366. )
  1367. )
  1368. (property "Value" "200mA"
  1369. (at 118.11 100.33 0)
  1370. (effects
  1371. (font
  1372. (size 1.27 1.27)
  1373. )
  1374. )
  1375. )
  1376. (property "Footprint" "Fuse:Fuse_2920_7451Metric"
  1377. (at 118.11 102.87 0)
  1378. (effects
  1379. (font
  1380. (size 1.27 1.27)
  1381. )
  1382. (hide yes)
  1383. )
  1384. )
  1385. (property "Datasheet" "~"
  1386. (at 118.11 102.87 0)
  1387. (effects
  1388. (font
  1389. (size 1.27 1.27)
  1390. )
  1391. (hide yes)
  1392. )
  1393. )
  1394. (property "Description" "Fuse, small symbol"
  1395. (at 118.11 102.87 0)
  1396. (effects
  1397. (font
  1398. (size 1.27 1.27)
  1399. )
  1400. (hide yes)
  1401. )
  1402. )
  1403. (pin "2"
  1404. (uuid "ff28676d-6483-4b3f-a04f-b4cda269a096")
  1405. )
  1406. (pin "1"
  1407. (uuid "e8a8267d-0c68-4d74-a478-3a5e29619e35")
  1408. )
  1409. (instances
  1410. (project ""
  1411. (path "/bb2bfe98-6e27-483c-9a1b-b3b425ec611e/63c906c6-c446-498b-82c9-a4f188d8db7a"
  1412. (reference "F1")
  1413. (unit 1)
  1414. )
  1415. )
  1416. )
  1417. )
  1418. (symbol
  1419. (lib_id "Device:D_Zener")
  1420. (at 127 106.68 270)
  1421. (unit 1)
  1422. (exclude_from_sim no)
  1423. (in_bom yes)
  1424. (on_board yes)
  1425. (dnp no)
  1426. (fields_autoplaced yes)
  1427. (uuid "8346e319-c542-43c0-b183-944758b003f5")
  1428. (property "Reference" "D1"
  1429. (at 129.54 105.4099 90)
  1430. (effects
  1431. (font
  1432. (size 1.27 1.27)
  1433. )
  1434. (justify left)
  1435. )
  1436. )
  1437. (property "Value" "SMAZ5V6"
  1438. (at 129.54 107.9499 90)
  1439. (effects
  1440. (font
  1441. (size 1.27 1.27)
  1442. )
  1443. (justify left)
  1444. )
  1445. )
  1446. (property "Footprint" "Diode_SMD:D_SMA-SMB_Universal_Handsoldering"
  1447. (at 127 106.68 0)
  1448. (effects
  1449. (font
  1450. (size 1.27 1.27)
  1451. )
  1452. (hide yes)
  1453. )
  1454. )
  1455. (property "Datasheet" "~"
  1456. (at 127 106.68 0)
  1457. (effects
  1458. (font
  1459. (size 1.27 1.27)
  1460. )
  1461. (hide yes)
  1462. )
  1463. )
  1464. (property "Description" "Zener diode"
  1465. (at 127 106.68 0)
  1466. (effects
  1467. (font
  1468. (size 1.27 1.27)
  1469. )
  1470. (hide yes)
  1471. )
  1472. )
  1473. (pin "2"
  1474. (uuid "155f3475-d3eb-435d-bbef-974495326e6f")
  1475. )
  1476. (pin "1"
  1477. (uuid "efe3ff9c-397e-4d54-9b29-896a003111cf")
  1478. )
  1479. (instances
  1480. (project ""
  1481. (path "/bb2bfe98-6e27-483c-9a1b-b3b425ec611e/63c906c6-c446-498b-82c9-a4f188d8db7a"
  1482. (reference "D1")
  1483. (unit 1)
  1484. )
  1485. )
  1486. )
  1487. )
  1488. (symbol
  1489. (lib_id "power:VBUS")
  1490. (at 109.22 102.87 0)
  1491. (unit 1)
  1492. (exclude_from_sim no)
  1493. (in_bom yes)
  1494. (on_board yes)
  1495. (dnp no)
  1496. (fields_autoplaced yes)
  1497. (uuid "86381abc-7488-46ae-ae49-e42efb9d9f3f")
  1498. (property "Reference" "#PWR01"
  1499. (at 109.22 106.68 0)
  1500. (effects
  1501. (font
  1502. (size 1.27 1.27)
  1503. )
  1504. (hide yes)
  1505. )
  1506. )
  1507. (property "Value" "VBUS"
  1508. (at 109.22 97.79 0)
  1509. (effects
  1510. (font
  1511. (size 1.27 1.27)
  1512. )
  1513. )
  1514. )
  1515. (property "Footprint" ""
  1516. (at 109.22 102.87 0)
  1517. (effects
  1518. (font
  1519. (size 1.27 1.27)
  1520. )
  1521. (hide yes)
  1522. )
  1523. )
  1524. (property "Datasheet" ""
  1525. (at 109.22 102.87 0)
  1526. (effects
  1527. (font
  1528. (size 1.27 1.27)
  1529. )
  1530. (hide yes)
  1531. )
  1532. )
  1533. (property "Description" "Power symbol creates a global label with name \"VBUS\""
  1534. (at 109.22 102.87 0)
  1535. (effects
  1536. (font
  1537. (size 1.27 1.27)
  1538. )
  1539. (hide yes)
  1540. )
  1541. )
  1542. (pin "1"
  1543. (uuid "e420894e-7e02-4fc8-9135-fa95632a7553")
  1544. )
  1545. (instances
  1546. (project ""
  1547. (path "/bb2bfe98-6e27-483c-9a1b-b3b425ec611e/63c906c6-c446-498b-82c9-a4f188d8db7a"
  1548. (reference "#PWR01")
  1549. (unit 1)
  1550. )
  1551. )
  1552. )
  1553. )
  1554. (symbol
  1555. (lib_id "power:+5V")
  1556. (at 177.8 93.98 0)
  1557. (unit 1)
  1558. (exclude_from_sim no)
  1559. (in_bom yes)
  1560. (on_board yes)
  1561. (dnp no)
  1562. (fields_autoplaced yes)
  1563. (uuid "b26dbcaf-9cae-452f-bef1-695747d6221b")
  1564. (property "Reference" "#PWR03"
  1565. (at 177.8 97.79 0)
  1566. (effects
  1567. (font
  1568. (size 1.27 1.27)
  1569. )
  1570. (hide yes)
  1571. )
  1572. )
  1573. (property "Value" "+5V"
  1574. (at 177.8 88.9 0)
  1575. (effects
  1576. (font
  1577. (size 1.27 1.27)
  1578. )
  1579. )
  1580. )
  1581. (property "Footprint" ""
  1582. (at 177.8 93.98 0)
  1583. (effects
  1584. (font
  1585. (size 1.27 1.27)
  1586. )
  1587. (hide yes)
  1588. )
  1589. )
  1590. (property "Datasheet" ""
  1591. (at 177.8 93.98 0)
  1592. (effects
  1593. (font
  1594. (size 1.27 1.27)
  1595. )
  1596. (hide yes)
  1597. )
  1598. )
  1599. (property "Description" "Power symbol creates a global label with name \"+5V\""
  1600. (at 177.8 93.98 0)
  1601. (effects
  1602. (font
  1603. (size 1.27 1.27)
  1604. )
  1605. (hide yes)
  1606. )
  1607. )
  1608. (pin "1"
  1609. (uuid "906b4496-ab26-4ce7-9367-c63e7db0dfaf")
  1610. )
  1611. (instances
  1612. (project ""
  1613. (path "/bb2bfe98-6e27-483c-9a1b-b3b425ec611e/63c906c6-c446-498b-82c9-a4f188d8db7a"
  1614. (reference "#PWR03")
  1615. (unit 1)
  1616. )
  1617. )
  1618. )
  1619. )
  1620. (symbol
  1621. (lib_id "power:+5V")
  1622. (at 127 102.87 0)
  1623. (unit 1)
  1624. (exclude_from_sim no)
  1625. (in_bom yes)
  1626. (on_board yes)
  1627. (dnp no)
  1628. (fields_autoplaced yes)
  1629. (uuid "b4ea12a0-c357-471f-b72e-341c83c5d2f0")
  1630. (property "Reference" "#PWR02"
  1631. (at 127 106.68 0)
  1632. (effects
  1633. (font
  1634. (size 1.27 1.27)
  1635. )
  1636. (hide yes)
  1637. )
  1638. )
  1639. (property "Value" "+5V"
  1640. (at 127 97.79 0)
  1641. (effects
  1642. (font
  1643. (size 1.27 1.27)
  1644. )
  1645. )
  1646. )
  1647. (property "Footprint" ""
  1648. (at 127 102.87 0)
  1649. (effects
  1650. (font
  1651. (size 1.27 1.27)
  1652. )
  1653. (hide yes)
  1654. )
  1655. )
  1656. (property "Datasheet" ""
  1657. (at 127 102.87 0)
  1658. (effects
  1659. (font
  1660. (size 1.27 1.27)
  1661. )
  1662. (hide yes)
  1663. )
  1664. )
  1665. (property "Description" "Power symbol creates a global label with name \"+5V\""
  1666. (at 127 102.87 0)
  1667. (effects
  1668. (font
  1669. (size 1.27 1.27)
  1670. )
  1671. (hide yes)
  1672. )
  1673. )
  1674. (pin "1"
  1675. (uuid "c6b07254-d3d5-4edd-ace5-89b06b154c05")
  1676. )
  1677. (instances
  1678. (project ""
  1679. (path "/bb2bfe98-6e27-483c-9a1b-b3b425ec611e/63c906c6-c446-498b-82c9-a4f188d8db7a"
  1680. (reference "#PWR02")
  1681. (unit 1)
  1682. )
  1683. )
  1684. )
  1685. )
  1686. (symbol
  1687. (lib_id "power:GND")
  1688. (at 127 110.49 0)
  1689. (unit 1)
  1690. (exclude_from_sim no)
  1691. (in_bom yes)
  1692. (on_board yes)
  1693. (dnp no)
  1694. (fields_autoplaced yes)
  1695. (uuid "dfdd29a1-fa07-47b7-8fd7-b8a143bbb9aa")
  1696. (property "Reference" "#PWR05"
  1697. (at 127 116.84 0)
  1698. (effects
  1699. (font
  1700. (size 1.27 1.27)
  1701. )
  1702. (hide yes)
  1703. )
  1704. )
  1705. (property "Value" "GND"
  1706. (at 127 115.57 0)
  1707. (effects
  1708. (font
  1709. (size 1.27 1.27)
  1710. )
  1711. )
  1712. )
  1713. (property "Footprint" ""
  1714. (at 127 110.49 0)
  1715. (effects
  1716. (font
  1717. (size 1.27 1.27)
  1718. )
  1719. (hide yes)
  1720. )
  1721. )
  1722. (property "Datasheet" ""
  1723. (at 127 110.49 0)
  1724. (effects
  1725. (font
  1726. (size 1.27 1.27)
  1727. )
  1728. (hide yes)
  1729. )
  1730. )
  1731. (property "Description" "Power symbol creates a global label with name \"GND\" , ground"
  1732. (at 127 110.49 0)
  1733. (effects
  1734. (font
  1735. (size 1.27 1.27)
  1736. )
  1737. (hide yes)
  1738. )
  1739. )
  1740. (pin "1"
  1741. (uuid "2cd74234-7ea8-4d3b-8dde-6645904eb80b")
  1742. )
  1743. (instances
  1744. (project ""
  1745. (path "/bb2bfe98-6e27-483c-9a1b-b3b425ec611e/63c906c6-c446-498b-82c9-a4f188d8db7a"
  1746. (reference "#PWR05")
  1747. (unit 1)
  1748. )
  1749. )
  1750. )
  1751. )
  1752. )