From 3ef1b37cb88c7a9ec13388de993452ac8911eb36 Mon Sep 17 00:00:00 2001 From: Alexandru M Stan Date: Thu, 15 Aug 2024 16:57:26 -0700 Subject: [PATCH 1/2] Add Framework Debugging Documentation TEST=Read documentation BUG=Part of building the light debugger --- README.md | 174 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 174 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..46a15f9 --- /dev/null +++ b/README.md @@ -0,0 +1,174 @@ +# Framework Debug Tools + +## Introduction + +Framework laptops are capable of being debugged and programmed from a +variety of interfaces. This document describes all of them and offers some +tips on what hardware is needed. + +Here's a short list: + +* EC & CPU [UART](https://en.wikipedia.org/wiki/Universal_asynchronous_receiver-transmitter) (aka serial port), both open and closed case +* EC [JTAG](https://en.wikipedia.org/wiki/JTAG) +* PD SWD +* SOC SPI Flash (BIOS) + +## CCD + +EC & CPU UARTs can be accessed without opening the DUT (Device Under Test, +aka the framework laptop) up by connecting to the USB Type-C ports on the +right of the device (side with the power button). + +The USB Type-C port needs to be told to go to debug accessory mode +(see [USB Type-C Cable and Connector Specifications](https://www.usb.org/document-library/usb-type-cr-cable-and-connector-specification-release-23), section "Chapter B, Debug Accessory Mode"). +Then the UART TX and RX can be connected to the SBU lines (TODO: which way?). + +The upper port is going to have EC UART. + +The lower port is going to have CPU UART. + +Note: Inserting the debugger into the DUT in the flipped orientation will +swap RX and TX, resulting in not much happening. + +Note 2: This is similar to [Chrome OS CCD](https://chromium.googlesource.com/chromiumos/third_party/hdctools/+/main/docs/ccd.md), +**but not quite**. Chromebooks use D+ & D- USB from the GSC over the SBU +lines instead of simple UART signals. + +Note 3: If you happen to have a [Chrome OS Servo v4](https://chromium.googlesource.com/chromiumos/third_party/hdctools/+/main/docs/servo_v4.md) there's a way it can be configured to do this kind of UART debugging (TODO: add this in), +despite UART not being common on chromebooks. That feature was added to debug +some Android phones. + +Thank you [@DHowett for the blog post](https://www.howett.net/posts/2023-04-framework-ec-card) +that inspired this document and tool incubation. + +TODO: Add Josh Cook's https://i2clabs.com.au/ec-debug-expansion-card/ + +### Making a Framework CCD Adaptor from Scratch + +One needs a [USB Type-C Male breakout board](https://www.digikey.com/en/products/detail/saiko-systems-ltd./BRK-USB-CPV3.0/15283090) +and some kind of UART interface (FTDI or any other 3.3V UART breakout / cable +will probably work fine). + +Note: A female breakout board does not work as Type-C cables do not pass both CC signals. + +Type C Male (toward DUT) | UART Interface Board (eg: FTDI) +------------------------ | ------------------------ +A8 (SBU 1) | 1k (Note 1) resistor to TX (TODO: which way?) +B8 (SBU 2) | 1k resistor to RX +A4, A9, B4, B9 (VBUS) | VBUS, 5V +A5 (CC1) | 22 kΩ resistor to VBUS (Note 2) +B5 (CC2) | 56 kΩ resistor to VBUS +A1, A12, B1, B12 (GND) | GND + +Note 1: The 1k resistor is for safety and power sequencing (eg: not +killing either the DUT or the interface board if it's off while the +other is on, or if the RX/TX is flipped). Feel free to substitute with +something else (or 0 ohm) in a pinch. + +Note 2: The table above describes the Rp/Rp (both pullup to VBUS) configuration. +Rd/Rd to GND should also work. + +## Open Case Debugging + +For this you'll need to connect to various connectors on the board. You will +have to open the DUT (and cope with the blinking red LEDs due to chassis +intrusion). Most likely the connectors themselves will not be populated on +production boards so you will have to solder them yourself. +See each connector for part numbers. + +### JECDB + +This connector provides a way to program/debug the EC, see the EC booting, +then see the CPU boot logs. + +While the EC is very chatty and even offers a console, the CPU will probably +not say anything unless the software (firmware and/or OS) is told to use the +serial port. + +TODO: Describe connector location. + +10 pin connector, 0.5mm pitch, flat flex cable: + +* [Connector](https://www.molex.com/en-us/products/part-detail/5034801000), +[DigiKey (WM1389CT-ND)](https://www.digikey.com/en/products/detail/molex/5034801000/2356624) +* [Flex Cable](https://www.molex.com/en-us/products/part-detail/0151660111), +[DigiKey (WM21810-ND)](https://www.digikey.com/en/products/detail/molex/0151660111/3280993). + +TODO: figure out if we have this publicly documented somewhere else on github. + +Pinout: + +1. 3VL_EC +2. UART_0_CRXD_DTXD +3. EC_JTAG_TMS +4. EC_JTAG_TCK +5. EC_JTAG_TDO +6. EC_UART0_TX +7. EC_UART0_RX +8. UART_0_CTXD_DRXD +9. EC_RST# +10. GND + +TODO: Figure out & Document voltage references across all boards. + +### JSPI + +This connector can be used to reflash the BIOS chip. This is useful for +SOC BIOS/Firmware developers (eg: coreboot) and perhaps even unbricking +from a failed BIOS upgrade. + +Note: While one can reflash the BIOS with this connector the CPU might not +always boot any BIOS (eg: self signed coreboot). + +TODO: Describe connector location. + +6 pin connector, 0.5mm pitch, flat flex cable: + +* [Connector](https://www.molex.com/en-us/products/part-detail/5034800600), +[Digikey (WM1387CT-ND)](https://www.digikey.com/en/products/detail/molex/5034800600/2356622) +* [Flex Cable](https://www.molex.com/en-us/products/part-detail/0151660063), +[Digikey (WM25052-ND)](https://www.digikey.com/en/products/detail/molex/0151660063/3280945) (ignore the 10 pin picture on molex's website, it's 6 pin) + +Pinout: + +1. GND +2. SOC_SPI_0_CLK +3. SOC_SPI_0_D1 +4. SOC_SPI_0_D0 +5. SOC_SPI_0_CS#0 +6. 3V_SPI + +TODO: Figure out & Document voltage references across all boards. + +TODO: Figure out how to avoid leaks when flashing + +### JPD + +This connector can be used to flash and debug the PD chips. Unless you're +really into USB Type-C and have the Cypress SDK ready you probably don't +care about this. + +TODO: Describe connector location. + +6 pin connector, 0.5mm pitch, flat flex cable: + +* [Flex Cable](https://www.molex.com/en-us/products/part-detail/0151660063), +[Digikey (WM25052-ND)](https://www.digikey.com/en/products/detail/molex/0151660063/3280945) (ignore the 10 pin picture on molex's website, it's 6 pin) +* [Connector](https://www.molex.com/en-us/products/part-detail/5034800600), +[Digikey (WM1387CT-ND)](https://www.digikey.com/en/products/detail/molex/5034800600/2356622) + +Pinout: + +1. VCC +2. GND +3. XRES +4. SWD_CLK +5. SWD_IO + +## Framework Light Debug Tool + +A tool to interface to all of the above interfaces was developed. It can either +be used in a open case or closed case configuration. It's in an expansion +card form factor, so it can be docked inside a DUT. + +TODO: Link or perhaps delete section for now. From 9203db984b1b1921c21c76fc01545a6dfebeae06 Mon Sep 17 00:00:00 2001 From: Alexandru M Stan Date: Mon, 9 Jun 2025 14:55:28 -0700 Subject: [PATCH 2/2] added WIP kicad stuff --- light/fp-info-cache | 1 + light/libraries/5034800600.kicad_sym | 430 + light/libraries/5034801000.kicad_sym | 766 + light/libraries/SN74AVC4T774RSVR.kicad_sym | 124 + .../503480-0600_MOL.kicad_mod | 39 + .../CON_5034801000_MOL.kicad_mod | 51 + .../footprints.pretty/RSV0016A.kicad_mod | 39 + light/light.kicad_pcb | 2 + light/light.kicad_prl | 83 + light/light.kicad_pro | 584 + light/light.kicad_sch | 23762 ++++++++++++++++ light/sym-lib-table | 6 + 12 files changed, 25887 insertions(+) create mode 100644 light/fp-info-cache create mode 100644 light/libraries/5034800600.kicad_sym create mode 100644 light/libraries/5034801000.kicad_sym create mode 100644 light/libraries/SN74AVC4T774RSVR.kicad_sym create mode 100644 light/libraries/footprints.pretty/503480-0600_MOL.kicad_mod create mode 100644 light/libraries/footprints.pretty/CON_5034801000_MOL.kicad_mod create mode 100644 light/libraries/footprints.pretty/RSV0016A.kicad_mod create mode 100644 light/light.kicad_pcb create mode 100644 light/light.kicad_prl create mode 100644 light/light.kicad_pro create mode 100644 light/light.kicad_sch create mode 100644 light/sym-lib-table diff --git a/light/fp-info-cache b/light/fp-info-cache new file mode 100644 index 0000000..573541a --- /dev/null +++ b/light/fp-info-cache @@ -0,0 +1 @@ +0 diff --git a/light/libraries/5034800600.kicad_sym b/light/libraries/5034800600.kicad_sym new file mode 100644 index 0000000..5d8fa78 --- /dev/null +++ b/light/libraries/5034800600.kicad_sym @@ -0,0 +1,430 @@ +(kicad_symbol_lib (version 20211014) (generator kicad_symbol_editor) + (symbol "5034800600" (pin_names (offset 0.254)) (in_bom yes) (on_board yes) + (property "Reference" "J" (id 0) (at 8.89 6.35 0) + (effects (font (size 1.524 1.524))) + ) + (property "Value" "5034800600" (id 1) (at 0 0 0) + (effects (font (size 1.524 1.524))) + ) + (property "Footprint" "503480-0600_MOL" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27) italic) hide) + ) + (property "Datasheet" "5034800600" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27) italic) hide) + ) + (property "ki_keywords" "5034800600" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_locked" "" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "503480-0600_MOL" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "5034800600_1_1" + (polyline + (pts + (xy 10.16 0) + (xy 5.08 0) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -2.54) + (xy 5.08 -2.54) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -5.08) + (xy 5.08 -5.08) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -7.62) + (xy 5.08 -7.62) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -10.16) + (xy 5.08 -10.16) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -12.7) + (xy 5.08 -12.7) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 0) + (xy 8.89 0.846666) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -2.54) + (xy 8.89 -1.693334) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -5.08) + (xy 8.89 -4.233334) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -7.62) + (xy 8.89 -6.773334) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -10.16) + (xy 8.89 -9.313334) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -12.7) + (xy 8.89 -11.853334) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 0) + (xy 8.89 -0.846666) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -2.54) + (xy 8.89 -3.386666) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -5.08) + (xy 8.89 -5.926666) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -7.62) + (xy 8.89 -8.466666) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -10.16) + (xy 8.89 -11.006666) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -12.7) + (xy 8.89 -13.546666) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.08 2.54) + (xy 5.08 -15.24) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.08 -15.24) + (xy 12.7 -15.24) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 12.7 -15.24) + (xy 12.7 2.54) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 12.7 2.54) + (xy 5.08 2.54) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (pin unspecified line (at 0 0 0) (length 5.08) + (name "1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin unspecified line (at 0 -2.54 0) (length 5.08) + (name "2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin unspecified line (at 0 -5.08 0) (length 5.08) + (name "3" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin unspecified line (at 0 -7.62 0) (length 5.08) + (name "4" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin unspecified line (at 0 -10.16 0) (length 5.08) + (name "5" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin unspecified line (at 0 -12.7 0) (length 5.08) + (name "6" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "5034800600_1_2" + (polyline + (pts + (xy 7.62 0) + (xy 5.08 0) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -2.54) + (xy 5.08 -2.54) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -5.08) + (xy 5.08 -5.08) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -7.62) + (xy 5.08 -7.62) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -10.16) + (xy 5.08 -10.16) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -12.7) + (xy 5.08 -12.7) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 0) + (xy 8.89 0.846666) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -2.54) + (xy 8.89 -1.693334) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -5.08) + (xy 8.89 -4.233334) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -7.62) + (xy 8.89 -6.773334) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -10.16) + (xy 8.89 -9.313334) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -12.7) + (xy 8.89 -11.853334) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 0) + (xy 8.89 -0.846666) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -2.54) + (xy 8.89 -3.386666) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -5.08) + (xy 8.89 -5.926666) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -7.62) + (xy 8.89 -8.466666) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -10.16) + (xy 8.89 -11.006666) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -12.7) + (xy 8.89 -13.546666) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.08 2.54) + (xy 5.08 -15.24) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.08 -15.24) + (xy 12.7 -15.24) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 12.7 -15.24) + (xy 12.7 2.54) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 12.7 2.54) + (xy 5.08 2.54) + ) + (stroke (width 0.2032) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (pin unspecified line (at 0 0 0) (length 5.08) + (name "1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin unspecified line (at 0 -2.54 0) (length 5.08) + (name "2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin unspecified line (at 0 -5.08 0) (length 5.08) + (name "3" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin unspecified line (at 0 -7.62 0) (length 5.08) + (name "4" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin unspecified line (at 0 -10.16 0) (length 5.08) + (name "5" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin unspecified line (at 0 -12.7 0) (length 5.08) + (name "6" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + ) + ) +) + diff --git a/light/libraries/5034801000.kicad_sym b/light/libraries/5034801000.kicad_sym new file mode 100644 index 0000000..dc9f214 --- /dev/null +++ b/light/libraries/5034801000.kicad_sym @@ -0,0 +1,766 @@ +(kicad_symbol_lib (version 20211014) (generator kicad_symbol_editor) + (symbol "5034801000" (pin_names (offset 0.254)) (in_bom yes) (on_board yes) + (property "Reference" "J" (id 0) (at 8.89 6.35 0) + (effects (font (size 1.524 1.524))) + ) + (property "Value" "5034801000" (id 1) (at 0 0 0) + (effects (font (size 1.524 1.524))) + ) + (property "Footprint" "CON_5034801000_MOL" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27) italic) hide) + ) + (property "Datasheet" "5034801000" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27) italic) hide) + ) + (property "ki_keywords" "5034801000" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_locked" "" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "CON_5034801000_MOL" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "5034801000_1_1" + (polyline + (pts + (xy 10.16 0) + (xy 5.08 0) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -2.54) + (xy 5.08 -2.54) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -5.08) + (xy 5.08 -5.08) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -7.62) + (xy 5.08 -7.62) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -10.16) + (xy 5.08 -10.16) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -12.7) + (xy 5.08 -12.7) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -15.24) + (xy 5.08 -15.24) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -17.78) + (xy 5.08 -17.78) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -20.32) + (xy 5.08 -20.32) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -22.86) + (xy 5.08 -22.86) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -25.4) + (xy 5.08 -25.4) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -27.94) + (xy 5.08 -27.94) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 0) + (xy 8.89 0.846666) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -2.54) + (xy 8.89 -1.693334) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -5.08) + (xy 8.89 -4.233334) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -7.62) + (xy 8.89 -6.773334) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -10.16) + (xy 8.89 -9.313334) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -12.7) + (xy 8.89 -11.853334) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -15.24) + (xy 8.89 -14.393334) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -17.78) + (xy 8.89 -16.933334) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -20.32) + (xy 8.89 -19.473334) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -22.86) + (xy 8.89 -22.013334) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -25.4) + (xy 8.89 -24.553334) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -27.94) + (xy 8.89 -27.093334) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 0) + (xy 8.89 -0.846666) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -2.54) + (xy 8.89 -3.386666) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -5.08) + (xy 8.89 -5.926666) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -7.62) + (xy 8.89 -8.466666) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -10.16) + (xy 8.89 -11.006666) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -12.7) + (xy 8.89 -13.546666) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -15.24) + (xy 8.89 -16.086666) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -17.78) + (xy 8.89 -18.626666) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -20.32) + (xy 8.89 -21.166666) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -22.86) + (xy 8.89 -23.706666) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -25.4) + (xy 8.89 -26.246666) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 10.16 -27.94) + (xy 8.89 -28.786666) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.08 2.54) + (xy 5.08 -30.48) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.08 -30.48) + (xy 12.7 -30.48) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 12.7 -30.48) + (xy 12.7 2.54) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 12.7 2.54) + (xy 5.08 2.54) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (pin unspecified line (at 0 0 0) (length 5.08) + (name "1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin unspecified line (at 0 -2.54 0) (length 5.08) + (name "2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin unspecified line (at 0 -5.08 0) (length 5.08) + (name "3" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin unspecified line (at 0 -7.62 0) (length 5.08) + (name "4" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin unspecified line (at 0 -10.16 0) (length 5.08) + (name "5" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin unspecified line (at 0 -12.7 0) (length 5.08) + (name "6" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin unspecified line (at 0 -15.24 0) (length 5.08) + (name "7" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin unspecified line (at 0 -17.78 0) (length 5.08) + (name "8" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin unspecified line (at 0 -20.32 0) (length 5.08) + (name "9" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + (pin unspecified line (at 0 -22.86 0) (length 5.08) + (name "10" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin unspecified line (at 0 -25.4 0) (length 5.08) + (name "P1" (effects (font (size 1.27 1.27)))) + (number "P1" (effects (font (size 1.27 1.27)))) + ) + (pin unspecified line (at 0 -27.94 0) (length 5.08) + (name "P2" (effects (font (size 1.27 1.27)))) + (number "P2" (effects (font (size 1.27 1.27)))) + ) + ) + (symbol "5034801000_1_2" + (polyline + (pts + (xy 7.62 0) + (xy 5.08 0) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -2.54) + (xy 5.08 -2.54) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -5.08) + (xy 5.08 -5.08) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -7.62) + (xy 5.08 -7.62) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -10.16) + (xy 5.08 -10.16) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -12.7) + (xy 5.08 -12.7) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -15.24) + (xy 5.08 -15.24) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -17.78) + (xy 5.08 -17.78) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -20.32) + (xy 5.08 -20.32) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -22.86) + (xy 5.08 -22.86) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -25.4) + (xy 5.08 -25.4) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -27.94) + (xy 5.08 -27.94) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 0) + (xy 8.89 0.846666) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -2.54) + (xy 8.89 -1.693334) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -5.08) + (xy 8.89 -4.233334) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -7.62) + (xy 8.89 -6.773334) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -10.16) + (xy 8.89 -9.313334) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -12.7) + (xy 8.89 -11.853334) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -15.24) + (xy 8.89 -14.393334) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -17.78) + (xy 8.89 -16.933334) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -20.32) + (xy 8.89 -19.473334) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -22.86) + (xy 8.89 -22.013334) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -25.4) + (xy 8.89 -24.553334) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -27.94) + (xy 8.89 -27.093334) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 0) + (xy 8.89 -0.846666) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -2.54) + (xy 8.89 -3.386666) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -5.08) + (xy 8.89 -5.926666) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -7.62) + (xy 8.89 -8.466666) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -10.16) + (xy 8.89 -11.006666) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -12.7) + (xy 8.89 -13.546666) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -15.24) + (xy 8.89 -16.086666) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -17.78) + (xy 8.89 -18.626666) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -20.32) + (xy 8.89 -21.166666) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -22.86) + (xy 8.89 -23.706666) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -25.4) + (xy 8.89 -26.246666) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 7.62 -27.94) + (xy 8.89 -28.786666) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.08 2.54) + (xy 5.08 -30.48) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 5.08 -30.48) + (xy 12.7 -30.48) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 12.7 -30.48) + (xy 12.7 2.54) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 12.7 2.54) + (xy 5.08 2.54) + ) + (stroke (width 0.127) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (pin unspecified line (at 0 0 0) (length 5.08) + (name "1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin unspecified line (at 0 -2.54 0) (length 5.08) + (name "2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin unspecified line (at 0 -5.08 0) (length 5.08) + (name "3" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin unspecified line (at 0 -7.62 0) (length 5.08) + (name "4" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin unspecified line (at 0 -10.16 0) (length 5.08) + (name "5" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin unspecified line (at 0 -12.7 0) (length 5.08) + (name "6" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin unspecified line (at 0 -15.24 0) (length 5.08) + (name "7" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin unspecified line (at 0 -17.78 0) (length 5.08) + (name "8" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin unspecified line (at 0 -20.32 0) (length 5.08) + (name "9" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + (pin unspecified line (at 0 -22.86 0) (length 5.08) + (name "10" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin unspecified line (at 0 -25.4 0) (length 5.08) + (name "P1" (effects (font (size 1.27 1.27)))) + (number "P1" (effects (font (size 1.27 1.27)))) + ) + (pin unspecified line (at 0 -27.94 0) (length 5.08) + (name "P2" (effects (font (size 1.27 1.27)))) + (number "P2" (effects (font (size 1.27 1.27)))) + ) + ) + ) +) + diff --git a/light/libraries/SN74AVC4T774RSVR.kicad_sym b/light/libraries/SN74AVC4T774RSVR.kicad_sym new file mode 100644 index 0000000..7c85768 --- /dev/null +++ b/light/libraries/SN74AVC4T774RSVR.kicad_sym @@ -0,0 +1,124 @@ +(kicad_symbol_lib (version 20211014) (generator kicad_symbol_editor) + (symbol "SN74AVC4T774RSVR" (pin_names (offset 0.254)) (in_bom yes) (on_board yes) + (property "Reference" "U" (id 0) (at 0 2.54 0) + (effects (font (size 1.524 1.524))) + ) + (property "Value" "SN74AVC4T774RSVR" (id 1) (at 0 0 0) + (effects (font (size 1.524 1.524))) + ) + (property "Footprint" "RSV0016A" (id 2) (at 0 0 0) + (effects (font (size 1.27 1.27) italic) hide) + ) + (property "Datasheet" "SN74AVC4T774RSVR" (id 3) (at 0 0 0) + (effects (font (size 1.27 1.27) italic) hide) + ) + (property "ki_keywords" "SN74AVC4T774RSVR" (id 4) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_locked" "" (id 5) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (property "ki_fp_filters" "RSV0016A" (id 6) (at 0 0 0) + (effects (font (size 1.27 1.27)) hide) + ) + (symbol "SN74AVC4T774RSVR_0_1" + (polyline + (pts + (xy -12.7 -20.32) + (xy 15.24 -20.32) + ) + (stroke (width 0.1016) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 15.24 -20.32) + (xy 15.24 20.32) + ) + (stroke (width 0.1016) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy 15.24 20.32) + (xy -12.7 20.32) + ) + (stroke (width 0.1016) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (polyline + (pts + (xy -12.7 20.32) + (xy -12.7 -20.32) + ) + (stroke (width 0.1016) (type default) (color 0 0 0 0)) + (fill (type none)) + ) + (pin input line (at -17.78 10.16 0) (length 5.08) + (name "DIR1" (effects (font (size 1.27 1.27)))) + (number "15" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -17.78 7.62 0) (length 5.08) + (name "DIR2" (effects (font (size 1.27 1.27)))) + (number "16" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -17.78 -2.54 0) (length 5.08) + (name "A1" (effects (font (size 1.27 1.27)))) + (number "1" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -17.78 -5.08 0) (length 5.08) + (name "A2" (effects (font (size 1.27 1.27)))) + (number "2" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -17.78 -7.62 0) (length 5.08) + (name "A3" (effects (font (size 1.27 1.27)))) + (number "3" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at -17.78 -10.16 0) (length 5.08) + (name "A4" (effects (font (size 1.27 1.27)))) + (number "4" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -17.78 5.08 0) (length 5.08) + (name "DIR3" (effects (font (size 1.27 1.27)))) + (number "5" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -17.78 2.54 0) (length 5.08) + (name "DIR4" (effects (font (size 1.27 1.27)))) + (number "6" (effects (font (size 1.27 1.27)))) + ) + (pin input line (at -17.78 -15.24 0) (length 5.08) + (name "OE_N" (effects (font (size 1.27 1.27)))) + (number "7" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 20.32 -15.24 180) (length 5.08) + (name "GND" (effects (font (size 1.27 1.27)))) + (number "8" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 20.32 -10.16 180) (length 5.08) + (name "B4" (effects (font (size 1.27 1.27)))) + (number "9" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 20.32 -7.62 180) (length 5.08) + (name "B3" (effects (font (size 1.27 1.27)))) + (number "10" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 20.32 -5.08 180) (length 5.08) + (name "B2" (effects (font (size 1.27 1.27)))) + (number "11" (effects (font (size 1.27 1.27)))) + ) + (pin bidirectional line (at 20.32 -2.54 180) (length 5.08) + (name "B1" (effects (font (size 1.27 1.27)))) + (number "12" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at 20.32 15.24 180) (length 5.08) + (name "VCCB" (effects (font (size 1.27 1.27)))) + (number "13" (effects (font (size 1.27 1.27)))) + ) + (pin power_in line (at -17.78 15.24 0) (length 5.08) + (name "VCCA" (effects (font (size 1.27 1.27)))) + (number "14" (effects (font (size 1.27 1.27)))) + ) + ) + ) +) + diff --git a/light/libraries/footprints.pretty/503480-0600_MOL.kicad_mod b/light/libraries/footprints.pretty/503480-0600_MOL.kicad_mod new file mode 100644 index 0000000..5847569 --- /dev/null +++ b/light/libraries/footprints.pretty/503480-0600_MOL.kicad_mod @@ -0,0 +1,39 @@ +(footprint "503480-0600_MOL" (version 20211014) (generator pcbnew) + (layer "F.Cu") + (tags "5034800600 ") + (attr smd) + (fp_text reference "REF**" (at 0.0254 -0.3302 unlocked) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value 503480-0600_MOL (at 0 -1.4224 unlocked) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user "${REFERENCE}" (at 0.0254 -0.3302 unlocked) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -2.6035 -2.0574) (end -2.6035 2.0574) (layer "F.CrtYd") (width 0.1524)) + (fp_line (start -2.6035 2.0574) (end 2.6035 2.0574) (layer "F.CrtYd") (width 0.1524)) + (fp_line (start 2.6035 2.0574) (end 2.6035 -2.0574) (layer "F.CrtYd") (width 0.1524)) + (fp_line (start 2.6035 -2.0574) (end -2.6035 -2.0574) (layer "F.CrtYd") (width 0.1524)) + (fp_arc (start -1.851248 -2.866521) (mid -1.43408 -3.14814) (end -1.101614 -2.770244) (layer "F.SilkS") (width 0.508)) + (fp_arc (start -1.101614 -2.770243) (mid -1.276116 -2.450057) (end -1.639774 -2.423168) (layer "F.SilkS") (width 0.508)) + (fp_circle (center -1.482614 -2.770244) (end -1.101614 -2.770244) (layer "F.Fab") (width 0.508) (fill none)) + (fp_circle (center -1.482614 -2.770244) (end -1.101614 -2.770244) (layer "B.SilkS") (width 0.508) (fill none)) + (fp_line (start -1.605208 1.8034) (end 1.605208 1.8034) (layer "F.SilkS") (width 0.1524)) + (fp_line (start 2.3495 0.476203) (end 2.3495 -1.8034) (layer "F.SilkS") (width 0.1524)) + (fp_line (start 2.3495 -1.8034) (end 1.76054 -1.8034) (layer "F.SilkS") (width 0.1524)) + (fp_line (start -2.3495 -1.8034) (end -2.3495 0.476203) (layer "F.SilkS") (width 0.1524)) + (fp_line (start -2.3495 1.8034) (end 2.3495 1.8034) (layer "F.Fab") (width 0.0254)) + (fp_line (start 2.3495 1.8034) (end 2.3495 -1.8034) (layer "F.Fab") (width 0.0254)) + (fp_line (start 2.3495 -1.8034) (end -2.3495 -1.8034) (layer "F.Fab") (width 0.0254)) + (fp_line (start -2.3495 -1.8034) (end -2.3495 1.8034) (layer "F.Fab") (width 0.0254)) + (fp_line (start -1.76054 -1.8034) (end -2.3495 -1.8034) (layer "F.SilkS") (width 0.1524)) + (pad "1" smd rect (at -1.25 -1.4224) (size 0.3556 0.762) (layers "F.Cu" "F.Paste" "F.Mask")) + (pad "2" smd rect (at -0.750001 -1.4224) (size 0.3556 0.762) (layers "F.Cu" "F.Paste" "F.Mask")) + (pad "3" smd rect (at -0.249999 -1.4224) (size 0.3556 0.762) (layers "F.Cu" "F.Paste" "F.Mask")) + (pad "4" smd rect (at 0.25 -1.4224) (size 0.3556 0.762) (layers "F.Cu" "F.Paste" "F.Mask")) + (pad "5" smd rect (at 0.750001 -1.4224) (size 0.3556 0.762) (layers "F.Cu" "F.Paste" "F.Mask")) + (pad "6" smd rect (at 1.25 -1.4224) (size 0.3556 0.762) (layers "F.Cu" "F.Paste" "F.Mask")) + (pad "7" smd rect (at -2.0955 1.2446) (size 0.3048 0.9906) (layers "F.Cu" "F.Paste" "F.Mask")) + (pad "8" smd rect (at 2.0955 1.2446) (size 0.3048 0.9906) (layers "F.Cu" "F.Paste" "F.Mask")) +) diff --git a/light/libraries/footprints.pretty/CON_5034801000_MOL.kicad_mod b/light/libraries/footprints.pretty/CON_5034801000_MOL.kicad_mod new file mode 100644 index 0000000..09c423b --- /dev/null +++ b/light/libraries/footprints.pretty/CON_5034801000_MOL.kicad_mod @@ -0,0 +1,51 @@ +(footprint "CON_5034801000_MOL" (version 20211014) (generator pcbnew) + (layer "F.Cu") + (tags "5034801000 ") + (attr smd) + (fp_text reference "REF**" (at 0 -5.08 unlocked) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value CON_5034801000_MOL (at 0 -5.08 unlocked) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user "${REFERENCE}" (at 0 -5.08 unlocked) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -4.619993 -3.07) (end -4.619993 3.07) (layer "F.CrtYd") (width 0.127)) + (fp_line (start -4.619993 3.07) (end 4.619993 3.07) (layer "F.CrtYd") (width 0.127)) + (fp_line (start 4.619993 3.07) (end 4.619993 -3.07) (layer "F.CrtYd") (width 0.127)) + (fp_line (start 4.619993 -3.07) (end -4.619993 -3.07) (layer "F.CrtYd") (width 0.127)) + (fp_line (start -3.603993 -1.8) (end -4.873993 -2.435) (layer "F.Fab") (width 0.127)) + (fp_line (start -4.873993 -2.435) (end -4.873993 -1.165) (layer "F.Fab") (width 0.127)) + (fp_line (start -4.873993 -1.165) (end -3.603993 -1.8) (layer "F.Fab") (width 0.127)) + (fp_line (start -3.603993 -1.8) (end -4.873993 -2.435) (layer "F.SilkS") (width 0.1524)) + (fp_line (start -4.873993 -2.435) (end -4.873993 -1.165) (layer "F.SilkS") (width 0.1524)) + (fp_line (start -4.873993 -1.165) (end -3.603993 -1.8) (layer "F.SilkS") (width 0.1524)) + (fp_line (start -3.349993 -1.8) (end -3.349993 0.372826) (layer "F.SilkS") (width 0.1524)) + (fp_line (start -2.607282 1.8) (end 2.607283 1.8) (layer "F.SilkS") (width 0.1524)) + (fp_line (start 3.349993 0.372825) (end 3.349993 -1.8) (layer "F.SilkS") (width 0.1524)) + (fp_line (start 3.349993 -1.8) (end 2.720046 -1.8) (layer "F.SilkS") (width 0.1524)) + (fp_text user "5034801000" (at 0 -7.62 unlocked) (layer "F.Fab") + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user "5034801000" (at 0 -7.62 unlocked) (layer "F.SilkS") + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -3.349993 1.8) (end 3.349993 1.8) (layer "F.Fab") (width 0.127)) + (fp_line (start 3.349993 1.8) (end 3.349993 -1.8) (layer "F.Fab") (width 0.127)) + (fp_line (start 3.349993 -1.8) (end -3.349993 -1.8) (layer "F.Fab") (width 0.127)) + (fp_line (start -3.349993 -1.8) (end -3.349993 1.8) (layer "F.Fab") (width 0.127)) + (fp_line (start -2.720033 -1.8) (end -3.349993 -1.8) (layer "F.SilkS") (width 0.1524)) + (pad "1" smd rect (at -2.249993 -1.5) (size 0.3 0.7) (layers "F.Cu" "F.Paste" "F.Mask")) + (pad "2" smd rect (at -1.749994 -1.5) (size 0.3 0.7) (layers "F.Cu" "F.Paste" "F.Mask")) + (pad "3" smd rect (at -1.249992 -1.5) (size 0.3 0.7) (layers "F.Cu" "F.Paste" "F.Mask")) + (pad "4" smd rect (at -0.749993 -1.5) (size 0.3 0.7) (layers "F.Cu" "F.Paste" "F.Mask")) + (pad "5" smd rect (at -0.249994 -1.5) (size 0.3 0.7) (layers "F.Cu" "F.Paste" "F.Mask")) + (pad "6" smd rect (at 0.250007 -1.5) (size 0.3 0.7) (layers "F.Cu" "F.Paste" "F.Mask")) + (pad "7" smd rect (at 0.750006 -1.5) (size 0.3 0.7) (layers "F.Cu" "F.Paste" "F.Mask")) + (pad "8" smd rect (at 1.250008 -1.5) (size 0.3 0.7) (layers "F.Cu" "F.Paste" "F.Mask")) + (pad "9" smd rect (at 1.750007 -1.5) (size 0.3 0.7) (layers "F.Cu" "F.Paste" "F.Mask")) + (pad "10" smd rect (at 2.250006 -1.5) (size 0.3 0.7) (layers "F.Cu" "F.Paste" "F.Mask")) + (pad "P1" smd rect (at -3.039993 1.15) (size 0.3 1) (layers "F.Cu" "F.Paste" "F.Mask")) + (pad "P2" smd rect (at 3.039994 1.15) (size 0.3 1) (layers "F.Cu" "F.Paste" "F.Mask")) +) diff --git a/light/libraries/footprints.pretty/RSV0016A.kicad_mod b/light/libraries/footprints.pretty/RSV0016A.kicad_mod new file mode 100644 index 0000000..d29feba --- /dev/null +++ b/light/libraries/footprints.pretty/RSV0016A.kicad_mod @@ -0,0 +1,39 @@ +(footprint "RSV0016A" (version 20211014) (generator pcbnew) + (layer "F.Cu") + (tags "SN74AVC4T774RSVR ") + (attr smd) + (fp_text reference "REF**" (at 0 0 unlocked) (layer F.SilkS) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text value RSV0016A (at 0 0 unlocked) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_text user "${REFERENCE}" (at 0 0 unlocked) (layer F.Fab) + (effects (font (size 1 1) (thickness 0.15))) + ) + (fp_line (start -0.924999 1.324999) (end -0.924999 -1.325001) (layer "F.Fab") (width 0.1)) + (fp_line (start 0.924999 1.324999) (end 0.924999 -1.325001) (layer "F.Fab") (width 0.1)) + (fp_line (start -0.924999 -1.325001) (end 0.924999 -1.325001) (layer "F.Fab") (width 0.1)) + (fp_line (start -0.924999 1.324999) (end 0.924999 1.324999) (layer "F.Fab") (width 0.1)) + (fp_line (start 1.075002 -1.1) (end 1.075002 -1.325001) (layer "F.SilkS") (width 0.2)) + (fp_line (start 1.075002 1.325001) (end 1.075002 1.1) (layer "F.SilkS") (width 0.2)) + (fp_line (start -1.074999 1.325001) (end -1.074999 1.1) (layer "F.SilkS") (width 0.2)) + (fp_line (start -1.074999 -0.950001) (end -1.074999 -1.45) (layer "F.SilkS") (width 0.2)) + (fp_circle (center -0.549999 -0.599999) (end -0.349999 -0.599999) (layer "F.Fab") (width 0.1) (fill none)) + (pad "1" smd rect (at -0.750001 -0.600001 90) (size 0.2 0.700001) (layers "F.Cu" "F.Mask")) + (pad "2" smd rect (at -0.800001 -0.200002 90) (size 0.2 0.599999) (layers "F.Cu" "F.Mask")) + (pad "3" smd rect (at -0.800001 0.2 90) (size 0.2 0.599999) (layers "F.Cu" "F.Mask")) + (pad "4" smd rect (at -0.800001 0.599999 90) (size 0.2 0.599999) (layers "F.Cu" "F.Mask")) + (pad "5" smd rect (at -0.599999 1.2) (size 0.2 0.599999) (layers "F.Cu" "F.Mask")) + (pad "6" smd rect (at -0.2 1.2) (size 0.2 0.599999) (layers "F.Cu" "F.Mask")) + (pad "7" smd rect (at 0.2 1.2) (size 0.2 0.599999) (layers "F.Cu" "F.Mask")) + (pad "8" smd rect (at 0.600001 1.2) (size 0.2 0.599999) (layers "F.Cu" "F.Mask")) + (pad "9" smd rect (at 0.800001 0.599999 90) (size 0.2 0.599999) (layers "F.Cu" "F.Mask")) + (pad "10" smd rect (at 0.800001 0.2 90) (size 0.2 0.599999) (layers "F.Cu" "F.Mask")) + (pad "11" smd rect (at 0.800001 -0.200002 90) (size 0.2 0.599999) (layers "F.Cu" "F.Mask")) + (pad "12" smd rect (at 0.800001 -0.600001 90) (size 0.2 0.599999) (layers "F.Cu" "F.Mask")) + (pad "13" smd rect (at 0.600001 -1.2) (size 0.2 0.599999) (layers "F.Cu" "F.Mask")) + (pad "14" smd rect (at 0.2 -1.2) (size 0.2 0.599999) (layers "F.Cu" "F.Mask")) + (pad "15" smd rect (at -0.2 -1.2) (size 0.2 0.599999) (layers "F.Cu" "F.Mask")) + (pad "16" smd rect (at -0.599999 -1.2) (size 0.2 0.599999) (layers "F.Cu" "F.Mask")) +) diff --git a/light/light.kicad_pcb b/light/light.kicad_pcb new file mode 100644 index 0000000..ef218ba --- /dev/null +++ b/light/light.kicad_pcb @@ -0,0 +1,2 @@ +(kicad_pcb (version 20240108) (generator "pcbnew") (generator_version "8.0") +) \ No newline at end of file diff --git a/light/light.kicad_prl b/light/light.kicad_prl new file mode 100644 index 0000000..c6e00c5 --- /dev/null +++ b/light/light.kicad_prl @@ -0,0 +1,83 @@ +{ + "board": { + "active_layer": 0, + "active_layer_preset": "All Layers", + "auto_track_width": true, + "hidden_netclasses": [], + "hidden_nets": [], + "high_contrast_mode": 0, + "net_color_mode": 1, + "opacity": { + "images": 0.6, + "pads": 1.0, + "tracks": 1.0, + "vias": 1.0, + "zones": 0.6 + }, + "selection_filter": { + "dimensions": true, + "footprints": true, + "graphics": true, + "keepouts": true, + "lockedItems": false, + "otherItems": true, + "pads": true, + "text": true, + "tracks": true, + "vias": true, + "zones": true + }, + "visible_items": [ + 0, + 1, + 2, + 3, + 4, + 5, + 8, + 9, + 10, + 11, + 12, + 13, + 15, + 16, + 17, + 18, + 19, + 20, + 21, + 22, + 23, + 24, + 25, + 26, + 27, + 28, + 29, + 30, + 32, + 33, + 34, + 35, + 36, + 39, + 40 + ], + "visible_layers": "fffffff_ffffffff", + "zone_display_mode": 0 + }, + "git": { + "repo_password": "", + "repo_type": "", + "repo_username": "", + "ssh_key": "" + }, + "meta": { + "filename": "light.kicad_prl", + "version": 3 + }, + "project": { + "files": [] + } +} diff --git a/light/light.kicad_pro b/light/light.kicad_pro new file mode 100644 index 0000000..dfb08d9 --- /dev/null +++ b/light/light.kicad_pro @@ -0,0 +1,584 @@ +{ + "board": { + "3dviewports": [], + "design_settings": { + "defaults": { + "apply_defaults_to_fp_fields": false, + "apply_defaults_to_fp_shapes": false, + "apply_defaults_to_fp_text": false, + "board_outline_line_width": 0.05, + "copper_line_width": 0.2, + "copper_text_italic": false, + "copper_text_size_h": 1.5, + "copper_text_size_v": 1.5, + "copper_text_thickness": 0.3, + "copper_text_upright": false, + "courtyard_line_width": 0.05, + "dimension_precision": 4, + "dimension_units": 3, + "dimensions": { + "arrow_length": 1270000, + "extension_offset": 500000, + "keep_text_aligned": true, + "suppress_zeroes": false, + "text_position": 0, + "units_format": 1 + }, + "fab_line_width": 0.1, + "fab_text_italic": false, + "fab_text_size_h": 1.0, + "fab_text_size_v": 1.0, + "fab_text_thickness": 0.15, + "fab_text_upright": false, + "other_line_width": 0.1, + "other_text_italic": false, + "other_text_size_h": 1.0, + "other_text_size_v": 1.0, + "other_text_thickness": 0.15, + "other_text_upright": false, + "pads": { + "drill": 0.762, + "height": 1.524, + "width": 1.524 + }, + "silk_line_width": 0.1, + "silk_text_italic": false, + "silk_text_size_h": 1.0, + "silk_text_size_v": 1.0, + "silk_text_thickness": 0.1, + "silk_text_upright": false, + "zones": { + "min_clearance": 0.5 + } + }, + "diff_pair_dimensions": [], + "drc_exclusions": [], + "meta": { + "version": 2 + }, + "rule_severities": { + "annular_width": "error", + "clearance": "error", + "connection_width": "warning", + "copper_edge_clearance": "error", + "copper_sliver": "warning", + "courtyards_overlap": "error", + "diff_pair_gap_out_of_range": "error", + "diff_pair_uncoupled_length_too_long": "error", + "drill_out_of_range": "error", + "duplicate_footprints": "warning", + "extra_footprint": "warning", + "footprint": "error", + "footprint_symbol_mismatch": "warning", + "footprint_type_mismatch": "ignore", + "hole_clearance": "error", + "hole_near_hole": "error", + "holes_co_located": "warning", + "invalid_outline": "error", + "isolated_copper": "warning", + "item_on_disabled_layer": "error", + "items_not_allowed": "error", + "length_out_of_range": "error", + "lib_footprint_issues": "warning", + "lib_footprint_mismatch": "warning", + "malformed_courtyard": "error", + "microvia_drill_out_of_range": "error", + "missing_courtyard": "ignore", + "missing_footprint": "warning", + "net_conflict": "warning", + "npth_inside_courtyard": "ignore", + "padstack": "warning", + "pth_inside_courtyard": "ignore", + "shorting_items": "error", + "silk_edge_clearance": "warning", + "silk_over_copper": "warning", + "silk_overlap": "warning", + "skew_out_of_range": "error", + "solder_mask_bridge": "error", + "starved_thermal": "error", + "text_height": "warning", + "text_thickness": "warning", + "through_hole_pad_without_hole": "error", + "too_many_vias": "error", + "track_dangling": "warning", + "track_width": "error", + "tracks_crossing": "error", + "unconnected_items": "error", + "unresolved_variable": "error", + "via_dangling": "warning", + "zones_intersect": "error" + }, + "rules": { + "max_error": 0.005, + "min_clearance": 0.0, + "min_connection": 0.0, + "min_copper_edge_clearance": 0.5, + "min_hole_clearance": 0.25, + "min_hole_to_hole": 0.25, + "min_microvia_diameter": 0.2, + "min_microvia_drill": 0.1, + "min_resolved_spokes": 2, + "min_silk_clearance": 0.0, + "min_text_height": 0.8, + "min_text_thickness": 0.08, + "min_through_hole_diameter": 0.3, + "min_track_width": 0.0, + "min_via_annular_width": 0.1, + "min_via_diameter": 0.5, + "solder_mask_to_copper_clearance": 0.0, + "use_height_for_length_calcs": true + }, + "teardrop_options": [ + { + "td_onpadsmd": true, + "td_onroundshapesonly": false, + "td_ontrackend": false, + "td_onviapad": true + } + ], + "teardrop_parameters": [ + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_round_shape", + "td_width_to_size_filter_ratio": 0.9 + }, + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_rect_shape", + "td_width_to_size_filter_ratio": 0.9 + }, + { + "td_allow_use_two_tracks": true, + "td_curve_segcount": 0, + "td_height_ratio": 1.0, + "td_length_ratio": 0.5, + "td_maxheight": 2.0, + "td_maxlen": 1.0, + "td_on_pad_in_zone": false, + "td_target_name": "td_track_end", + "td_width_to_size_filter_ratio": 0.9 + } + ], + "track_widths": [], + "tuning_pattern_settings": { + "diff_pair_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 1.0 + }, + "diff_pair_skew_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + }, + "single_track_defaults": { + "corner_radius_percentage": 80, + "corner_style": 1, + "max_amplitude": 1.0, + "min_amplitude": 0.2, + "single_sided": false, + "spacing": 0.6 + } + }, + "via_dimensions": [], + "zones_allow_external_fillets": false + }, + "ipc2581": { + "dist": "", + "distpn": "", + "internal_id": "", + "mfg": "", + "mpn": "" + }, + "layer_presets": [], + "viewports": [] + }, + "boards": [], + "cvpcb": { + "equivalence_files": [] + }, + "erc": { + "erc_exclusions": [], + "meta": { + "version": 0 + }, + "pin_map": [ + [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 2, + 0, + 1, + 0, + 0, + 1, + 0, + 2, + 2, + 2, + 2 + ], + [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 1, + 0, + 1, + 2 + ], + [ + 0, + 1, + 0, + 0, + 0, + 0, + 1, + 1, + 2, + 1, + 1, + 2 + ], + [ + 0, + 0, + 0, + 0, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 0, + 2 + ], + [ + 1, + 1, + 1, + 1, + 1, + 0, + 1, + 1, + 1, + 1, + 1, + 2 + ], + [ + 0, + 0, + 0, + 1, + 0, + 0, + 1, + 0, + 0, + 0, + 0, + 2 + ], + [ + 0, + 2, + 1, + 2, + 0, + 0, + 1, + 0, + 2, + 2, + 2, + 2 + ], + [ + 0, + 2, + 0, + 1, + 0, + 0, + 1, + 0, + 2, + 0, + 0, + 2 + ], + [ + 0, + 2, + 1, + 1, + 0, + 0, + 1, + 0, + 2, + 0, + 0, + 2 + ], + [ + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2, + 2 + ] + ], + "rule_severities": { + "bus_definition_conflict": "error", + "bus_entry_needed": "error", + "bus_to_bus_conflict": "error", + "bus_to_net_conflict": "error", + "conflicting_netclasses": "error", + "different_unit_footprint": "error", + "different_unit_net": "error", + "duplicate_reference": "error", + "duplicate_sheet_names": "error", + "endpoint_off_grid": "warning", + "extra_units": "error", + "global_label_dangling": "warning", + "hier_label_mismatch": "error", + "label_dangling": "error", + "lib_symbol_issues": "warning", + "missing_bidi_pin": "warning", + "missing_input_pin": "warning", + "missing_power_pin": "error", + "missing_unit": "warning", + "multiple_net_names": "warning", + "net_not_bus_member": "warning", + "no_connect_connected": "warning", + "no_connect_dangling": "warning", + "pin_not_connected": "error", + "pin_not_driven": "error", + "pin_to_pin": "warning", + "power_pin_not_driven": "error", + "similar_labels": "warning", + "simulation_model_issue": "ignore", + "unannotated": "error", + "unit_value_mismatch": "error", + "unresolved_variable": "error", + "wire_dangling": "error" + } + }, + "libraries": { + "pinned_footprint_libs": [], + "pinned_symbol_libs": [] + }, + "meta": { + "filename": "light.kicad_pro", + "version": 1 + }, + "net_settings": { + "classes": [ + { + "bus_width": 12, + "clearance": 0.2, + "diff_pair_gap": 0.25, + "diff_pair_via_gap": 0.25, + "diff_pair_width": 0.2, + "line_style": 0, + "microvia_diameter": 0.3, + "microvia_drill": 0.1, + "name": "Default", + "pcb_color": "rgba(0, 0, 0, 0.000)", + "schematic_color": "rgba(0, 0, 0, 0.000)", + "track_width": 0.2, + "via_diameter": 0.6, + "via_drill": 0.3, + "wire_width": 6 + } + ], + "meta": { + "version": 3 + }, + "net_colors": null, + "netclass_assignments": null, + "netclass_patterns": [] + }, + "pcbnew": { + "last_paths": { + "gencad": "", + "idf": "", + "netlist": "", + "plot": "", + "pos_files": "", + "specctra_dsn": "", + "step": "", + "svg": "", + "vrml": "" + }, + "page_layout_descr_file": "" + }, + "schematic": { + "annotate_start_num": 0, + "bom_export_filename": "", + "bom_fmt_presets": [], + "bom_fmt_settings": { + "field_delimiter": ",", + "keep_line_breaks": false, + "keep_tabs": false, + "name": "CSV", + "ref_delimiter": ",", + "ref_range_delimiter": "", + "string_delimiter": "\"" + }, + "bom_presets": [], + "bom_settings": { + "exclude_dnp": false, + "fields_ordered": [ + { + "group_by": false, + "label": "Reference", + "name": "Reference", + "show": true + }, + { + "group_by": true, + "label": "Value", + "name": "Value", + "show": true + }, + { + "group_by": false, + "label": "Datasheet", + "name": "Datasheet", + "show": true + }, + { + "group_by": false, + "label": "Footprint", + "name": "Footprint", + "show": true + }, + { + "group_by": false, + "label": "Qty", + "name": "${QUANTITY}", + "show": true + }, + { + "group_by": true, + "label": "DNP", + "name": "${DNP}", + "show": true + } + ], + "filter_string": "", + "group_symbols": true, + "name": "Grouped By Value", + "sort_asc": true, + "sort_field": "Reference" + }, + "connection_grid_size": 50.0, + "drawing": { + "dashed_lines_dash_length_ratio": 12.0, + "dashed_lines_gap_length_ratio": 3.0, + "default_line_thickness": 6.0, + "default_text_size": 50.0, + "field_names": [], + "intersheets_ref_own_page": false, + "intersheets_ref_prefix": "", + "intersheets_ref_short": false, + "intersheets_ref_show": false, + "intersheets_ref_suffix": "", + "junction_size_choice": 3, + "label_size_ratio": 0.375, + "operating_point_overlay_i_precision": 3, + "operating_point_overlay_i_range": "~A", + "operating_point_overlay_v_precision": 3, + "operating_point_overlay_v_range": "~V", + "overbar_offset_ratio": 1.23, + "pin_symbol_size": 25.0, + "text_offset_ratio": 0.15 + }, + "legacy_lib_dir": "", + "legacy_lib_list": [], + "meta": { + "version": 1 + }, + "net_format_name": "", + "page_layout_descr_file": "", + "plot_directory": "", + "spice_current_sheet_as_root": false, + "spice_external_command": "spice \"%I\"", + "spice_model_current_sheet_as_root": true, + "spice_save_all_currents": false, + "spice_save_all_dissipations": false, + "spice_save_all_voltages": false, + "subpart_first_id": 65, + "subpart_id_separator": 0 + }, + "sheets": [ + [ + "04a4d5c8-724c-461d-b96a-c501e0cc055e", + "Root" + ] + ], + "text_variables": {} +} diff --git a/light/light.kicad_sch b/light/light.kicad_sch new file mode 100644 index 0000000..7c06442 --- /dev/null +++ b/light/light.kicad_sch @@ -0,0 +1,23762 @@ +(kicad_sch + (version 20231120) + (generator "eeschema") + (generator_version "8.0") + (uuid "04a4d5c8-724c-461d-b96a-c501e0cc055e") + (paper "A3") + (lib_symbols + (symbol "5034800600:5034800600" + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 8.89 6.35 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Value" "5034800600" + (at 0 0 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "503480-0600_MOL" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Datasheet" "5034800600" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "5034800600" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "503480-0600_MOL" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "5034800600_1_1" + (polyline + (pts + (xy 5.08 -15.24) (xy 12.7 -15.24) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 5.08 2.54) (xy 5.08 -15.24) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -12.7) (xy 5.08 -12.7) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -12.7) (xy 8.89 -13.5467) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -12.7) (xy 8.89 -11.8533) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -10.16) (xy 5.08 -10.16) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -10.16) (xy 8.89 -11.0067) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -10.16) (xy 8.89 -9.3133) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -7.62) (xy 5.08 -7.62) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -7.62) (xy 8.89 -8.4667) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -7.62) (xy 8.89 -6.7733) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -5.08) (xy 5.08 -5.08) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -5.08) (xy 8.89 -5.9267) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -5.08) (xy 8.89 -4.2333) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -2.54) (xy 5.08 -2.54) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -2.54) (xy 8.89 -3.3867) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -2.54) (xy 8.89 -1.6933) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 0) (xy 5.08 0) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 0) (xy 8.89 -0.8467) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 0) (xy 8.89 0.8467) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 12.7 -15.24) (xy 12.7 2.54) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 12.7 2.54) (xy 5.08 2.54) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (pin unspecified line + (at 0 0 0) + (length 5.08) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at 0 -2.54 0) + (length 5.08) + (name "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at 0 -5.08 0) + (length 5.08) + (name "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at 0 -7.62 0) + (length 5.08) + (name "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at 0 -10.16 0) + (length 5.08) + (name "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at 0 -12.7 0) + (length 5.08) + (name "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "5034800600_1_2" + (polyline + (pts + (xy 5.08 -15.24) (xy 12.7 -15.24) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 5.08 2.54) (xy 5.08 -15.24) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -12.7) (xy 5.08 -12.7) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -12.7) (xy 8.89 -13.5467) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -12.7) (xy 8.89 -11.8533) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -10.16) (xy 5.08 -10.16) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -10.16) (xy 8.89 -11.0067) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -10.16) (xy 8.89 -9.3133) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -7.62) (xy 5.08 -7.62) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -7.62) (xy 8.89 -8.4667) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -7.62) (xy 8.89 -6.7733) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -5.08) (xy 5.08 -5.08) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -5.08) (xy 8.89 -5.9267) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -5.08) (xy 8.89 -4.2333) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -2.54) (xy 5.08 -2.54) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -2.54) (xy 8.89 -3.3867) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -2.54) (xy 8.89 -1.6933) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 0) (xy 5.08 0) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 0) (xy 8.89 -0.8467) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 0) (xy 8.89 0.8467) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 12.7 -15.24) (xy 12.7 2.54) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 12.7 2.54) (xy 5.08 2.54) + ) + (stroke + (width 0.2032) + (type default) + ) + (fill + (type none) + ) + ) + (pin unspecified line + (at 0 0 0) + (length 5.08) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at 0 -2.54 0) + (length 5.08) + (name "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at 0 -5.08 0) + (length 5.08) + (name "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at 0 -7.62 0) + (length 5.08) + (name "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at 0 -10.16 0) + (length 5.08) + (name "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at 0 -12.7 0) + (length 5.08) + (name "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "5034801000:5034801000" + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at 8.89 6.35 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Value" "5034801000" + (at 0 0 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "CON_5034801000_MOL" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Datasheet" "5034801000" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "5034801000" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "CON_5034801000_MOL" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "5034801000_1_1" + (polyline + (pts + (xy 5.08 -30.48) (xy 12.7 -30.48) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 5.08 2.54) (xy 5.08 -30.48) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -27.94) (xy 5.08 -27.94) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -27.94) (xy 8.89 -28.7867) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -27.94) (xy 8.89 -27.0933) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -25.4) (xy 5.08 -25.4) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -25.4) (xy 8.89 -26.2467) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -25.4) (xy 8.89 -24.5533) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -22.86) (xy 5.08 -22.86) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -22.86) (xy 8.89 -23.7067) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -22.86) (xy 8.89 -22.0133) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -20.32) (xy 5.08 -20.32) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -20.32) (xy 8.89 -21.1667) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -20.32) (xy 8.89 -19.4733) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -17.78) (xy 5.08 -17.78) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -17.78) (xy 8.89 -18.6267) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -17.78) (xy 8.89 -16.9333) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -15.24) (xy 5.08 -15.24) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -15.24) (xy 8.89 -16.0867) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -15.24) (xy 8.89 -14.3933) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -12.7) (xy 5.08 -12.7) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -12.7) (xy 8.89 -13.5467) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -12.7) (xy 8.89 -11.8533) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -10.16) (xy 5.08 -10.16) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -10.16) (xy 8.89 -11.0067) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -10.16) (xy 8.89 -9.3133) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -7.62) (xy 5.08 -7.62) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -7.62) (xy 8.89 -8.4667) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -7.62) (xy 8.89 -6.7733) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -5.08) (xy 5.08 -5.08) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -5.08) (xy 8.89 -5.9267) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -5.08) (xy 8.89 -4.2333) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -2.54) (xy 5.08 -2.54) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -2.54) (xy 8.89 -3.3867) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 -2.54) (xy 8.89 -1.6933) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 0) (xy 5.08 0) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 0) (xy 8.89 -0.8467) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 10.16 0) (xy 8.89 0.8467) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 12.7 -30.48) (xy 12.7 2.54) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 12.7 2.54) (xy 5.08 2.54) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (pin unspecified line + (at 0 0 0) + (length 5.08) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at 0 -22.86 0) + (length 5.08) + (name "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at 0 -2.54 0) + (length 5.08) + (name "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at 0 -5.08 0) + (length 5.08) + (name "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at 0 -7.62 0) + (length 5.08) + (name "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at 0 -10.16 0) + (length 5.08) + (name "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at 0 -12.7 0) + (length 5.08) + (name "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at 0 -15.24 0) + (length 5.08) + (name "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at 0 -17.78 0) + (length 5.08) + (name "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at 0 -20.32 0) + (length 5.08) + (name "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at 0 -25.4 0) + (length 5.08) + (name "P1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "P1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at 0 -27.94 0) + (length 5.08) + (name "P2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "P2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "5034801000_1_2" + (polyline + (pts + (xy 5.08 -30.48) (xy 12.7 -30.48) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 5.08 2.54) (xy 5.08 -30.48) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -27.94) (xy 5.08 -27.94) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -27.94) (xy 8.89 -28.7867) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -27.94) (xy 8.89 -27.0933) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -25.4) (xy 5.08 -25.4) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -25.4) (xy 8.89 -26.2467) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -25.4) (xy 8.89 -24.5533) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -22.86) (xy 5.08 -22.86) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -22.86) (xy 8.89 -23.7067) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -22.86) (xy 8.89 -22.0133) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -20.32) (xy 5.08 -20.32) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -20.32) (xy 8.89 -21.1667) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -20.32) (xy 8.89 -19.4733) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -17.78) (xy 5.08 -17.78) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -17.78) (xy 8.89 -18.6267) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -17.78) (xy 8.89 -16.9333) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -15.24) (xy 5.08 -15.24) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -15.24) (xy 8.89 -16.0867) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -15.24) (xy 8.89 -14.3933) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -12.7) (xy 5.08 -12.7) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -12.7) (xy 8.89 -13.5467) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -12.7) (xy 8.89 -11.8533) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -10.16) (xy 5.08 -10.16) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -10.16) (xy 8.89 -11.0067) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -10.16) (xy 8.89 -9.3133) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -7.62) (xy 5.08 -7.62) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -7.62) (xy 8.89 -8.4667) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -7.62) (xy 8.89 -6.7733) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -5.08) (xy 5.08 -5.08) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -5.08) (xy 8.89 -5.9267) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -5.08) (xy 8.89 -4.2333) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -2.54) (xy 5.08 -2.54) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -2.54) (xy 8.89 -3.3867) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 -2.54) (xy 8.89 -1.6933) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 0) (xy 5.08 0) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 0) (xy 8.89 -0.8467) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 7.62 0) (xy 8.89 0.8467) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 12.7 -30.48) (xy 12.7 2.54) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 12.7 2.54) (xy 5.08 2.54) + ) + (stroke + (width 0.127) + (type default) + ) + (fill + (type none) + ) + ) + (pin unspecified line + (at 0 0 0) + (length 5.08) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at 0 -22.86 0) + (length 5.08) + (name "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at 0 -2.54 0) + (length 5.08) + (name "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at 0 -5.08 0) + (length 5.08) + (name "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at 0 -7.62 0) + (length 5.08) + (name "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at 0 -10.16 0) + (length 5.08) + (name "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at 0 -12.7 0) + (length 5.08) + (name "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at 0 -15.24 0) + (length 5.08) + (name "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at 0 -17.78 0) + (length 5.08) + (name "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at 0 -20.32 0) + (length 5.08) + (name "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at 0 -25.4 0) + (length 5.08) + (name "P1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "P1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin unspecified line + (at 0 -27.94 0) + (length 5.08) + (name "P2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "P2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "74xx:74AHC595" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at -7.62 13.97 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "74AHC595" + (at -7.62 -16.51 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/74AHC_AHCT595.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "8-bit serial in/out Shift Register 3-State Outputs" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "AHCMOS SR 3State" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "DIP*W7.62mm* SOIC*3.9x9.9mm*P1.27mm* TSSOP*4.4x5mm*P0.65mm* SOIC*5.3x10.2mm*P1.27mm* SOIC*7.5x10.3mm*P1.27mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "74AHC595_1_0" + (pin tri_state line + (at 10.16 7.62 180) + (length 2.54) + (name "QB" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -10.16 2.54 0) + (length 2.54) + (name "~{SRCLR}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -10.16 5.08 0) + (length 2.54) + (name "SRCLK" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -10.16 -2.54 0) + (length 2.54) + (name "RCLK" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -10.16 -5.08 0) + (length 2.54) + (name "~{OE}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -10.16 10.16 0) + (length 2.54) + (name "SER" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin tri_state line + (at 10.16 10.16 180) + (length 2.54) + (name "QA" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 15.24 270) + (length 2.54) + (name "VCC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "16" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin tri_state line + (at 10.16 5.08 180) + (length 2.54) + (name "QC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin tri_state line + (at 10.16 2.54 180) + (length 2.54) + (name "QD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin tri_state line + (at 10.16 0 180) + (length 2.54) + (name "QE" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin tri_state line + (at 10.16 -2.54 180) + (length 2.54) + (name "QF" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin tri_state line + (at 10.16 -5.08 180) + (length 2.54) + (name "QG" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin tri_state line + (at 10.16 -7.62 180) + (length 2.54) + (name "QH" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -17.78 90) + (length 2.54) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 10.16 -12.7 180) + (length 2.54) + (name "QH'" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + (symbol "74AHC595_1_1" + (rectangle + (start -7.62 12.7) + (end 7.62 -15.24) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + ) + (symbol "Connector:USB_C_Plug" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "P" + (at -10.16 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "USB_C_Plug" + (at 10.16 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 3.81 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" + (at 3.81 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "USB Type-C Plug connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "usb universal serial bus" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "USB*C*Plug*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "USB_C_Plug_0_0" + (rectangle + (start -0.254 -35.56) + (end 0.254 -34.544) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 -32.766) + (end 9.144 -33.274) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 -30.226) + (end 9.144 -30.734) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 -25.146) + (end 9.144 -25.654) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 -22.606) + (end 9.144 -23.114) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 -17.526) + (end 9.144 -18.034) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 -14.986) + (end 9.144 -15.494) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 -9.906) + (end 9.144 -10.414) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 -7.366) + (end 9.144 -7.874) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 -2.286) + (end 9.144 -2.794) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 0.254) + (end 9.144 -0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 7.874) + (end 9.144 7.366) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 12.954) + (end 9.144 12.446) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 18.034) + (end 9.144 17.526) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 20.574) + (end 9.144 20.066) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 25.654) + (end 9.144 25.146) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "USB_C_Plug_0_1" + (rectangle + (start -10.16 27.94) + (end 10.16 -35.56) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (arc + (start -8.89 -3.81) + (mid -6.985 -5.7067) + (end -5.08 -3.81) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -7.62 -3.81) + (mid -6.985 -4.4423) + (end -6.35 -3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -7.62 -3.81) + (mid -6.985 -4.4423) + (end -6.35 -3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.62 -3.81) + (end -6.35 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (arc + (start -6.35 3.81) + (mid -6.985 4.4423) + (end -7.62 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -6.35 3.81) + (mid -6.985 4.4423) + (end -7.62 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (arc + (start -5.08 3.81) + (mid -6.985 5.7067) + (end -8.89 3.81) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -8.89 -3.81) (xy -8.89 3.81) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -5.08 3.81) (xy -5.08 -3.81) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "USB_C_Plug_1_1" + (circle + (center -2.54 1.143) + (radius 0.635) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 0 -5.842) + (radius 1.27) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 0 -5.842) (xy 0 4.318) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -3.302) (xy -2.54 -0.762) (xy -2.54 0.508) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -2.032) (xy 2.54 0.508) (xy 2.54 1.778) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 4.318) (xy 0 6.858) (xy 1.27 4.318) (xy -1.27 4.318) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.905 1.778) + (end 3.175 3.048) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (pin passive line + (at 0 -40.64 90) + (length 5.08) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -15.24 180) + (length 5.08) + (name "RX2-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -17.78 180) + (length 5.08) + (name "RX2+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -40.64 90) + (length 5.08) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -10.16 180) + (length 5.08) + (name "TX1+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -7.62 180) + (length 5.08) + (name "TX1-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 15.24 25.4 180) + (length 5.08) + (name "VBUS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 20.32 180) + (length 5.08) + (name "CC" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 7.62 180) + (length 5.08) + (name "D+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 12.7 180) + (length 5.08) + (name "D-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -30.48 180) + (length 5.08) + (name "SBU1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 15.24 25.4 180) + (length 5.08) hide + (name "VBUS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -40.64 90) + (length 5.08) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 0 180) + (length 5.08) + (name "RX1-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -2.54 180) + (length 5.08) + (name "RX1+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -40.64 90) + (length 5.08) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -25.4 180) + (length 5.08) + (name "TX2+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -22.86 180) + (length 5.08) + (name "TX2-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 15.24 25.4 180) + (length 5.08) hide + (name "VBUS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 17.78 180) + (length 5.08) + (name "VCONN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -33.02 180) + (length 5.08) + (name "SBU2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 15.24 25.4 180) + (length 5.08) hide + (name "VBUS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -7.62 -40.64 90) + (length 5.08) + (name "SHIELD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "S1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Connector:USB_C_Receptacle" + (pin_names + (offset 1.016) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "J" + (at -10.16 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "USB_C_Receptacle" + (at 10.16 29.21 0) + (effects + (font + (size 1.27 1.27) + ) + (justify right) + ) + ) + (property "Footprint" "" + (at 3.81 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" + (at 3.81 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "USB Full-Featured Type-C Receptacle connector" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "usb universal serial bus type-C full-featured" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "USB*C*Receptacle*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "USB_C_Receptacle_0_0" + (rectangle + (start -0.254 -35.56) + (end 0.254 -34.544) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 -32.766) + (end 9.144 -33.274) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 -30.226) + (end 9.144 -30.734) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 -25.146) + (end 9.144 -25.654) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 -22.606) + (end 9.144 -23.114) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 -17.526) + (end 9.144 -18.034) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 -14.986) + (end 9.144 -15.494) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 -9.906) + (end 9.144 -10.414) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 -7.366) + (end 9.144 -7.874) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 -2.286) + (end 9.144 -2.794) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 0.254) + (end 9.144 -0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 5.334) + (end 9.144 4.826) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 7.874) + (end 9.144 7.366) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 10.414) + (end 9.144 9.906) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 12.954) + (end 9.144 12.446) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 18.034) + (end 9.144 17.526) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 20.574) + (end 9.144 20.066) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 10.16 25.654) + (end 9.144 25.146) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "USB_C_Receptacle_0_1" + (rectangle + (start -10.16 27.94) + (end 10.16 -35.56) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + (arc + (start -8.89 -3.81) + (mid -6.985 -5.7067) + (end -5.08 -3.81) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -7.62 -3.81) + (mid -6.985 -4.4423) + (end -6.35 -3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -7.62 -3.81) + (mid -6.985 -4.4423) + (end -6.35 -3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start -7.62 -3.81) + (end -6.35 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (arc + (start -6.35 3.81) + (mid -6.985 4.4423) + (end -7.62 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start -6.35 3.81) + (mid -6.985 4.4423) + (end -7.62 3.81) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (arc + (start -5.08 3.81) + (mid -6.985 5.7067) + (end -8.89 3.81) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -8.89 -3.81) (xy -8.89 3.81) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -5.08 3.81) (xy -5.08 -3.81) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "USB_C_Receptacle_1_1" + (circle + (center -2.54 1.143) + (radius 0.635) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (circle + (center 0 -5.842) + (radius 1.27) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy 0 -5.842) (xy 0 4.318) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -3.302) (xy -2.54 -0.762) (xy -2.54 0.508) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -2.032) (xy 2.54 0.508) (xy 2.54 1.778) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 4.318) (xy 0 6.858) (xy 1.27 4.318) (xy -1.27 4.318) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (rectangle + (start 1.905 1.778) + (end 3.175 3.048) + (stroke + (width 0.254) + (type default) + ) + (fill + (type outline) + ) + ) + (pin passive line + (at 0 -40.64 90) + (length 5.08) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -15.24 180) + (length 5.08) + (name "RX2-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -17.78 180) + (length 5.08) + (name "RX2+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -40.64 90) + (length 5.08) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -10.16 180) + (length 5.08) + (name "TX1+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -7.62 180) + (length 5.08) + (name "TX1-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 15.24 25.4 180) + (length 5.08) + (name "VBUS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 20.32 180) + (length 5.08) + (name "CC1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 7.62 180) + (length 5.08) + (name "D+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 12.7 180) + (length 5.08) + (name "D-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -30.48 180) + (length 5.08) + (name "SBU1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 15.24 25.4 180) + (length 5.08) hide + (name "VBUS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "A9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -40.64 90) + (length 5.08) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 0 180) + (length 5.08) + (name "RX1-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -2.54 180) + (length 5.08) + (name "RX1+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -40.64 90) + (length 5.08) hide + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -25.4 180) + (length 5.08) + (name "TX2+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -22.86 180) + (length 5.08) + (name "TX2-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 15.24 25.4 180) + (length 5.08) hide + (name "VBUS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 17.78 180) + (length 5.08) + (name "CC2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 5.08 180) + (length 5.08) + (name "D+" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 10.16 180) + (length 5.08) + (name "D-" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 15.24 -33.02 180) + (length 5.08) + (name "SBU2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 15.24 25.4 180) + (length 5.08) hide + (name "VBUS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "B9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at -7.62 -40.64 90) + (length 5.08) + (name "SHIELD" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "S1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:C" + (pin_numbers hide) + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "C" + (at 0.635 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "C" + (at 0.635 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0.9652 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "cap capacitor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "C_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "C_0_1" + (polyline + (pts + (xy -2.032 -0.762) (xy 2.032 -0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -2.032 0.762) (xy 2.032 0.762) + ) + (stroke + (width 0.508) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "C_1_1" + (pin passive line + (at 0 3.81 270) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 2.794) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:LED" + (pin_numbers hide) + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "D" + (at 0 2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED" + (at 0 -2.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "LED diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "LED_0_1" + (polyline + (pts + (xy -1.27 -1.27) (xy -1.27 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 0) (xy 1.27 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -1.27) (xy 1.27 1.27) (xy -1.27 0) (xy 1.27 -1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -3.048 -0.762) (xy -4.572 -2.286) (xy -3.81 -2.286) (xy -4.572 -2.286) (xy -4.572 -1.524) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.778 -0.762) (xy -3.302 -2.286) (xy -2.54 -2.286) (xy -3.302 -2.286) (xy -3.302 -1.524) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "LED_1_1" + (pin passive line + (at -3.81 0 0) + (length 2.54) + (name "K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 3.81 0 180) + (length 2.54) + (name "A" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:LED_Dual_AAK" + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "D" + (at 0 5.715 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED_Dual_AAK" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual LED, common cathode on pin 3" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "LED diode bicolor dual" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "LED_Dual_AAK_0_1" + (circle + (center -2.54 0) + (radius 0.2794) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -4.572 0) (xy -2.54 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -1.27) (xy -1.27 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 1.27) (xy -1.27 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.81 -2.54) (xy 1.905 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.81 2.54) (xy 1.905 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -3.81) (xy 1.27 -1.27) (xy -1.27 -2.54) (xy 1.27 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 1.27) (xy 1.27 3.81) (xy -1.27 2.54) (xy 1.27 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.032 2.54) (xy -2.54 2.54) (xy -2.54 -2.54) (xy 2.032 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 2.032 5.08) (xy 3.556 6.604) (xy 2.794 6.604) (xy 3.556 6.604) (xy 3.556 5.842) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 3.302 4.064) (xy 4.826 5.588) (xy 4.064 5.588) (xy 4.826 5.588) (xy 4.826 4.826) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (circle + (center 0 0) + (radius 4.572) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "LED_Dual_AAK_1_1" + (pin input line + (at 7.62 2.54 180) + (length 3.81) + (name "A1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at 7.62 -2.54 180) + (length 3.81) + (name "A2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -7.62 0 0) + (length 3.048) + (name "K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:LED_KRGB" + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "D" + (at 0 9.398 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED_KRGB" + (at 0 -8.89 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "RGB LED, cathode/red/green/blue" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "LED RGB diode" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "LED* LED_SMD:* LED_THT:*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "LED_KRGB_0_0" + (text "B" + (at 1.905 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (text "G" + (at 1.905 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (text "R" + (at 1.905 3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (symbol "LED_KRGB_0_1" + (circle + (center -2.032 0) + (radius 0.254) + (stroke + (width 0) + (type default) + ) + (fill + (type outline) + ) + ) + (polyline + (pts + (xy -1.27 -5.08) (xy 1.27 -5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 -3.81) (xy -1.27 -6.35) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 0) (xy -2.54 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 1.27) (xy -1.27 -1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 5.08) (xy 1.27 5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 6.35) (xy -1.27 3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -5.08) (xy 2.54 -5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 0) (xy -1.27 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 0) (xy 2.54 0) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 5.08) (xy 2.54 5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 1.27) (xy -1.27 -1.27) (xy -1.27 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 6.35) (xy -1.27 3.81) (xy -1.27 3.81) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.27 5.08) (xy -2.032 5.08) (xy -2.032 -5.08) (xy -1.016 -5.08) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 -3.81) (xy 1.27 -6.35) (xy -1.27 -5.08) (xy 1.27 -3.81) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 1.27) (xy 1.27 -1.27) (xy -1.27 0) (xy 1.27 1.27) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.27 6.35) (xy 1.27 3.81) (xy -1.27 5.08) (xy 1.27 6.35) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.016 -3.81) (xy 0.508 -2.286) (xy -0.254 -2.286) (xy 0.508 -2.286) (xy 0.508 -3.048) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.016 1.27) (xy 0.508 2.794) (xy -0.254 2.794) (xy 0.508 2.794) (xy 0.508 2.032) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -1.016 6.35) (xy 0.508 7.874) (xy -0.254 7.874) (xy 0.508 7.874) (xy 0.508 7.112) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -3.81) (xy 1.524 -2.286) (xy 0.762 -2.286) (xy 1.524 -2.286) (xy 1.524 -3.048) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 1.27) (xy 1.524 2.794) (xy 0.762 2.794) (xy 1.524 2.794) (xy 1.524 2.032) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 6.35) (xy 1.524 7.874) (xy 0.762 7.874) (xy 1.524 7.874) (xy 1.524 7.112) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 1.27 -1.27) + (end 1.27 1.27) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 1.27 1.27) + (end 1.27 1.27) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 1.27 3.81) + (end 1.27 6.35) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 1.27 6.35) + (end 1.27 6.35) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (rectangle + (start 2.794 8.382) + (end -2.794 -7.62) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "LED_KRGB_1_1" + (pin passive line + (at -5.08 0 0) + (length 2.54) + (name "K" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 5.08 180) + (length 2.54) + (name "RA" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 0 180) + (length 2.54) + (name "GA" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 5.08 -5.08 180) + (length 2.54) + (name "BA" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:L_Ferrite" + (pin_numbers hide) + (pin_names + (offset 1.016) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "L" + (at -1.27 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "L_Ferrite" + (at 2.794 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Inductor with ferrite core" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "inductor choke coil reactor magnetic" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Choke_* *Coil* Inductor_* L_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "L_Ferrite_0_1" + (arc + (start 0 -2.54) + (mid 0.6323 -1.905) + (end 0 -1.27) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 -1.27) + (mid 0.6323 -0.635) + (end 0 0) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.016 -2.794) (xy 1.016 -2.286) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.016 -1.778) (xy 1.016 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.016 -0.762) (xy 1.016 -0.254) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.016 0.254) (xy 1.016 0.762) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.016 1.27) (xy 1.016 1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.016 2.286) (xy 1.016 2.794) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.524 -2.286) (xy 1.524 -2.794) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.524 -1.27) (xy 1.524 -1.778) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.524 -0.254) (xy 1.524 -0.762) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.524 0.762) (xy 1.524 0.254) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.524 1.778) (xy 1.524 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 1.524 2.794) (xy 1.524 2.286) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 0) + (mid 0.6323 0.635) + (end 0 1.27) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (arc + (start 0 1.27) + (mid 0.6323 1.905) + (end 0 2.54) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "L_Ferrite_1_1" + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 1.27) + (name "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:NetTie_2" + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (property "Reference" "NT" + (at 0 1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "NetTie_2" + (at 0 -1.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Net tie, 2 pins" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "net tie short" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "Net*Tie*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "NetTie_2_0_1" + (polyline + (pts + (xy -1.27 0) (xy 1.27 0) + ) + (stroke + (width 0.254) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "NetTie_2_1_1" + (pin passive line + (at -2.54 0 0) + (length 2.54) + (name "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 2.54 0 180) + (length 2.54) + (name "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Device:R_US" + (pin_numbers hide) + (pin_names + (offset 0) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "R" + (at 2.54 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "R_US" + (at -2.54 0 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 1.016 -0.254 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, US symbol" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "R res resistor" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "R_*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "R_US_0_1" + (polyline + (pts + (xy 0 -2.286) (xy 0 -2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.286) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 -0.762) (xy 1.016 -1.143) (xy 0 -1.524) (xy -1.016 -1.905) (xy 0 -2.286) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0.762) (xy 1.016 0.381) (xy 0 0) (xy -1.016 -0.381) (xy 0 -0.762) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.286) (xy 1.016 1.905) (xy 0 1.524) (xy -1.016 1.143) (xy 0 0.762) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "R_US_1_1" + (pin passive line + (at 0 3.81 270) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin passive line + (at 0 -3.81 90) + (length 1.27) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "Interface_USB:FT4232H" + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at -26.67 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "FT4232H" + (at 19.05 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT4232H.pdf" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Hi Speed Quad Channel USB UART/FIFO, LQFP/QFN-64" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "FTDI USB Quad UART FIFO" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "QFN*1EP*9x9mm*P0.5mm* LQFP*10x10mm*P0.5mm*" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "FT4232H_0_1" + (rectangle + (start -26.67 -49.53) + (end 26.67 52.07) + (stroke + (width 0.254) + (type default) + ) + (fill + (type background) + ) + ) + ) + (symbol "FT4232H_1_1" + (pin power_in line + (at -10.16 -53.34 90) + (length 3.81) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -15.24 -53.34 90) + (length 3.81) + (name "AGND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -5.08 -53.34 90) + (length 3.81) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -5.08 55.88 270) + (length 3.81) + (name "VCORE" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -30.48 -45.72 0) + (length 3.81) + (name "TEST" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -30.48 10.16 0) + (length 3.81) + (name "~{RESET}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -2.54 -53.34 90) + (length 3.81) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 30.48 48.26 180) + (length 3.81) + (name "ADBUS0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "16" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 30.48 45.72 180) + (length 3.81) + (name "ADBUS1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "17" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 30.48 43.18 180) + (length 3.81) + (name "ADBUS2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "18" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 30.48 40.64 180) + (length 3.81) + (name "ADBUS3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "19" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -30.48 -30.48 0) + (length 3.81) + (name "OSCI" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 5.08 55.88 270) + (length 3.81) + (name "VCCIO" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "20" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 30.48 38.1 180) + (length 3.81) + (name "ADBUS4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "21" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 30.48 35.56 180) + (length 3.81) + (name "ADBUS5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "22" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 30.48 33.02 180) + (length 3.81) + (name "ADBUS6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "23" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 30.48 30.48 180) + (length 3.81) + (name "ADBUS7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "24" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 -53.34 90) + (length 3.81) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "25" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 30.48 25.4 180) + (length 3.81) + (name "BDBUS0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "26" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 30.48 22.86 180) + (length 3.81) + (name "BDBUS1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "27" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 30.48 20.32 180) + (length 3.81) + (name "BDBUS2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "28" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 30.48 17.78 180) + (length 3.81) + (name "BDBUS3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "29" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at -30.48 -40.64 0) + (length 3.81) + (name "OSCO" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 30.48 15.24 180) + (length 3.81) + (name "BDBUS4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "30" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 7.62 55.88 270) + (length 3.81) + (name "VCCIO" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "31" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 30.48 12.7 180) + (length 3.81) + (name "BDBUS5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "32" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 30.48 10.16 180) + (length 3.81) + (name "BDBUS6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "33" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 30.48 7.62 180) + (length 3.81) + (name "BDBUS7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "34" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 2.54 -53.34 90) + (length 3.81) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "35" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 30.48 -45.72 180) + (length 3.81) + (name "~{SUSPEND}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "36" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -2.54 55.88 270) + (length 3.81) + (name "VCORE" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "37" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 30.48 2.54 180) + (length 3.81) + (name "CDBUS0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "38" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 30.48 0 180) + (length 3.81) + (name "CDBUS1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "39" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -12.7 55.88 270) + (length 3.81) + (name "VPHY" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 30.48 -2.54 180) + (length 3.81) + (name "CDBUS2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "40" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 30.48 -5.08 180) + (length 3.81) + (name "CDBUS3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "41" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 10.16 55.88 270) + (length 3.81) + (name "VCCIO" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "42" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 30.48 -7.62 180) + (length 3.81) + (name "CDBUS4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "43" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 30.48 -10.16 180) + (length 3.81) + (name "CDBUS5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "44" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 30.48 -12.7 180) + (length 3.81) + (name "CDBUS6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "45" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 30.48 -15.24 180) + (length 3.81) + (name "CDBUS7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "46" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 5.08 -53.34 90) + (length 3.81) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "47" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 30.48 -20.32 180) + (length 3.81) + (name "DDBUS0" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "48" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_out line + (at -30.48 43.18 0) + (length 3.81) + (name "VREGOUT" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "49" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -7.62 -53.34 90) + (length 3.81) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -30.48 48.26 0) + (length 3.81) + (name "VREGIN" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "50" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 7.62 -53.34 90) + (length 3.81) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "51" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 30.48 -22.86 180) + (length 3.81) + (name "DDBUS1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "52" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 30.48 -25.4 180) + (length 3.81) + (name "DDBUS2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "53" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 30.48 -27.94 180) + (length 3.81) + (name "DDBUS3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "54" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 30.48 -30.48 180) + (length 3.81) + (name "DDBUS4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "55" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 12.7 55.88 270) + (length 3.81) + (name "VCCIO" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "56" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 30.48 -33.02 180) + (length 3.81) + (name "DDBUS5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "57" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 30.48 -35.56 180) + (length 3.81) + (name "DDBUS6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "58" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 30.48 -38.1 180) + (length 3.81) + (name "DDBUS7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "59" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -30.48 15.24 0) + (length 3.81) + (name "REF" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at 30.48 -43.18 180) + (length 3.81) + (name "~{PWREN}" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "60" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -30.48 -22.86 0) + (length 3.81) + (name "EEDATA" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "61" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at -30.48 -20.32 0) + (length 3.81) + (name "EECLK" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "62" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin output line + (at -30.48 -17.78 0) + (length 3.81) + (name "EECS" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "63" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 0 55.88 270) + (length 3.81) + (name "VCORE" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "64" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -30.48 22.86 0) + (length 3.81) + (name "DM" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -30.48 20.32 0) + (length 3.81) + (name "DP" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -10.16 55.88 270) + (length 3.81) + (name "VPLL" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "SN74AVC4T774RSVR:SN74AVC4T774RSVR" + (pin_names + (offset 0.254) + ) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "U" + (at 0 2.54 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Value" "SN74AVC4T774RSVR" + (at 0 0 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "RSV0016A" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Datasheet" "SN74AVC4T774RSVR" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_locked" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "ki_keywords" "SN74AVC4T774RSVR" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_fp_filters" "RSV0016A" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "SN74AVC4T774RSVR_0_1" + (polyline + (pts + (xy -12.7 -20.32) (xy 15.24 -20.32) + ) + (stroke + (width 0.1016) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy -12.7 20.32) (xy -12.7 -20.32) + ) + (stroke + (width 0.1016) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 15.24 -20.32) (xy 15.24 20.32) + ) + (stroke + (width 0.1016) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 15.24 20.32) (xy -12.7 20.32) + ) + (stroke + (width 0.1016) + (type default) + ) + (fill + (type none) + ) + ) + (pin bidirectional line + (at -17.78 -2.54 0) + (length 5.08) + (name "A1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 20.32 -7.62 180) + (length 5.08) + (name "B3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "10" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 20.32 -5.08 180) + (length 5.08) + (name "B2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "11" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 20.32 -2.54 180) + (length 5.08) + (name "B1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "12" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 20.32 15.24 180) + (length 5.08) + (name "VCCB" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "13" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at -17.78 15.24 0) + (length 5.08) + (name "VCCA" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "14" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -17.78 10.16 0) + (length 5.08) + (name "DIR1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "15" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -17.78 7.62 0) + (length 5.08) + (name "DIR2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "16" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -17.78 -5.08 0) + (length 5.08) + (name "A2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "2" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -17.78 -7.62 0) + (length 5.08) + (name "A3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at -17.78 -10.16 0) + (length 5.08) + (name "A4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -17.78 5.08 0) + (length 5.08) + (name "DIR3" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "5" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -17.78 2.54 0) + (length 5.08) + (name "DIR4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "6" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin input line + (at -17.78 -15.24 0) + (length 5.08) + (name "OE_N" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "7" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin power_in line + (at 20.32 -15.24 180) + (length 5.08) + (name "GND" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "8" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + (pin bidirectional line + (at 20.32 -10.16 180) + (length 5.08) + (name "B4" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "9" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:GND" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -6.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "GND_0_1" + (polyline + (pts + (xy 0 0) (xy 0 -1.27) (xy 1.27 -1.27) (xy 0 -2.54) (xy -1.27 -1.27) (xy 0 -1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "GND_1_1" + (pin power_in line + (at 0 0 270) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + (symbol "power:VCC" + (power) + (pin_numbers hide) + (pin_names + (offset 0) hide) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (property "Reference" "#PWR" + (at 0 -3.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "VCC" + (at 0 3.556 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VCC\"" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "ki_keywords" "global power" + (at 0 0 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (symbol "VCC_0_1" + (polyline + (pts + (xy -0.762 1.27) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 0) (xy 0 2.54) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + (polyline + (pts + (xy 0 2.54) (xy 0.762 1.27) + ) + (stroke + (width 0) + (type default) + ) + (fill + (type none) + ) + ) + ) + (symbol "VCC_1_1" + (pin power_in line + (at 0 0 90) + (length 0) + (name "~" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (number "1" + (effects + (font + (size 1.27 1.27) + ) + ) + ) + ) + ) + ) + ) + (junction + (at 242.57 46.99) + (diameter 0) + (color 0 0 0 0) + (uuid "036b2b1c-f466-4b98-b5f3-6ac9901c8d2a") + ) + (junction + (at 111.76 90.17) + (diameter 0) + (color 0 0 0 0) + (uuid "05342bf8-0a0e-43fe-be1e-e6f1d430cd2e") + ) + (junction + (at 233.68 166.37) + (diameter 0) + (color 0 0 0 0) + (uuid "05ded97f-6e79-4fa9-8b01-c552cba5cdf4") + ) + (junction + (at 361.95 106.68) + (diameter 0) + (color 0 0 0 0) + (uuid "075de4ca-ff40-46ec-870a-52ae351f79c0") + ) + (junction + (at 374.65 60.96) + (diameter 0) + (color 0 0 0 0) + (uuid "099c0ef1-60f0-4a0a-ad16-dadaadf0051b") + ) + (junction + (at 283.21 140.97) + (diameter 0) + (color 0 0 0 0) + (uuid "0c5f9d1e-d36d-4bdd-a65d-2dc8388d9a07") + ) + (junction + (at 109.22 201.93) + (diameter 0) + (color 0 0 0 0) + (uuid "1107035a-d519-40d4-87db-4941d7af1d4d") + ) + (junction + (at 242.57 96.52) + (diameter 0) + (color 0 0 0 0) + (uuid "115c32bc-91d5-4f33-b559-e02e9b4424b1") + ) + (junction + (at 90.17 64.77) + (diameter 0) + (color 0 0 0 0) + (uuid "1a7f83da-0214-431f-9873-cb9d2be1c2f7") + ) + (junction + (at 118.11 64.77) + (diameter 0) + (color 0 0 0 0) + (uuid "232ce15d-1be5-4576-92b0-19a2f2a11a9d") + ) + (junction + (at 283.21 91.44) + (diameter 0) + (color 0 0 0 0) + (uuid "332e2b69-c3b4-42ec-ad6e-ffc52ee649ec") + ) + (junction + (at 119.38 201.93) + (diameter 0) + (color 0 0 0 0) + (uuid "390f9bae-ebfc-4b3c-a681-a3f9985bf7e9") + ) + (junction + (at 121.92 201.93) + (diameter 0) + (color 0 0 0 0) + (uuid "3d974347-683d-4c0e-be3e-4e340592196e") + ) + (junction + (at 111.76 201.93) + (diameter 0) + (color 0 0 0 0) + (uuid "3ef26f3c-22ad-4a25-9295-81a205d14627") + ) + (junction + (at 242.57 41.91) + (diameter 0) + (color 0 0 0 0) + (uuid "4068a66d-379d-483d-963f-e7638fd8e87e") + ) + (junction + (at 242.57 140.97) + (diameter 0) + (color 0 0 0 0) + (uuid "4222bf5b-70e0-43cb-a42a-83bbc06cc62f") + ) + (junction + (at 242.57 49.53) + (diameter 0) + (color 0 0 0 0) + (uuid "53a55c30-d964-491c-9ee9-9ef63b51af60") + ) + (junction + (at 111.76 64.77) + (diameter 0) + (color 0 0 0 0) + (uuid "5a1f1a9f-bfb9-4d8b-8552-bec6f93af1b9") + ) + (junction + (at 242.57 99.06) + (diameter 0) + (color 0 0 0 0) + (uuid "5a53390b-dcea-4168-b7d3-f1c012563f97") + ) + (junction + (at 283.21 41.91) + (diameter 0) + (color 0 0 0 0) + (uuid "5f094b70-b3aa-401a-89bf-1e6b0fd7dd07") + ) + (junction + (at 283.21 215.9) + (diameter 0) + (color 0 0 0 0) + (uuid "6ad59979-2bfd-46d6-b0d6-def1fcabeaa5") + ) + (junction + (at 76.2 99.06) + (diameter 0) + (color 0 0 0 0) + (uuid "6f84077d-7cf0-4d1d-b522-3a9387e05ca3") + ) + (junction + (at 83.82 104.14) + (diameter 0) + (color 0 0 0 0) + (uuid "75d7df8f-8b69-4f80-b50e-2673cf057ec6") + ) + (junction + (at 242.57 203.2) + (diameter 0) + (color 0 0 0 0) + (uuid "7661fb60-1134-45d7-9ac0-ff2e897da6b7") + ) + (junction + (at 144.78 64.77) + (diameter 0) + (color 0 0 0 0) + (uuid "770d777d-2f2e-4b9b-af9b-ed96548afbce") + ) + (junction + (at 77.47 64.77) + (diameter 0) + (color 0 0 0 0) + (uuid "7842cdc4-abc5-4666-aec8-e3593d75ffaa") + ) + (junction + (at 242.57 190.5) + (diameter 0) + (color 0 0 0 0) + (uuid "7a9fa814-abbc-432b-9e4d-9dc8d2f2d659") + ) + (junction + (at 132.08 64.77) + (diameter 0) + (color 0 0 0 0) + (uuid "7f8adf03-67f1-4b1d-99d5-bcc479e4a0c3") + ) + (junction + (at 116.84 233.68) + (diameter 0) + (color 0 0 0 0) + (uuid "7fe57969-c960-4289-be4f-03b68d2f8e45") + ) + (junction + (at 127 90.17) + (diameter 0) + (color 0 0 0 0) + (uuid "87e4269a-31d3-466f-a85c-6e7417ad567a") + ) + (junction + (at 114.3 201.93) + (diameter 0) + (color 0 0 0 0) + (uuid "8bbc6989-1282-4da5-be7d-15dff91cd00d") + ) + (junction + (at 374.65 58.42) + (diameter 0) + (color 0 0 0 0) + (uuid "a0347202-3397-473c-8c0b-85189fc2d7c2") + ) + (junction + (at 220.98 72.39) + (diameter 0) + (color 0 0 0 0) + (uuid "a65520dc-b7e4-4a0d-92c9-21ea4891be1a") + ) + (junction + (at 124.46 90.17) + (diameter 0) + (color 0 0 0 0) + (uuid "a6c9ef43-eb6f-497f-8b5a-2603e558b37d") + ) + (junction + (at 179.07 252.73) + (diameter 0) + (color 0 0 0 0) + (uuid "a738230f-54dd-46e1-8df0-4f2c7ef3b2a9") + ) + (junction + (at 106.68 201.93) + (diameter 0) + (color 0 0 0 0) + (uuid "a8fc5bb1-8fc9-42ed-b04d-2f1bbeb4579d") + ) + (junction + (at 283.21 220.98) + (diameter 0) + (color 0 0 0 0) + (uuid "b1bcf2f0-aac7-4b78-b799-f329175cf6d7") + ) + (junction + (at 90.17 80.01) + (diameter 0) + (color 0 0 0 0) + (uuid "b1d6df6c-508f-4389-804b-ed1bdfc5b33b") + ) + (junction + (at 138.43 64.77) + (diameter 0) + (color 0 0 0 0) + (uuid "c6fd5695-7da5-4078-837f-711bda4065f1") + ) + (junction + (at 302.26 161.29) + (diameter 0) + (color 0 0 0 0) + (uuid "cf11e9d9-83fc-4fb4-b1c4-230df9219789") + ) + (junction + (at 121.92 90.17) + (diameter 0) + (color 0 0 0 0) + (uuid "d1fd371c-7178-4a64-b22b-8264bc76cbed") + ) + (junction + (at 96.52 80.01) + (diameter 0) + (color 0 0 0 0) + (uuid "dcbf45c4-6ad4-4922-a9ac-d139b8f29a53") + ) + (junction + (at 242.57 91.44) + (diameter 0) + (color 0 0 0 0) + (uuid "df5f5ee1-ff91-4e13-ae75-1e803689cd4b") + ) + (junction + (at 96.52 64.77) + (diameter 0) + (color 0 0 0 0) + (uuid "e5645ce6-49a7-45e3-8340-60c89a4266ec") + ) + (junction + (at 242.57 200.66) + (diameter 0) + (color 0 0 0 0) + (uuid "e77d52b4-5f0e-4cd4-8559-08f4a8610fd3") + ) + (junction + (at 358.14 149.86) + (diameter 0) + (color 0 0 0 0) + (uuid "ef660e3b-c63b-45bf-89b8-e6dee2bf7801") + ) + (junction + (at 283.21 190.5) + (diameter 0) + (color 0 0 0 0) + (uuid "f0b0aa34-9289-4e0f-a8a8-a72c7a12e7a6") + ) + (junction + (at 116.84 201.93) + (diameter 0) + (color 0 0 0 0) + (uuid "f668099c-7dcf-447d-a367-51e8c8fabb89") + ) + (junction + (at 114.3 90.17) + (diameter 0) + (color 0 0 0 0) + (uuid "f81cf3d2-0065-46e7-bd4f-dbbfd2666866") + ) + (junction + (at 116.84 238.76) + (diameter 0) + (color 0 0 0 0) + (uuid "ffc5a804-c768-4ee0-b72b-a2b026da72c9") + ) + (no_connect + (at 372.11 190.5) + (uuid "147ff751-e80e-44b0-b053-a24d607a68a8") + ) + (no_connect + (at 372.11 198.12) + (uuid "14e5abcf-8891-4234-9056-88e074332457") + ) + (no_connect + (at 375.92 109.22) + (uuid "1efc7c43-6fd4-4572-b0b3-1b6dae56dbc2") + ) + (no_connect + (at 147.32 193.04) + (uuid "32558cc7-348c-4edb-aa06-b365b375127e") + ) + (no_connect + (at 243.84 213.36) + (uuid "3c1424c3-aee2-442e-8bd0-5ef208d2a47f") + ) + (no_connect + (at 372.11 187.96) + (uuid "446e99a1-8d4d-49fd-a7d5-c123fe7a0df9") + ) + (no_connect + (at 372.11 167.64) + (uuid "49c37218-e86c-421b-a2d0-79accb79fffb") + ) + (no_connect + (at 243.84 215.9) + (uuid "526a45cc-a59e-4c40-860e-3ee0509a3af4") + ) + (no_connect + (at 372.11 195.58) + (uuid "57fcdb94-6584-48d0-9592-c7ff2b4e4076") + ) + (no_connect + (at 372.11 172.72) + (uuid "66207826-31cf-4c0f-a06c-7b5dfae55cfc") + ) + (no_connect + (at 372.11 182.88) + (uuid "ad70f07c-abbb-4672-958b-901cf4127002") + ) + (no_connect + (at 372.11 205.74) + (uuid "ca9c43c5-1f54-4a2d-9e1d-086268367d90") + ) + (no_connect + (at 372.11 180.34) + (uuid "d7e27687-dee3-49e0-a8bf-af3d6e8a65f0") + ) + (no_connect + (at 147.32 270.51) + (uuid "e725ae85-b0a7-4567-8043-83d252d5e56d") + ) + (no_connect + (at 372.11 203.2) + (uuid "ef9e37a5-f567-48b6-8062-dd221cfda10e") + ) + (wire + (pts + (xy 147.32 257.81) (xy 158.75 257.81) + ) + (stroke + (width 0) + (type default) + ) + (uuid "00bb6e60-c39b-4071-8205-f78e1a7f6d31") + ) + (wire + (pts + (xy 137.16 275.59) (xy 137.16 276.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "00e71a5a-a077-4dc2-b9da-5997c796d874") + ) + (wire + (pts + (xy 281.94 62.23) (xy 295.91 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "01fe4407-567a-4fff-a5b4-8d5d88721eb9") + ) + (wire + (pts + (xy 231.14 40.64) (xy 231.14 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "045c3367-006f-40c5-b1e3-4ab7ac06609f") + ) + (wire + (pts + (xy 180.34 237.49) (xy 181.61 237.49) + ) + (stroke + (width 0) + (type default) + ) + (uuid "04ec8e00-bdfc-44a5-bc8f-fb0032dd1101") + ) + (wire + (pts + (xy 358.14 43.18) (xy 375.92 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0522935a-7d70-4584-84b2-6cbcfce9c356") + ) + (wire + (pts + (xy 212.09 158.75) (xy 243.84 158.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0523affd-3e08-485d-b89a-7641efa8388e") + ) + (wire + (pts + (xy 111.76 63.5) (xy 111.76 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0605722b-fd5c-4ecb-a912-261bb42bee61") + ) + (wire + (pts + (xy 87.63 64.77) (xy 90.17 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "06274487-132c-4ac3-a506-fbe114a9d553") + ) + (wire + (pts + (xy 125.73 255.27) (xy 127 255.27) + ) + (stroke + (width 0) + (type default) + ) + (uuid "06409be2-a170-4d00-bc55-fdf04b048313") + ) + (wire + (pts + (xy 292.1 210.82) (xy 309.88 210.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "06d61733-77ea-4795-afb6-1b8108c904df") + ) + (wire + (pts + (xy 144.78 64.77) (xy 151.13 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "07942954-38d0-4ce1-ab67-9b744418b324") + ) + (wire + (pts + (xy 283.21 100.33) (xy 283.21 101.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "09251c01-7fc2-4b6b-a82b-01e34c40a2e2") + ) + (wire + (pts + (xy 204.47 269.24) (xy 205.74 269.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "09e5697c-3ab8-4737-888e-8293f34d391e") + ) + (wire + (pts + (xy 281.94 161.29) (xy 302.26 161.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0a8ffb95-4a25-471c-b217-fc03a397ed94") + ) + (wire + (pts + (xy 205.74 269.24) (xy 205.74 270.51) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0be815a8-5d46-41f3-a172-c1fa96430d13") + ) + (wire + (pts + (xy 283.21 140.97) (xy 293.37 140.97) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0d037811-7f84-4fc3-8052-dd1b363eebc6") + ) + (wire + (pts + (xy 85.09 193.04) (xy 86.36 193.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0daadc14-1844-4e8a-8a33-bb262da005a6") + ) + (wire + (pts + (xy 302.26 161.29) (xy 317.5 161.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0dee7e33-6cdc-4124-9bd1-3e3f36633281") + ) + (wire + (pts + (xy 121.92 200.66) (xy 121.92 201.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0e7d301b-d472-4c83-8432-d843626903b6") + ) + (wire + (pts + (xy 127 90.17) (xy 127 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0edcd048-3e70-4f4b-9adc-369a507da9e0") + ) + (wire + (pts + (xy 231.14 198.12) (xy 231.14 199.39) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0f075d6b-2844-42d4-9cb4-3ab2b1b06634") + ) + (wire + (pts + (xy 374.65 58.42) (xy 375.92 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0f361528-d3f1-4bb3-a1e2-257878e396c1") + ) + (wire + (pts + (xy 147.32 129.54) (xy 167.64 129.54) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0f4eba3a-f747-4801-a61e-411152477271") + ) + (wire + (pts + (xy 283.21 190.5) (xy 283.21 191.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0f57221e-f950-456e-8e7d-738cb831847d") + ) + (wire + (pts + (xy 374.65 55.88) (xy 374.65 58.42) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0f9a59de-90cc-4794-8a95-d91ee590ea64") + ) + (wire + (pts + (xy 82.55 233.68) (xy 99.06 233.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "0ff12819-f442-413d-ad37-8341bef30479") + ) + (wire + (pts + (xy 231.14 49.53) (xy 231.14 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "10819689-88b7-4b3a-b896-45b71e038889") + ) + (wire + (pts + (xy 76.2 99.06) (xy 86.36 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "10dbb7b0-1a02-4584-a50f-eb4a62c2b29c") + ) + (wire + (pts + (xy 342.9 104.14) (xy 356.87 104.14) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1181493b-2110-41be-a559-fbb988fa79a4") + ) + (wire + (pts + (xy 115.57 238.76) (xy 116.84 238.76) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1246670d-f8c5-493d-a720-2d86675cc0f2") + ) + (wire + (pts + (xy 361.95 96.52) (xy 375.92 96.52) + ) + (stroke + (width 0) + (type default) + ) + (uuid "12b1e614-1040-48f2-be92-9b76b6a333ac") + ) + (wire + (pts + (xy 283.21 41.91) (xy 298.45 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "13e4b0f2-7325-4969-9a3d-fa713ec189ff") + ) + (wire + (pts + (xy 234.95 163.83) (xy 233.68 163.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "141681d8-481d-40d5-a41d-3e703ac86a0e") + ) + (wire + (pts + (xy 342.9 101.6) (xy 356.87 101.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "142d86a6-52bf-4999-aaa6-2175df22fec6") + ) + (wire + (pts + (xy 231.14 133.35) (xy 231.14 134.62) + ) + (stroke + (width 0) + (type default) + ) + (uuid "15dd02ab-ad44-4b8d-90ef-404ff9373a40") + ) + (wire + (pts + (xy 147.32 139.7) (xy 167.64 139.7) + ) + (stroke + (width 0) + (type default) + ) + (uuid "167ad7d0-41fa-4cd1-abdc-df4ac60915d5") + ) + (wire + (pts + (xy 242.57 41.91) (xy 243.84 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "16a992e7-9517-4558-830f-d2bc41fbd8fb") + ) + (wire + (pts + (xy 231.14 83.82) (xy 231.14 85.09) + ) + (stroke + (width 0) + (type default) + ) + (uuid "16edb42d-347b-43e2-b766-8c9bf27d20cc") + ) + (wire + (pts + (xy 147.32 106.68) (xy 163.83 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1709f9e3-5db1-4a10-8b41-4a5bb189ce11") + ) + (wire + (pts + (xy 243.84 171.45) (xy 242.57 171.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1787f28f-1229-491a-bbb6-cead621c64d1") + ) + (wire + (pts + (xy 281.94 190.5) (xy 283.21 190.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "18775313-59dc-42b8-9390-d4ceb1d343a7") + ) + (wire + (pts + (xy 283.21 149.86) (xy 283.21 151.13) + ) + (stroke + (width 0) + (type default) + ) + (uuid "19bfcba1-3ecd-4413-9b86-ed20f7886ddf") + ) + (wire + (pts + (xy 147.32 124.46) (xy 167.64 124.46) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1c33d2cf-7754-4336-8e7e-b143c4923df4") + ) + (wire + (pts + (xy 106.68 64.77) (xy 106.68 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1ca1f8b6-d540-4176-8e33-684267e6284d") + ) + (wire + (pts + (xy 22.86 201.93) (xy 22.86 203.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1ce4cf75-5b07-4b3e-818e-a82d6d928480") + ) + (wire + (pts + (xy 374.65 60.96) (xy 374.65 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "1cfc81fb-fca6-4843-9efa-be840d39b728") + ) + (wire + (pts + (xy 147.32 149.86) (xy 163.83 149.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "20913ade-863f-401a-b800-0fe207ed0c01") + ) + (wire + (pts + (xy 358.14 38.1) (xy 375.92 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "209778c5-0880-4064-8e70-8b01d20af988") + ) + (wire + (pts + (xy 111.76 64.77) (xy 118.11 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "20fd9c2b-526f-4fd1-abda-fdf290549ab7") + ) + (wire + (pts + (xy 358.14 77.47) (xy 375.92 77.47) + ) + (stroke + (width 0) + (type default) + ) + (uuid "23c6f46c-b870-40ad-bbf8-528faa84cd88") + ) + (wire + (pts + (xy 292.1 208.28) (xy 309.88 208.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "243e89e3-ba11-486a-897b-fa932059fd7f") + ) + (wire + (pts + (xy 281.94 220.98) (xy 283.21 220.98) + ) + (stroke + (width 0) + (type default) + ) + (uuid "24938339-4562-40b8-ac29-6e31be43dba0") + ) + (wire + (pts + (xy 106.68 252.73) (xy 106.68 254) + ) + (stroke + (width 0) + (type default) + ) + (uuid "24bd5119-3672-4d42-a79e-1546948922eb") + ) + (wire + (pts + (xy 101.6 200.66) (xy 101.6 203.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2525e34e-22df-4ad1-a081-ec51efd13397") + ) + (wire + (pts + (xy 111.76 90.17) (xy 114.3 90.17) + ) + (stroke + (width 0) + (type default) + ) + (uuid "257b5ffb-2f50-4011-99eb-2e27dd007ecd") + ) + (wire + (pts + (xy 372.11 162.56) (xy 358.14 162.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "25941e0a-9333-41cc-bc38-98c36194b778") + ) + (wire + (pts + (xy 78.74 165.1) (xy 86.36 165.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "261d4817-60ba-42c6-84de-ce5eb5a53ab7") + ) + (wire + (pts + (xy 119.38 252.73) (xy 127 252.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "276442a6-209f-4f55-a5d1-561bf8912a32") + ) + (wire + (pts + (xy 375.92 55.88) (xy 374.65 55.88) + ) + (stroke + (width 0) + (type default) + ) + (uuid "27a206b8-e5d5-449c-8e92-cc7331ef33d3") + ) + (wire + (pts + (xy 242.57 46.99) (xy 243.84 46.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "27a6d430-dcb8-49d4-be2c-8fcf61d0d5fd") + ) + (wire + (pts + (xy 358.14 85.09) (xy 375.92 85.09) + ) + (stroke + (width 0) + (type default) + ) + (uuid "27b85312-0ad6-4d5b-ab71-9f64aa878ac7") + ) + (wire + (pts + (xy 231.14 142.24) (xy 231.14 143.51) + ) + (stroke + (width 0) + (type default) + ) + (uuid "27f99bdd-0acc-4020-bb5e-2c5cbb421f90") + ) + (wire + (pts + (xy 281.94 158.75) (xy 292.1 158.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "29019fdb-590b-4886-b655-5f4a8460ca1f") + ) + (wire + (pts + (xy 116.84 238.76) (xy 116.84 240.03) + ) + (stroke + (width 0) + (type default) + ) + (uuid "29c20d50-077d-4684-b2d1-f2b15276a559") + ) + (wire + (pts + (xy 83.82 96.52) (xy 83.82 104.14) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2a923c0e-1cda-44ab-8fd5-bfed4ff60ff4") + ) + (wire + (pts + (xy 281.94 121.92) (xy 283.21 121.92) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2b0fe62d-472e-45c8-bb25-a69ad55c6919") + ) + (wire + (pts + (xy 242.57 96.52) (xy 242.57 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2b72276f-54bf-4e8b-a83b-c1db53b718d1") + ) + (wire + (pts + (xy 203.2 72.39) (xy 220.98 72.39) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2b8fcb98-5ed5-4779-9fe1-022c2b55a638") + ) + (wire + (pts + (xy 46.99 135.89) (xy 45.72 135.89) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2c42eda7-8116-46ae-8567-7fbd3c788ccf") + ) + (wire + (pts + (xy 147.32 170.18) (xy 175.26 170.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2c90660d-4d04-4d33-a318-678a8c1bd5c9") + ) + (wire + (pts + (xy 356.87 210.82) (xy 372.11 210.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2ca51cc1-7867-44f1-a2d1-97bc09586d3a") + ) + (wire + (pts + (xy 370.84 148.59) (xy 370.84 154.94) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2dea0d89-9197-460f-9f0f-efd8ae91887f") + ) + (wire + (pts + (xy 281.94 116.84) (xy 299.72 116.84) + ) + (stroke + (width 0) + (type default) + ) + (uuid "2f0dbaa8-2118-4e2e-9563-7c5fa818aae5") + ) + (wire + (pts + (xy 242.57 96.52) (xy 243.84 96.52) + ) + (stroke + (width 0) + (type default) + ) + (uuid "319cc60e-4d7e-41ee-a22c-716ddc243e6e") + ) + (wire + (pts + (xy 364.49 160.02) (xy 364.49 158.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "31d404bd-2f11-4496-90cb-a9e8cdbd3833") + ) + (wire + (pts + (xy 111.76 200.66) (xy 111.76 201.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "32c6eb41-9107-49ce-a756-9181ac219082") + ) + (wire + (pts + (xy 119.38 260.35) (xy 127 260.35) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3481d211-aca7-4efa-b8d4-8a9ab35a7886") + ) + (wire + (pts + (xy 283.21 171.45) (xy 283.21 172.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "36b2f349-dc43-436a-848f-c9cf1cec9155") + ) + (wire + (pts + (xy 231.14 92.71) (xy 231.14 93.98) + ) + (stroke + (width 0) + (type default) + ) + (uuid "36b4f044-9640-4831-a230-ba534326d844") + ) + (wire + (pts + (xy 375.92 60.96) (xy 374.65 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "37001558-864e-4fc7-a07d-e741a479d3fd") + ) + (wire + (pts + (xy 106.68 201.93) (xy 106.68 203.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "37ccfaa0-ff88-479a-be89-e3e0cd5d0b96") + ) + (wire + (pts + (xy 76.2 96.52) (xy 76.2 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "37f58fc7-9086-4391-8d4e-e0b48b549db1") + ) + (wire + (pts + (xy 86.36 104.14) (xy 83.82 104.14) + ) + (stroke + (width 0) + (type default) + ) + (uuid "393605c6-3684-48bf-ba2f-cc595d95762c") + ) + (wire + (pts + (xy 118.11 73.66) (xy 118.11 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3aaa77cf-d801-4a39-815c-398753ad3c17") + ) + (wire + (pts + (xy 191.77 269.24) (xy 194.31 269.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3af95c0a-397a-48ce-9de4-06d60a65213a") + ) + (wire + (pts + (xy 77.47 64.77) (xy 80.01 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3bfc6027-19fc-4d16-ad44-d43c46a5f269") + ) + (wire + (pts + (xy 116.84 200.66) (xy 116.84 201.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3c0333bc-8424-4335-80a1-adb56aa1a29d") + ) + (wire + (pts + (xy 361.95 104.14) (xy 375.92 104.14) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3c7b342a-e8fa-42b8-8f4e-2a2552b7220b") + ) + (wire + (pts + (xy 281.94 171.45) (xy 283.21 171.45) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3c85a9c7-f7ed-4787-8159-edab3fa43cb1") + ) + (wire + (pts + (xy 358.14 149.86) (xy 364.49 149.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "3f3dfee0-2dcb-4db7-9723-7e67331f6f54") + ) + (wire + (pts + (xy 137.16 241.3) (xy 137.16 242.57) + ) + (stroke + (width 0) + (type default) + ) + (uuid "401abee9-3e04-4cfb-8f32-aead84e6dfab") + ) + (wire + (pts + (xy 283.21 140.97) (xy 283.21 142.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "40cc5a77-8819-4db8-b204-1d9b4733721b") + ) + (wire + (pts + (xy 233.68 166.37) (xy 233.68 172.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "41146342-2a99-495e-b4cd-f6e106aa21fd") + ) + (wire + (pts + (xy 281.94 72.39) (xy 283.21 72.39) + ) + (stroke + (width 0) + (type default) + ) + (uuid "420ea103-a657-4ca8-8ebd-52fd7b1a71b7") + ) + (wire + (pts + (xy 281.94 208.28) (xy 284.48 208.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "435624c9-f808-4bab-bee9-cb2f52880d5e") + ) + (wire + (pts + (xy 281.94 91.44) (xy 283.21 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "459762c5-41a2-41db-b4ec-f5505e1bd899") + ) + (wire + (pts + (xy 77.47 80.01) (xy 80.01 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "47377130-97e8-42a4-a1ad-91cbe961605a") + ) + (wire + (pts + (xy 242.57 49.53) (xy 243.84 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4871ac8d-8c39-4cc6-beb6-be5c6b3f6bc5") + ) + (wire + (pts + (xy 124.46 73.66) (xy 124.46 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "49385dec-5e4a-4423-843d-f341d7e7080d") + ) + (wire + (pts + (xy 281.94 215.9) (xy 283.21 215.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "49cf83b1-d971-4f86-8aec-ec568af3cff3") + ) + (wire + (pts + (xy 115.57 252.73) (xy 115.57 254) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4a0bd38f-c553-49ab-8093-0aed91df3969") + ) + (wire + (pts + (xy 358.14 149.86) (xy 358.14 151.13) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4c084251-323a-4e40-9632-b5be33712368") + ) + (wire + (pts + (xy 220.98 72.39) (xy 243.84 72.39) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4c5c4fe0-d857-4682-8b2c-6f231569781f") + ) + (wire + (pts + (xy 361.95 106.68) (xy 361.95 110.49) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4d1dd0a5-e83e-477f-a5d2-b2c657697e57") + ) + (wire + (pts + (xy 111.76 73.66) (xy 111.76 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4dcf946e-90ef-4a3c-9640-6c5b21f65238") + ) + (wire + (pts + (xy 148.59 247.65) (xy 161.29 247.65) + ) + (stroke + (width 0) + (type default) + ) + (uuid "4f43caa0-18be-4ee9-a340-9406108c51fe") + ) + (wire + (pts + (xy 147.32 154.94) (xy 179.07 154.94) + ) + (stroke + (width 0) + (type default) + ) + (uuid "52500eaf-7199-4c12-a35b-898c66efa9bc") + ) + (wire + (pts + (xy 336.55 106.68) (xy 351.79 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5278c6e0-e9d5-4482-a35c-9b2695393912") + ) + (wire + (pts + (xy 243.84 111.76) (xy 226.06 111.76) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5344cef7-13a2-431e-9317-d5e8a1b30e71") + ) + (wire + (pts + (xy 90.17 80.01) (xy 90.17 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5353947b-5ae8-408f-a0e4-aba6e1566453") + ) + (wire + (pts + (xy 233.68 166.37) (xy 234.95 166.37) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5436978f-d705-4c81-8dba-3c833631b4f5") + ) + (wire + (pts + (xy 212.09 161.29) (xy 243.84 161.29) + ) + (stroke + (width 0) + (type default) + ) + (uuid "54782a22-d0a5-4e3f-98fc-dae2fc809bd4") + ) + (wire + (pts + (xy 138.43 73.66) (xy 138.43 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "549e9ec7-583d-476e-8533-e1a049d2e520") + ) + (wire + (pts + (xy 359.41 110.49) (xy 361.95 110.49) + ) + (stroke + (width 0) + (type default) + ) + (uuid "54d6bf97-7c40-48dc-8f41-469c7f63d961") + ) + (wire + (pts + (xy 283.21 215.9) (xy 283.21 220.98) + ) + (stroke + (width 0) + (type default) + ) + (uuid "552152d7-7497-434d-baee-fd57db2ff2ab") + ) + (wire + (pts + (xy 242.57 91.44) (xy 243.84 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "553a5414-2a0d-40e6-80e6-4d8d80933ae4") + ) + (wire + (pts + (xy 87.63 80.01) (xy 90.17 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "55aed190-3f77-4eff-b0a3-2342b5a68469") + ) + (wire + (pts + (xy 299.72 158.75) (xy 317.5 158.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "56121ee6-762b-4c2f-aa91-968bbbd21acc") + ) + (wire + (pts + (xy 242.57 41.91) (xy 242.57 46.99) + ) + (stroke + (width 0) + (type default) + ) + (uuid "57380e45-aa72-47aa-bda7-16ab50749ce4") + ) + (wire + (pts + (xy 281.94 140.97) (xy 283.21 140.97) + ) + (stroke + (width 0) + (type default) + ) + (uuid "57de1d26-2d0b-42e8-a936-cdc6f5ad478a") + ) + (wire + (pts + (xy 217.17 208.28) (xy 243.84 208.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "57eb9e08-7a73-4fef-aefd-088421f02c8a") + ) + (wire + (pts + (xy 198.12 236.22) (xy 198.12 234.95) + ) + (stroke + (width 0) + (type default) + ) + (uuid "59520ad8-c224-483e-acbb-467f646c8b84") + ) + (wire + (pts + (xy 180.34 232.41) (xy 181.61 232.41) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5975d5c6-d0bc-4318-9973-32530ac56203") + ) + (wire + (pts + (xy 106.68 228.6) (xy 107.95 228.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5986489b-12c7-4ab0-8475-b1614adb2e93") + ) + (wire + (pts + (xy 147.32 104.14) (xy 163.83 104.14) + ) + (stroke + (width 0) + (type default) + ) + (uuid "59cfd256-cd66-4c1a-aa3d-f5fae9d69f7c") + ) + (wire + (pts + (xy 242.57 140.97) (xy 243.84 140.97) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5a924906-14a4-4653-922e-eb2de5e4b437") + ) + (wire + (pts + (xy 358.14 148.59) (xy 358.14 149.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5b64f959-2b5f-419b-a440-c03cfb48e078") + ) + (wire + (pts + (xy 358.14 80.01) (xy 375.92 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5c50c629-760c-4b19-a260-7ed0d3e4e9a0") + ) + (wire + (pts + (xy 339.09 40.64) (xy 350.52 40.64) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5f0f4112-3e7e-4562-9e75-7d87809b140b") + ) + (wire + (pts + (xy 358.14 82.55) (xy 375.92 82.55) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5fbbdaab-2a74-441c-bea1-9c3edbcc6266") + ) + (wire + (pts + (xy 226.06 59.69) (xy 243.84 59.69) + ) + (stroke + (width 0) + (type default) + ) + (uuid "5fcea4cd-4bcc-4b52-859c-b0d834af4824") + ) + (wire + (pts + (xy 212.09 153.67) (xy 243.84 153.67) + ) + (stroke + (width 0) + (type default) + ) + (uuid "600b907f-1c47-4ea2-855b-a3fe05fefcf1") + ) + (wire + (pts + (xy 96.52 64.77) (xy 96.52 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "601fb072-d881-49ee-b33f-1fbd3b730d2a") + ) + (wire + (pts + (xy 151.13 64.77) (xy 151.13 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6195f786-cded-4fbf-b585-f9028c6b9120") + ) + (wire + (pts + (xy 281.94 166.37) (xy 317.5 166.37) + ) + (stroke + (width 0) + (type default) + ) + (uuid "61b7766e-8e43-4492-9ef5-3033c627ccf0") + ) + (wire + (pts + (xy 96.52 64.77) (xy 106.68 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "63513159-d332-480f-a51d-60f663e8e100") + ) + (wire + (pts + (xy 179.07 252.73) (xy 179.07 254) + ) + (stroke + (width 0) + (type default) + ) + (uuid "64cfa69a-8b41-464e-9d26-32938ea5c5ec") + ) + (wire + (pts + (xy 241.3 55.88) (xy 241.3 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "650d9dd9-2c9f-4d16-b8a2-c204f4687c4c") + ) + (wire + (pts + (xy 281.94 111.76) (xy 299.72 111.76) + ) + (stroke + (width 0) + (type default) + ) + (uuid "654ce3e2-2bae-4b33-b68c-6bbc8f341569") + ) + (wire + (pts + (xy 243.84 200.66) (xy 242.57 200.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "65a4a548-c676-4d25-83b3-bfbcf61bccda") + ) + (wire + (pts + (xy 111.76 201.93) (xy 114.3 201.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "66a3af24-0f45-4b0d-9752-351cf76efda2") + ) + (wire + (pts + (xy 358.14 40.64) (xy 375.92 40.64) + ) + (stroke + (width 0) + (type default) + ) + (uuid "67416cf7-5e63-4249-82d1-44c945bc1841") + ) + (wire + (pts + (xy 242.57 198.12) (xy 242.57 200.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6789caf3-f2c1-413f-aae8-804fe6afe186") + ) + (wire + (pts + (xy 242.57 220.98) (xy 242.57 222.25) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6915126f-ccfb-4dba-84d6-a28e7225f765") + ) + (wire + (pts + (xy 147.32 99.06) (xy 163.83 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6aac87e6-f58e-4436-8054-b0528fca7f3e") + ) + (wire + (pts + (xy 111.76 64.77) (xy 111.76 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6b034fe5-e2d7-429f-879b-b54e665fd219") + ) + (wire + (pts + (xy 115.57 262.89) (xy 127 262.89) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6b3eac44-aafd-410e-85f6-02b8550019f4") + ) + (wire + (pts + (xy 281.94 109.22) (xy 299.72 109.22) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6c25429e-1c6a-41ca-9476-6cd3140a98cc") + ) + (wire + (pts + (xy 147.32 121.92) (xy 167.64 121.92) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6c4c1dc7-fbb3-4498-8b8e-32997c3622f0") + ) + (wire + (pts + (xy 90.17 73.66) (xy 90.17 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6e1d8e9f-a593-4723-9fbe-7bbf4fe32154") + ) + (wire + (pts + (xy 171.45 149.86) (xy 191.77 149.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6f7e07ea-f549-4d19-921f-512f482c88df") + ) + (wire + (pts + (xy 129.54 90.17) (xy 129.54 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "6fb4a1c9-7c9c-4124-a247-b7b098a276fe") + ) + (wire + (pts + (xy 359.41 50.8) (xy 375.92 50.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7064830e-cac2-4dcb-a8ac-65c06ab5adce") + ) + (wire + (pts + (xy 118.11 64.77) (xy 124.46 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "709914a2-c3e2-4a16-a9bf-fb2e4e43ee18") + ) + (wire + (pts + (xy 160.02 232.41) (xy 172.72 232.41) + ) + (stroke + (width 0) + (type default) + ) + (uuid "750b8136-4f4a-4d1c-9c22-80a299a92cfb") + ) + (wire + (pts + (xy 361.95 106.68) (xy 375.92 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "758aa19a-0dca-4f2a-a20b-6198bdaef0b8") + ) + (wire + (pts + (xy 359.41 48.26) (xy 375.92 48.26) + ) + (stroke + (width 0) + (type default) + ) + (uuid "762da906-3508-4134-8cb9-b7415c2af698") + ) + (wire + (pts + (xy 111.76 88.9) (xy 111.76 90.17) + ) + (stroke + (width 0) + (type default) + ) + (uuid "763e8ce8-12a5-4073-9925-304de4943973") + ) + (wire + (pts + (xy 342.9 96.52) (xy 356.87 96.52) + ) + (stroke + (width 0) + (type default) + ) + (uuid "76a72d96-b87e-4a8b-ae99-dd52a904c909") + ) + (wire + (pts + (xy 116.84 228.6) (xy 116.84 233.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "772f7aa8-9ffb-4d3c-be4c-9b202fe0a752") + ) + (wire + (pts + (xy 177.8 247.65) (xy 179.07 247.65) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7775b87b-3454-4569-9357-7db0382e0cb9") + ) + (wire + (pts + (xy 90.17 64.77) (xy 96.52 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "783e31b6-7673-438a-b6fc-c12721d7f8da") + ) + (wire + (pts + (xy 78.74 167.64) (xy 86.36 167.64) + ) + (stroke + (width 0) + (type default) + ) + (uuid "79585f97-b139-4712-a91a-b4fb179201d1") + ) + (wire + (pts + (xy 144.78 64.77) (xy 144.78 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "797cf705-b352-467e-93d1-93dbb35a55d3") + ) + (wire + (pts + (xy 242.57 99.06) (xy 242.57 104.14) + ) + (stroke + (width 0) + (type default) + ) + (uuid "79acac8c-ea9d-4339-9b4b-dd9c8ffa27cd") + ) + (wire + (pts + (xy 242.57 54.61) (xy 243.84 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7b06102c-fa69-44d1-8714-200f35ab5214") + ) + (wire + (pts + (xy 119.38 201.93) (xy 121.92 201.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7b21afd1-2b0f-409a-ba55-3e65133bc0d8") + ) + (wire + (pts + (xy 242.57 203.2) (xy 243.84 203.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7b985398-d53f-4cd8-a9da-7ebed9ffa689") + ) + (wire + (pts + (xy 46.99 134.62) (xy 46.99 135.89) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7ce2c64c-859e-4bb0-b67d-6a6b68c4d7e2") + ) + (wire + (pts + (xy 177.8 252.73) (xy 179.07 252.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7cf61283-1f5c-495e-a29b-eaf1ed489252") + ) + (wire + (pts + (xy 127 90.17) (xy 129.54 90.17) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7e846ca2-6a0b-4b09-8a59-06531f62bad1") + ) + (wire + (pts + (xy 242.57 121.92) (xy 242.57 123.19) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7eb0f0d5-2531-4e89-8a58-c4b1cc1a4113") + ) + (wire + (pts + (xy 359.41 53.34) (xy 375.92 53.34) + ) + (stroke + (width 0) + (type default) + ) + (uuid "7f8bc1d2-e8a9-4bbf-81fe-436bba7b6920") + ) + (wire + (pts + (xy 191.77 274.32) (xy 194.31 274.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "820b082e-3874-40ee-951e-e928cb0eea6b") + ) + (wire + (pts + (xy 124.46 201.93) (xy 124.46 200.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "831f1386-b542-464a-b59b-0c946eedee79") + ) + (wire + (pts + (xy 168.91 247.65) (xy 170.18 247.65) + ) + (stroke + (width 0) + (type default) + ) + (uuid "835afdac-fb5e-47b6-b4e5-024f8bb13897") + ) + (wire + (pts + (xy 106.68 201.93) (xy 109.22 201.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "83a6be23-d41e-41ff-8751-fc3bdd3a19ea") + ) + (wire + (pts + (xy 114.3 90.17) (xy 114.3 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "88e63202-8344-494f-bd3c-6cdc7aa78a5e") + ) + (wire + (pts + (xy 374.65 72.39) (xy 375.92 72.39) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8954b427-eae4-4f90-bfb3-c38432297f1e") + ) + (wire + (pts + (xy 147.32 190.5) (xy 154.94 190.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "89809d17-db0a-4a5b-b660-3bc5ef05957f") + ) + (wire + (pts + (xy 283.21 220.98) (xy 283.21 222.25) + ) + (stroke + (width 0) + (type default) + ) + (uuid "89c391e1-c6c3-4092-a1cd-8746e68d8d81") + ) + (wire + (pts + (xy 241.3 105.41) (xy 241.3 101.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "89e9bff9-5403-4133-8fab-cbf87ebadf7c") + ) + (wire + (pts + (xy 96.52 73.66) (xy 96.52 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8a1e6c56-0373-4ef2-b54c-45744024fd65") + ) + (wire + (pts + (xy 76.2 137.16) (xy 77.47 137.16) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8ab77fcb-f2bb-4eb7-a5fb-883d68f95346") + ) + (wire + (pts + (xy 147.32 109.22) (xy 166.37 109.22) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8ad0ae44-a46b-418f-97f0-c76d4297992d") + ) + (wire + (pts + (xy 147.32 132.08) (xy 167.64 132.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8aea6362-4df0-4312-97ed-2a2b398fda65") + ) + (wire + (pts + (xy 364.49 151.13) (xy 364.49 149.86) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8b499370-f743-4dc5-8936-9ae6a87b915c") + ) + (wire + (pts + (xy 281.94 213.36) (xy 283.21 213.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8bfa29b0-f9de-405f-991f-2e7ba1708b0e") + ) + (wire + (pts + (xy 299.72 163.83) (xy 302.26 163.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8bff06ad-f60f-4dbc-aab4-9400e77c7bef") + ) + (wire + (pts + (xy 147.32 262.89) (xy 158.75 262.89) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8d5c1d12-10e4-40a1-b728-dccb093fd42a") + ) + (wire + (pts + (xy 281.94 163.83) (xy 292.1 163.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "8e76e7e9-848e-4c4c-acd9-f7590e7ee2d0") + ) + (wire + (pts + (xy 394.97 220.98) (xy 394.97 222.25) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9065bdb9-8945-48ae-b519-b525e9c96d32") + ) + (wire + (pts + (xy 231.14 189.23) (xy 231.14 190.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "908ea8cc-d61f-46c7-a98a-dfde90a9c422") + ) + (wire + (pts + (xy 124.46 90.17) (xy 124.46 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "90c2f661-8ee2-4801-9639-ef3f9c182b4c") + ) + (wire + (pts + (xy 90.17 64.77) (xy 90.17 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "90c427c3-8959-4c7e-a557-028642fb0c8e") + ) + (wire + (pts + (xy 243.84 195.58) (xy 242.57 195.58) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9172cbc4-67a2-482d-8633-5d62cdbaac73") + ) + (wire + (pts + (xy 242.57 163.83) (xy 243.84 163.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "91891896-d3d0-4925-be35-d72e1a524a46") + ) + (wire + (pts + (xy 119.38 247.65) (xy 127 247.65) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9341df23-e345-448c-8e9c-cbff5809f824") + ) + (wire + (pts + (xy 96.52 88.9) (xy 96.52 90.17) + ) + (stroke + (width 0) + (type default) + ) + (uuid "93d04be3-0873-4122-bc3e-20e2a0f68f64") + ) + (wire + (pts + (xy 339.09 38.1) (xy 350.52 38.1) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9460c4cb-ad1e-45b3-8470-62ee7864c746") + ) + (wire + (pts + (xy 151.13 73.66) (xy 151.13 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "95786336-5cc9-4978-a039-37aa63b0b7ca") + ) + (wire + (pts + (xy 179.07 247.65) (xy 179.07 252.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "96370139-4445-46cd-9666-1ced1f99176f") + ) + (wire + (pts + (xy 147.32 260.35) (xy 158.75 260.35) + ) + (stroke + (width 0) + (type default) + ) + (uuid "97168066-3945-4c8e-aa0b-e8f39bee96ca") + ) + (wire + (pts + (xy 242.57 104.14) (xy 243.84 104.14) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9820a968-586d-42bf-8bfd-d7cba2d8795f") + ) + (wire + (pts + (xy 358.14 162.56) (xy 358.14 158.75) + ) + (stroke + (width 0) + (type default) + ) + (uuid "988b437b-02f5-422e-9b62-1289d5433289") + ) + (wire + (pts + (xy 359.41 45.72) (xy 375.92 45.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "98d75544-b0e0-4588-b57c-0705be14baa7") + ) + (wire + (pts + (xy 226.06 67.31) (xy 243.84 67.31) + ) + (stroke + (width 0) + (type default) + ) + (uuid "99cb5865-ffa2-453e-bdac-a1a54b775ca4") + ) + (wire + (pts + (xy 242.57 166.37) (xy 243.84 166.37) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9a50865f-cca8-4399-9973-94b68c46e249") + ) + (wire + (pts + (xy 76.2 113.03) (xy 76.2 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9c0e9d47-0bec-462b-99fc-2dc1d2408a6d") + ) + (wire + (pts + (xy 132.08 63.5) (xy 132.08 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9c7e6acc-ca5b-4362-ad70-7ce14ce29541") + ) + (wire + (pts + (xy 242.57 146.05) (xy 243.84 146.05) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9d08e2ee-b385-41dd-8805-97609c469a81") + ) + (wire + (pts + (xy 96.52 80.01) (xy 96.52 81.28) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9db06abe-2631-4cd6-8980-7ea208a2aabc") + ) + (wire + (pts + (xy 242.57 49.53) (xy 242.57 54.61) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9ee53e99-e846-49d6-9f01-cfbaff084c07") + ) + (wire + (pts + (xy 241.3 101.6) (xy 243.84 101.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "9f3a1b2d-05f6-4e03-bdd9-ce27f6c80e7f") + ) + (wire + (pts + (xy 359.41 33.02) (xy 375.92 33.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a0c5fbdc-2025-4dad-aee7-41f2d909beba") + ) + (wire + (pts + (xy 106.68 238.76) (xy 107.95 238.76) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a11bdb2e-07b8-4382-9495-e83368593b7b") + ) + (wire + (pts + (xy 132.08 73.66) (xy 132.08 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a1d8f5d8-c5d7-48d1-ba33-82c80a6e562d") + ) + (wire + (pts + (xy 114.3 200.66) (xy 114.3 201.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a1ff07b5-cb9e-402b-a4ef-459625557b1e") + ) + (wire + (pts + (xy 387.35 220.98) (xy 387.35 222.25) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a33f41a0-5307-42a7-a8c2-730510dd2cd8") + ) + (wire + (pts + (xy 220.98 62.23) (xy 220.98 63.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a425be52-aced-4462-a5c1-1174bb8e4f01") + ) + (wire + (pts + (xy 242.57 171.45) (xy 242.57 172.72) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a4c182c6-24a0-47e1-b0cf-c8c6053b74b2") + ) + (wire + (pts + (xy 138.43 64.77) (xy 138.43 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a4f96168-75c4-49df-8dd9-1a9f420c13a3") + ) + (wire + (pts + (xy 283.21 50.8) (xy 283.21 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a689eb3c-784c-4e4d-9568-c78b4a97c267") + ) + (wire + (pts + (xy 124.46 90.17) (xy 127 90.17) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a710fded-4353-4843-a267-46ac69e624da") + ) + (wire + (pts + (xy 198.12 234.95) (xy 196.85 234.95) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a91b9266-0036-43cb-8109-050d46bb5e6b") + ) + (wire + (pts + (xy 281.94 67.31) (xy 295.91 67.31) + ) + (stroke + (width 0) + (type default) + ) + (uuid "a960b38f-c763-4e81-b822-090f5b68d999") + ) + (wire + (pts + (xy 242.57 139.7) (xy 242.57 140.97) + ) + (stroke + (width 0) + (type default) + ) + (uuid "aa57d0a2-fbc5-45db-b6a3-8f6d7777ddb3") + ) + (wire + (pts + (xy 147.32 167.64) (xy 175.26 167.64) + ) + (stroke + (width 0) + (type default) + ) + (uuid "aa7b8a91-4b53-48e9-b895-425d12df8977") + ) + (wire + (pts + (xy 132.08 64.77) (xy 138.43 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ad92ec52-62c5-494b-bc21-d17f49287c03") + ) + (wire + (pts + (xy 242.57 99.06) (xy 243.84 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "aec160aa-5fdc-4246-a70c-db7cf0b1d18c") + ) + (wire + (pts + (xy 242.57 91.44) (xy 242.57 96.52) + ) + (stroke + (width 0) + (type default) + ) + (uuid "af0d568f-959a-471c-9fee-ac4c7e7a6a69") + ) + (wire + (pts + (xy 226.06 64.77) (xy 243.84 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "afa385bc-9842-4b29-b6e5-6bc840d1b710") + ) + (wire + (pts + (xy 212.09 151.13) (xy 243.84 151.13) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b0200ec8-fcbe-47b3-b6dd-c2878039a736") + ) + (wire + (pts + (xy 242.57 189.23) (xy 242.57 190.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b0982197-598f-45c8-952c-9ab9c7f7d1b0") + ) + (wire + (pts + (xy 119.38 200.66) (xy 119.38 201.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b145da75-903d-42fd-816d-8ca099fb62f9") + ) + (wire + (pts + (xy 114.3 201.93) (xy 116.84 201.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b4789341-06ef-40c1-babb-2011f4013335") + ) + (wire + (pts + (xy 30.48 201.93) (xy 30.48 203.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b62a67bc-a6bf-4f18-8c89-998ccfb151fa") + ) + (wire + (pts + (xy 90.17 80.01) (xy 96.52 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b64d889b-c4ad-4297-ab13-5fc0628823ce") + ) + (wire + (pts + (xy 132.08 64.77) (xy 132.08 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "b7941a37-87ef-4c58-aec1-52b47ae196f8") + ) + (wire + (pts + (xy 106.68 200.66) (xy 106.68 201.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ba11fbad-70ea-4f49-8d06-ea4d3a42b8cf") + ) + (wire + (pts + (xy 147.32 144.78) (xy 179.07 144.78) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ba62688b-c3f2-4fa6-8fff-1400d9380946") + ) + (wire + (pts + (xy 82.55 228.6) (xy 99.06 228.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "bb1ada1d-16e6-4b56-9198-76b1d6d6e073") + ) + (wire + (pts + (xy 115.57 228.6) (xy 116.84 228.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c013e12b-85e3-40d5-a007-39e44086f53f") + ) + (wire + (pts + (xy 220.98 71.12) (xy 220.98 72.39) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c01cf59d-c04c-4716-86a5-86eee5ac1a5c") + ) + (wire + (pts + (xy 147.32 177.8) (xy 175.26 177.8) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c0624a2c-6958-4a0a-ad34-ce242bb9aeee") + ) + (wire + (pts + (xy 109.22 201.93) (xy 111.76 201.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c28bdd3f-98f3-4037-8ebc-ddb4666b71dc") + ) + (wire + (pts + (xy 283.21 213.36) (xy 283.21 215.9) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c2a9a32b-8b15-42a9-a55a-0b779f38d7de") + ) + (wire + (pts + (xy 85.09 194.31) (xy 85.09 193.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c380ab19-2912-48b7-beda-9cfb50a2bf8d") + ) + (wire + (pts + (xy 361.95 101.6) (xy 375.92 101.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c51847ea-6b14-44d7-855c-9f3cb59a357c") + ) + (wire + (pts + (xy 281.94 59.69) (xy 295.91 59.69) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c5232f15-803c-451a-ae42-ff6d76a2f1de") + ) + (wire + (pts + (xy 283.21 41.91) (xy 283.21 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c58df783-0567-4d91-b0cd-9575680baf05") + ) + (wire + (pts + (xy 283.21 190.5) (xy 298.45 190.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c5e08602-4262-4d79-8643-9eb8aaaf6328") + ) + (wire + (pts + (xy 283.21 91.44) (xy 283.21 92.71) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c634400b-9709-453e-a343-4adb7aa03e1f") + ) + (wire + (pts + (xy 359.41 106.68) (xy 361.95 106.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c76b588a-3533-40ce-ade3-2919101a8b77") + ) + (wire + (pts + (xy 85.09 132.08) (xy 86.36 132.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c8857d15-6c57-4b80-8524-25826b66cf96") + ) + (wire + (pts + (xy 370.84 154.94) (xy 372.11 154.94) + ) + (stroke + (width 0) + (type default) + ) + (uuid "c88d34a7-164e-44eb-a79d-7f0775236e22") + ) + (wire + (pts + (xy 168.91 252.73) (xy 170.18 252.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ca46011a-7598-41ba-928f-f885c39eea52") + ) + (wire + (pts + (xy 116.84 201.93) (xy 119.38 201.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ca7f8fb9-9bea-4966-9340-f604b9a02aad") + ) + (wire + (pts + (xy 111.76 90.17) (xy 111.76 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ca8ed342-40d4-4e52-874a-7454ea8d8169") + ) + (wire + (pts + (xy 217.17 210.82) (xy 243.84 210.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cb1e2edb-0fae-47fc-9e2e-7034837596d8") + ) + (wire + (pts + (xy 147.32 265.43) (xy 158.75 265.43) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cb484e24-8d5e-4090-9c25-fed0b9adb97d") + ) + (wire + (pts + (xy 243.84 114.3) (xy 226.06 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cb7ccee3-d187-46af-ac29-4b9ee120985c") + ) + (wire + (pts + (xy 121.92 88.9) (xy 121.92 90.17) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cbab2017-0b02-44ed-8fb5-742be20773fa") + ) + (wire + (pts + (xy 115.57 262.89) (xy 115.57 261.62) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cbf6e29b-34cc-4619-abbe-f3721f005506") + ) + (wire + (pts + (xy 124.46 64.77) (xy 124.46 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cc3adb8d-8751-4638-a79b-0e23d1ef240c") + ) + (wire + (pts + (xy 339.09 43.18) (xy 350.52 43.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ce6f500c-fae7-4e12-9060-8fa05df77cae") + ) + (wire + (pts + (xy 281.94 41.91) (xy 283.21 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cef9c160-bbf3-43f2-91c8-b78f08e9cddb") + ) + (wire + (pts + (xy 147.32 127) (xy 167.64 127) + ) + (stroke + (width 0) + (type default) + ) + (uuid "cfa035cc-1520-4102-8ab5-16e103ee3709") + ) + (wire + (pts + (xy 171.45 269.24) (xy 184.15 269.24) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d09d0c72-eba0-428e-80f0-0cfe90682d66") + ) + (wire + (pts + (xy 106.68 261.62) (xy 106.68 262.89) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d0b674b8-9933-489d-b1c2-064990ad0d17") + ) + (wire + (pts + (xy 242.57 46.99) (xy 242.57 49.53) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d1df0a3a-5cdb-4bf6-92a2-2aa28703bfb6") + ) + (wire + (pts + (xy 77.47 63.5) (xy 77.47 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d3783342-d1fa-4f7d-a009-129e2c917717") + ) + (wire + (pts + (xy 281.94 114.3) (xy 299.72 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d4addcb5-13c7-4fd4-af82-690a42fefb39") + ) + (wire + (pts + (xy 77.47 64.77) (xy 77.47 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d4f72b1c-91ce-4c1d-a72f-107b2a5cd9e1") + ) + (wire + (pts + (xy 226.06 62.23) (xy 243.84 62.23) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d5055e86-03f3-4928-a4fa-01ee19c56a7c") + ) + (wire + (pts + (xy 160.02 237.49) (xy 172.72 237.49) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d828e04b-6faf-4e61-900f-4e9b30e222d7") + ) + (wire + (pts + (xy 109.22 200.66) (xy 109.22 201.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "d9dba684-2d6f-4083-b29c-7a5d489e4613") + ) + (wire + (pts + (xy 242.57 190.5) (xy 243.84 190.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "da4a2e41-5745-463e-9cf9-a6ec4ac842af") + ) + (wire + (pts + (xy 104.14 80.01) (xy 96.52 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "db71d80e-4296-4268-8dbf-e80019069848") + ) + (wire + (pts + (xy 115.57 233.68) (xy 116.84 233.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "db9cf2c8-62d5-4bcd-92c0-b7c5bddda301") + ) + (wire + (pts + (xy 147.32 134.62) (xy 167.64 134.62) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dbdfb9ad-8ac4-4f4d-b107-583a1318ef46") + ) + (wire + (pts + (xy 173.99 109.22) (xy 194.31 109.22) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dc234db7-d4ee-4a21-8847-aafe9a99765b") + ) + (wire + (pts + (xy 283.21 121.92) (xy 283.21 123.19) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dc6fc1c2-5694-433f-a8cb-1865a24810dd") + ) + (wire + (pts + (xy 374.65 99.06) (xy 375.92 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ddccff64-b641-4916-9e33-ce27673e14ec") + ) + (wire + (pts + (xy 104.14 91.44) (xy 104.14 80.01) + ) + (stroke + (width 0) + (type default) + ) + (uuid "de174ecb-f5df-4b1b-a918-2ceb4bff96e2") + ) + (wire + (pts + (xy 281.94 210.82) (xy 284.48 210.82) + ) + (stroke + (width 0) + (type default) + ) + (uuid "de34737e-4d3b-40ed-9fc4-e3632a69e121") + ) + (wire + (pts + (xy 358.14 74.93) (xy 375.92 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "deea7ffa-b05d-4748-81cc-25f8e032ca1c") + ) + (wire + (pts + (xy 283.21 91.44) (xy 293.37 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "def67fb6-d28d-41a6-ab19-686096bd5e8e") + ) + (wire + (pts + (xy 121.92 90.17) (xy 124.46 90.17) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dfa3789f-72aa-4e87-9d8e-7ed5173af696") + ) + (wire + (pts + (xy 283.21 72.39) (xy 283.21 73.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dff57910-ff74-48da-889c-7b54782a57d1") + ) + (wire + (pts + (xy 243.84 121.92) (xy 242.57 121.92) + ) + (stroke + (width 0) + (type default) + ) + (uuid "dfffc0d7-4311-42fe-83c4-91d344561ca7") + ) + (wire + (pts + (xy 242.57 40.64) (xy 242.57 41.91) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e087ba55-25a8-4144-aa17-6df6b12d5c9f") + ) + (wire + (pts + (xy 336.55 110.49) (xy 351.79 110.49) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e0c998b6-f660-4995-a913-fe69cae1309b") + ) + (wire + (pts + (xy 283.21 199.39) (xy 283.21 200.66) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e1519097-be83-4437-9a80-d70b092a6d80") + ) + (wire + (pts + (xy 85.09 137.16) (xy 86.36 137.16) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e1b51f05-abe6-4eae-a127-75f1b46e8970") + ) + (wire + (pts + (xy 243.84 109.22) (xy 226.06 109.22) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e1e50285-5343-460a-bd58-25a91d9b4d57") + ) + (wire + (pts + (xy 243.84 116.84) (xy 226.06 116.84) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e244c4bd-b3f1-438b-bf16-c2445f81358c") + ) + (wire + (pts + (xy 138.43 64.77) (xy 144.78 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e464360b-4e8a-4f12-8758-be0db847e100") + ) + (wire + (pts + (xy 242.57 140.97) (xy 242.57 146.05) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e67651a7-e909-4faf-91c0-618d165fbd08") + ) + (wire + (pts + (xy 121.92 201.93) (xy 124.46 201.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e74e67f1-3711-42db-89fd-33eb44121b4b") + ) + (wire + (pts + (xy 356.87 213.36) (xy 372.11 213.36) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e752a214-d9aa-4a9d-8cba-7192d515d4e2") + ) + (wire + (pts + (xy 243.84 220.98) (xy 242.57 220.98) + ) + (stroke + (width 0) + (type default) + ) + (uuid "e8e025d3-d2f2-4133-a387-ca546d384ce8") + ) + (wire + (pts + (xy 281.94 64.77) (xy 295.91 64.77) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ea287573-1d11-416f-b588-f19861457007") + ) + (wire + (pts + (xy 78.74 170.18) (xy 86.36 170.18) + ) + (stroke + (width 0) + (type default) + ) + (uuid "eb448286-0f7d-4cd8-bd37-dafee51f1a04") + ) + (wire + (pts + (xy 114.3 90.17) (xy 116.84 90.17) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ebce2448-697c-4a74-a03a-72c0de5a7f4e") + ) + (wire + (pts + (xy 147.32 147.32) (xy 179.07 147.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ecb90658-54d1-4925-9a77-42591f19a29b") + ) + (wire + (pts + (xy 242.57 90.17) (xy 242.57 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ed29b904-929c-474a-879f-7d92cf729651") + ) + (wire + (pts + (xy 372.11 160.02) (xy 364.49 160.02) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ee6c1a4e-6877-47d3-9836-d15093f7193f") + ) + (wire + (pts + (xy 359.41 35.56) (xy 375.92 35.56) + ) + (stroke + (width 0) + (type default) + ) + (uuid "eefc0a1a-e83e-44a6-988a-f50b19fe8c28") + ) + (wire + (pts + (xy 90.17 88.9) (xy 90.17 90.17) + ) + (stroke + (width 0) + (type default) + ) + (uuid "ef07854d-4d0c-42c6-a944-e14784296093") + ) + (wire + (pts + (xy 148.59 252.73) (xy 161.29 252.73) + ) + (stroke + (width 0) + (type default) + ) + (uuid "effa05a2-13e1-481e-bf9a-9f8c7ac2858a") + ) + (wire + (pts + (xy 116.84 233.68) (xy 116.84 238.76) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f045e622-e618-44d9-b1da-56b1e35773f6") + ) + (wire + (pts + (xy 76.2 132.08) (xy 77.47 132.08) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f10b48d0-8d8e-4b52-8014-301af69764d0") + ) + (wire + (pts + (xy 82.55 238.76) (xy 99.06 238.76) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f10cdd00-f733-492f-b048-1dd70a5215f3") + ) + (wire + (pts + (xy 83.82 104.14) (xy 83.82 105.41) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f3270496-2582-4af6-85fa-0f24e2c32b40") + ) + (wire + (pts + (xy 242.57 195.58) (xy 242.57 190.5) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f3e78a76-30b4-4683-8d96-75a06198cf9b") + ) + (wire + (pts + (xy 106.68 233.68) (xy 107.95 233.68) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f415b5f2-bbc9-4fe6-bfaf-2b19e2135790") + ) + (wire + (pts + (xy 118.11 64.77) (xy 118.11 66.04) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f45ab6f6-0c75-4e68-a71a-ca5dbfdaaa93") + ) + (wire + (pts + (xy 233.68 163.83) (xy 233.68 166.37) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f4da92c2-5ac6-45c3-8028-c3c958ca7fe4") + ) + (wire + (pts + (xy 241.3 52.07) (xy 243.84 52.07) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f6322c6e-d9d6-4e2d-8cae-903f6e0b915b") + ) + (wire + (pts + (xy 147.32 101.6) (xy 163.83 101.6) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f6d457e8-b241-49db-ad57-daba4abd755c") + ) + (wire + (pts + (xy 243.84 198.12) (xy 242.57 198.12) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f6efbc09-cf31-46ab-94a5-838bdadee013") + ) + (wire + (pts + (xy 171.45 264.16) (xy 184.15 264.16) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f713aec4-0299-4a2e-9a36-ee61f68a00f0") + ) + (wire + (pts + (xy 242.57 200.66) (xy 242.57 203.2) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f747f015-949e-4fef-8fcb-bd26db12d061") + ) + (wire + (pts + (xy 154.94 274.32) (xy 184.15 274.32) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f80ed998-34b2-4296-919d-be962979ed4c") + ) + (wire + (pts + (xy 83.82 113.03) (xy 83.82 114.3) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f8244e34-bbb2-41e0-b7f2-004e115689ab") + ) + (wire + (pts + (xy 76.2 105.41) (xy 76.2 99.06) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f897b3d4-c7b4-44bc-b55f-a9c111dfdabd") + ) + (wire + (pts + (xy 116.84 90.17) (xy 116.84 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f8aee88f-dc81-4184-81f6-f232f160ebf7") + ) + (wire + (pts + (xy 144.78 73.66) (xy 144.78 74.93) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f9245077-69fe-48b1-ba12-ead1cbd2da23") + ) + (wire + (pts + (xy 191.77 264.16) (xy 194.31 264.16) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f99d8970-4e4f-4aa3-9b82-578fb1f713dc") + ) + (wire + (pts + (xy 242.57 148.59) (xy 243.84 148.59) + ) + (stroke + (width 0) + (type default) + ) + (uuid "f9fe34c4-b8d4-4626-9728-f8ea48d37270") + ) + (wire + (pts + (xy 121.92 90.17) (xy 121.92 91.44) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fb267b33-573b-4529-a381-78152825d529") + ) + (wire + (pts + (xy 374.65 58.42) (xy 374.65 60.96) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fd2a5cef-796a-4923-bb1d-17ba62c1199a") + ) + (wire + (pts + (xy 302.26 161.29) (xy 302.26 163.83) + ) + (stroke + (width 0) + (type default) + ) + (uuid "fe86410d-e85a-40c4-b0f2-6ba67f3046ee") + ) + (text "TODO: implement" + (exclude_from_sim no) + (at 184.15 177.292 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "0193cc46-81ca-4892-b039-7a1a66b43ec2") + ) + (text "TODO: Generate EC_VREF\nand test it" + (exclude_from_sim no) + (at 381.762 142.494 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "02998bea-fcfa-4cd7-8f6e-a0d6158b893f") + ) + (text "DTR#" + (exclude_from_sim no) + (at 132.588 178.054 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "08238775-9cc9-44b9-9a89-d56053746942") + ) + (text ">" + (exclude_from_sim no) + (at 262.89 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "3f648608-e1e0-4420-b29d-92325c1fe1c0") + ) + (text "TODO: Check if any of these\nEC_JTAG are supposed to be bidir." + (exclude_from_sim no) + (at 337.82 32.766 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "40a3da46-d442-48c5-b202-52c260f482ea") + ) + (text "<" + (exclude_from_sim no) + (at 262.89 210.82 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "431f70d4-635d-4e64-a5d1-2444b0338aeb") + ) + (text "GPIO_L3" + (exclude_from_sim no) + (at 130.81 139.954 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "43cec7db-9799-4377-ab1f-1444945aa272") + ) + (text "DTR#" + (exclude_from_sim no) + (at 132.588 155.194 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "44f491ad-4929-47b8-98b1-942853617d66") + ) + (text "DDBUS (-if03)\nAP UART" + (exclude_from_sim no) + (at 135.128 168.91 0) + (effects + (font + (size 1.27 1.27) + (thickness 0.254) + (bold yes) + ) + (justify right) + ) + (uuid "469a290b-9368-41bf-b000-2caf0c1a2705") + ) + (text "TODO: implement" + (exclude_from_sim no) + (at 176.53 132.842 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "4c3a86a1-4241-4a61-b9b3-1df392c86e98") + ) + (text "BDBUS\nAP SPI\nflashrom: `port=B`" + (exclude_from_sim no) + (at 134.62 121.412 0) + (effects + (font + (size 1.27 1.27) + (thickness 0.254) + (bold yes) + ) + (justify right top) + ) + (uuid "5030ca03-aaa4-4ceb-b76e-2309876a2b4a") + ) + (text "RTS#" + (exclude_from_sim no) + (at 132.588 150.114 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "55cd76b3-3248-44bb-8787-38c20a2698e6") + ) + (text "<" + (exclude_from_sim no) + (at 262.89 213.36 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "5e4694c8-0cb1-4987-b9e3-7ef0673f5246") + ) + (text "<" + (exclude_from_sim no) + (at 262.89 215.9 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "5f83b543-bd10-48d7-871d-4f468c795cc7") + ) + (text "<" + (exclude_from_sim no) + (at 262.89 161.29 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "6581fe1a-ce9b-4435-92c1-49be50511ec7") + ) + (text "TODO: EC_RST is not going to light,\nit should be on the low side of the led,\nand on the DUT side of the buffers" + (exclude_from_sim no) + (at 178.054 279.4 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "7412c93a-dd35-41ad-983f-2353a24ed60a") + ) + (text "DIR=0 A<-B\nDIR=1 A->B" + (exclude_from_sim no) + (at 262.382 199.644 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "77dfee0c-d358-4645-abe9-ff34485e29e1") + ) + (text "ADBUS\nEC & PD JTAG\n\nopenocd:\n`ftdi channel 0`" + (exclude_from_sim no) + (at 134.874 102.616 0) + (effects + (font + (size 1.27 1.27) + (thickness 0.254) + (bold yes) + ) + (justify right top) + ) + (uuid "7fb3f8a9-f148-4d96-aa6b-c6dd3d7fd575") + ) + (text ">" + (exclude_from_sim no) + (at 262.89 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "86a07a40-498b-428b-bc2e-f3a30bf2d56b") + ) + (text "OD" + (exclude_from_sim no) + (at 262.89 166.37 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "896664df-61b5-4955-a308-73e1fc91e601") + ) + (text "<" + (exclude_from_sim no) + (at 262.89 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "8c0c839c-1662-4454-9687-35c3556795a0") + ) + (text "<" + (exclude_from_sim no) + (at 262.89 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "8e69b703-d1db-4fa5-8478-75b8df0da25b") + ) + (text "DIR=0 A<-B\nDIR=1 A->B\n\nIf A=pulldown:\nDIR=0 B=HiZ\nDIR=1 B=0" + (exclude_from_sim no) + (at 262.89 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "9784506b-19f8-4389-a3f7-3139fe3684ab") + ) + (text "TODO: EEPROM" + (exclude_from_sim no) + (at 75.946 172.466 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "9820db39-9473-407b-8b99-f3b405d331c1") + ) + (text "GPIO_L1" + (exclude_from_sim no) + (at 130.81 134.874 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "9d5147ec-5036-4b9e-be4f-2210428b734c") + ) + (text "1.8V max 150mA\nVCORE uses 70mA avg" + (exclude_from_sim no) + (at 90.678 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "a0762122-1023-4c4f-8222-8a128f61dba8") + ) + (text "GPIO_L0" + (exclude_from_sim no) + (at 130.81 132.334 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "bbbe4eb5-014e-466f-9419-d7c4283a157a") + ) + (text ">" + (exclude_from_sim no) + (at 262.89 111.76 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "bbd2e7fc-0fcf-4082-bf22-69b1e3e35bb5") + ) + (text ">" + (exclude_from_sim no) + (at 262.89 208.28 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "bd98d1e6-f11d-482e-b664-aa3180d0914c") + ) + (text "CDBUS (-if02)\nEC & CCD UART" + (exclude_from_sim no) + (at 135.128 146.05 0) + (effects + (font + (size 1.27 1.27) + (thickness 0.254) + (bold yes) + ) + (justify right) + ) + (uuid "bd994e2c-7e29-47fe-b7f5-a4bc24272f4b") + ) + (text ">" + (exclude_from_sim no) + (at 262.89 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "c55d4e4d-feaf-4d33-b7cd-7d2f2be39efc") + ) + (text "default HiZ, to use via flashrom: `gpiol3=L`" + (exclude_from_sim no) + (at 203.454 74.676 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + (uuid "c74bf6cb-ce7e-4156-b079-fbff0005ace5") + ) + (text "DIR=0 A<-B\nDIR=1 A->B" + (exclude_from_sim no) + (at 262.382 100.584 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "cbf93d6b-67c3-4f0f-afcf-53cd916a0b3c") + ) + (text "OD" + (exclude_from_sim no) + (at 262.89 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "cfd8f592-878f-4d86-9080-2befb80b2e83") + ) + (text "GPIO_L2" + (exclude_from_sim no) + (at 130.81 137.414 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "deb14539-d5e6-4cb4-938f-39a754e4f1e1") + ) + (text "DIR=0 A<-B\nDIR=1 A->B" + (exclude_from_sim no) + (at 262.636 51.054 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "ea3778a5-e64e-4b81-88d1-611fda2ce0a2") + ) + (text ">" + (exclude_from_sim no) + (at 262.89 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "eaa217a5-3c1d-4c09-83ea-d48f970c9f85") + ) + (text ">" + (exclude_from_sim no) + (at 262.89 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "ef75b7ba-36bd-47c5-a6f6-15a6dc8e96cc") + ) + (text ">" + (exclude_from_sim no) + (at 262.89 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "f5dc3737-c28f-41e7-a632-42fc0b9c1a83") + ) + (text "TODO: Check swizzling" + (exclude_from_sim no) + (at 307.594 63.246 0) + (effects + (font + (size 1.27 1.27) + ) + ) + (uuid "fcb6da22-af0a-409e-8a3a-54097a4072dc") + ) + (label "FTDI_RX_EC_TX" + (at 317.5 161.29 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "0224a624-38b1-436c-8208-3a791d0b7ed1") + ) + (label "AP_UART_VREF_FORCE_3.3" + (at 175.26 177.8 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "02d10b7f-b8e7-452f-b1e1-658a635b529c") + ) + (label "PD_XRES" + (at 361.95 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "059220f0-6635-4a1f-9456-b2acdc42b7b2") + ) + (label "FTDI_SPI_MOSI" + (at 167.64 124.46 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "06cfa1d4-f259-49c3-876a-0f88b65fd6d9") + ) + (label "EC_JTAG_TMS" + (at 359.41 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "06e43a74-40de-48e0-af10-9e2300d61dfd") + ) + (label "EC_JTAG_TDO" + (at 359.41 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "0a3366e1-fe96-4809-878d-1e77ccb4fe31") + ) + (label "FTDI_TX_AP_RX" + (at 359.41 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "0a4c099a-030d-49b2-9c77-f554c772edf7") + ) + (label "LED_JTAG" + (at 148.59 247.65 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "0b7cc1af-8bd0-4659-bd0d-65d1033e3d91") + ) + (label "AP_SPI_D0" + (at 358.14 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "0c85bece-02c4-453b-95a8-05e570e4684f") + ) + (label "LED_AP_RX" + (at 160.02 237.49 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "0da17ff1-87e4-4685-88b6-d251851e13e0") + ) + (label "AP_SPI_D1" + (at 295.91 62.23 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "0da4ec02-99a2-4859-afc0-5a4827d7c36a") + ) + (label "FTDI_SPI_CS" + (at 226.06 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "10a6269b-f16a-4249-9148-5d7d378ed599") + ) + (label "EC_VREF" + (at 342.9 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "152d34d2-89d6-40a8-baf5-a704c527f63b") + ) + (label "FTDI_SPI_CLK" + (at 226.06 59.69 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "174bfbf3-2364-4181-aa3a-1fc12fd45be4") + ) + (label "JTAG_TDO" + (at 336.55 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "17f676ab-fd3a-4256-b63c-20979e0938f6") + ) + (label "FTDI_TX_EC_RX" + (at 359.41 48.26 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "1a58657c-67d3-42fc-9150-6399d09bbd17") + ) + (label "LED_AP_TX" + (at 160.02 232.41 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "1eceaa88-4a64-4930-a85b-3e9f720bb4cf") + ) + (label "FTDI_RX_EC_TX_UNSHIFTED" + (at 212.09 161.29 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "2093cd46-d70b-4107-bd38-7e77996e6687") + ) + (label "FTDI_SPI_OE_N" + (at 203.2 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "21595172-878d-4d0a-8434-5aa72e01d571") + ) + (label "AP_SPI_CLK" + (at 358.14 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "355ee269-b37f-47c6-9a43-07b966c6515f") + ) + (label "AP_SPI_D0" + (at 295.91 64.77 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "3a36648b-d518-4e12-a68f-8d6279723d6a") + ) + (label "EC_JTAG_TCK" + (at 342.9 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "3f91e963-899d-476a-8809-5760ab533bfc") + ) + (label "EC_RST_UNSHIFTED" + (at 194.31 109.22 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "4204ce95-ba33-4463-a260-9f1feea0f112") + ) + (label "JTAG_TCK" + (at 299.72 109.22 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "46c93701-1be7-4374-b185-69adf8e0b676") + ) + (label "EC_RST_UNSHIFTED" + (at 154.94 274.32 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "473bb2e3-2b2c-4354-a2f2-87e815ad0a6d") + ) + (label "FTDI_JTAG_TDI" + (at 163.83 101.6 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "4e7482cc-d67b-44af-b179-5aac072000c5") + ) + (label "FTDI_SPI_CLK" + (at 167.64 121.92 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "4e9b3f96-f57e-4863-b040-2eab2ceeb6a4") + ) + (label "EECLK" + (at 78.74 167.64 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "4f086422-a1cb-49f2-a710-a6633f346902") + ) + (label "PD_SWCLK" + (at 361.95 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "4fe6ba54-4960-4f80-bef9-cff9c6fb479f") + ) + (label "FTDI_TX_EC_RX_UNSHIFTED" + (at 179.07 144.78 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "5519de70-bb1b-4497-9626-25eb19d38478") + ) + (label "FTDI_JTAG_TDO" + (at 226.06 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "56637437-1aa4-4945-8c24-f77cc0172123") + ) + (label "FTDI_TX_AP_RX_UNSHIFTED" + (at 175.26 167.64 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "58a38181-8b4b-4f2d-80dd-fd85c272ba67") + ) + (label "AP_UART_VREF" + (at 82.55 233.68 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "5b44c14c-9c01-4469-bb25-0793220afb23") + ) + (label "FTDI_RTS" + (at 151.13 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "60f0ee8b-bf0e-4142-9a84-b8aa539b626d") + ) + (label "FTDI_SPI_CS" + (at 167.64 129.54 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "6560960e-d23b-4538-8779-e799a53bc9e1") + ) + (label "LED_AP_TX" + (at 158.75 262.89 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "68c48677-4129-4aee-9ab8-017912179599") + ) + (label "FTDI_TX_AP_RX_UNSHIFTED" + (at 217.17 208.28 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "6c3d892f-ecbd-4d6d-a7af-a0c440cbbaca") + ) + (label "JTAG_TDO" + (at 339.09 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "7018557f-7f2e-4225-8c37-beb2fac063d9") + ) + (label "EC_VREF" + (at 359.41 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "72a45a37-6ef1-45ba-b48e-5b3b9167cf3d") + ) + (label "FTDI_JTAG_TCK" + (at 226.06 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "72c6d25b-2517-4181-9add-1fd00dc274b2") + ) + (label "PD_VREF" + (at 361.95 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "76462148-fd36-4933-8ae6-4cee56f10a40") + ) + (label "SPI_OE_N" + (at 167.64 139.7 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "77333486-59ae-47d0-bd47-9c886e462aa0") + ) + (label "~{EC_UUT}" + (at 283.21 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "7d130eb8-3a18-482b-aa6c-b03556fb6665") + ) + (label "FTDI_JTAG_TCK" + (at 163.83 99.06 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "7febb7d1-7e6b-4da8-8e7c-30098d9e7e9a") + ) + (label "LED_AP_RX" + (at 158.75 265.43 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "8375bde0-be1f-4185-b071-9db7474a0cce") + ) + (label "FTDI_SPI_MOSI" + (at 226.06 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "852886e6-f430-4880-b599-76d180f825c4") + ) + (label "FTDI_RX_EC_TX" + (at 359.41 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "8575ff78-83cf-461a-abba-08eb0e82d694") + ) + (label "AP_UART_VREF" + (at 298.45 190.5 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "8822981c-e6a8-4afe-b9fa-5ad45782326d") + ) + (label "LED_SPI" + (at 148.59 252.73 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "8ee51c4b-f07f-48a1-beec-61b66a71706f") + ) + (label "FTDI_JTAG_RST" + (at 149.86 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "90a925c2-7246-4e2e-b6c6-69fbe4898c83") + ) + (label "FTDI_RX_EC_TX" + (at 356.87 213.36 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "90ef08d0-26be-43af-ad58-624e0693c856") + ) + (label "~{EC_RST}" + (at 317.5 166.37 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "91e8c1c0-eb7c-4be1-961f-f7a5334cf874") + ) + (label "FTDI_TX_EC_RX" + (at 356.87 210.82 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "95563cab-1390-473b-a7a9-6e6a9089cbc5") + ) + (label "FTDI_JTAG_TDO" + (at 163.83 104.14 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "971bae90-74d1-4c06-854a-9e1024f8c172") + ) + (label "FTDI_RX_AP_TX_UNSHIFTED" + (at 217.17 210.82 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "992e95d1-f321-4c9a-a4fd-5c58ce211589") + ) + (label "FTDI_JTAG_TMS" + (at 226.06 116.84 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "9970c833-a8ab-47e0-bb81-b31ac5deb020") + ) + (label "JTAG_TDI" + (at 299.72 111.76 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "9e3c3c5e-8f99-435a-9156-6acd4ebd25b4") + ) + (label "EECS" + (at 119.38 260.35 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "a1c451b3-8122-4b9a-bb09-7501d41f727a") + ) + (label "FTDI_TX_AP_RX" + (at 309.88 208.28 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "a69112fd-0553-4672-86d8-d612f58ce561") + ) + (label "AP_SPI_VREF" + (at 358.14 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "a8137520-367d-4b3a-bcf3-24b38ecc9c3f") + ) + (label "SPI_VREF_FORCE_1.8" + (at 167.64 134.62 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "ab2856f2-b47d-43ee-bca3-2708bcdca583") + ) + (label "FTDI_TX_EC_RX_UNSHIFTED" + (at 212.09 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "aba74ded-b4c0-47e0-bb0e-9aaca126a22f") + ) + (label "FTDI_RX_AP_TX" + (at 309.88 210.82 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "abfcde72-d4b8-4800-a34c-952328404b6c") + ) + (label "AP_SPI_VREF" + (at 82.55 238.76 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "ace7a376-250f-4561-8d64-ea94d11d13e3") + ) + (label "EC_VREF" + (at 293.37 91.44 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "af06c492-f85f-4bd7-b1e3-a678fd936f60") + ) + (label "LED_EC_RX" + (at 171.45 269.24 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "b03018cd-291a-4865-bebd-ce61529c7856") + ) + (label "LED_~{OE}" + (at 154.94 190.5 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "b16858cc-cc29-4129-8bb6-c59f1d3f600c") + ) + (label "EC_RST_UNSHIFTED" + (at 191.77 149.86 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "b2d60946-a4a5-4909-b755-cfea726336ea") + ) + (label "FTDI_RX_AP_TX" + (at 359.41 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "b81dcc23-65a5-4236-8fd5-d709c75d333c") + ) + (label "EECS" + (at 78.74 165.1 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "b8b831c4-1089-43da-ae3a-074b97fa30f6") + ) + (label "AP_SPI_CS" + (at 358.14 82.55 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "bbc53c24-0eda-4209-be36-cd60e4497e70") + ) + (label "~{EC_RST}" + (at 359.41 53.34 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "be36cdc8-01a8-43e8-bdc4-5e0ffef2d7c9") + ) + (label "FTDI_SPI_MISO" + (at 167.64 127 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "bf467d5d-bfed-4646-b299-8671252396bc") + ) + (label "AP_SPI_CS" + (at 295.91 67.31 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "c3627bb4-0b00-4b0a-8a1f-e7331b9b796e") + ) + (label "FTDI_RX_AP_TX_UNSHIFTED" + (at 175.26 170.18 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "c4fae34c-98aa-4515-82b4-ace65a44be4c") + ) + (label "JTAG_TDI" + (at 336.55 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "c7581b1a-5f41-4867-b02e-9f46531001b0") + ) + (label "FTDI_SPI_MISO" + (at 226.06 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "cb28e980-a4da-4fb3-b35d-4a25684c18c8") + ) + (label "~{EC_RST}" + (at 342.9 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "cc1ff54e-4515-4f46-9a26-2a433a147d07") + ) + (label "JTAG_TCK" + (at 339.09 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "cd19cfab-3b3d-4e69-9be9-eab4276bed32") + ) + (label "PD_SWDIO" + (at 361.95 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "cde4714c-f28a-468e-9755-b618b42f7c5c") + ) + (label "AP_SPI_CLK" + (at 295.91 59.69 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "ce23b67b-1f76-4f94-861a-a15620647062") + ) + (label "LED_EC_TX" + (at 171.45 264.16 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "cefb03f1-52dd-444c-a755-29b3ceb97825") + ) + (label "FTDI_RX_EC_TX_UNSHIFTED" + (at 179.07 147.32 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "d061b262-2ef4-4fa6-90b4-24a87a6b31a9") + ) + (label "EC_VREF" + (at 293.37 140.97 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "d109b2da-4142-480a-a5ce-78cc35c415d7") + ) + (label "AP_SPI_D1" + (at 358.14 77.47 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "d177fd1b-fb04-483f-aee6-089e3e3241e1") + ) + (label "EEDATA" + (at 78.74 170.18 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "d21269d0-c6be-459f-b8ba-9e66ff0af268") + ) + (label "FTDI_DTR_EC_UUT_UNSHIFTED" + (at 179.07 154.94 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "d52cd4b5-2753-44a8-8f39-89e63ae7b081") + ) + (label "LED_EC_TX" + (at 158.75 257.81 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "dc1feb09-a71c-4224-ac77-fe7fc3e3928e") + ) + (label "AP_SPI_VREF" + (at 298.45 41.91 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "de3cd182-8662-4fb1-8a31-ef88769fe499") + ) + (label "SPI_VREF_FORCE_3.3" + (at 167.64 132.08 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "e3e1c0ee-0345-47a0-9a80-04f7b09d694e") + ) + (label "JTAG_TMS" + (at 339.09 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "e46c8f1c-0c4c-40b1-845d-3175de8b4932") + ) + (label "EC_RST_UNSHIFTED" + (at 212.09 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "e5586dc8-ee9e-4ee9-8e7e-e15a70215123") + ) + (label "LED_EC_RX" + (at 158.75 260.35 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "e870b83a-cd40-4a97-aee9-a6ccb513eabb") + ) + (label "FTDI_JTAG_TDI" + (at 226.06 111.76 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "eaba8ec9-8c40-4bff-9197-eb6099f38ccc") + ) + (label "EEDATA" + (at 119.38 247.65 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "edae5844-6853-4770-8a3a-eb114a2a631c") + ) + (label "JTAG_TDO" + (at 299.72 114.3 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "f0c4d1bf-3e11-4b9a-951c-ea1e8e0b3e7b") + ) + (label "EECLK" + (at 119.38 252.73 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "f590de77-982b-45e0-a150-fbc918d5077f") + ) + (label "JTAG_TMS" + (at 299.72 116.84 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "f8283506-223e-45ba-8c01-9422c9191316") + ) + (label "FTDI_DTR_EC_UUT_UNSHIFTED" + (at 212.09 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "f91bb508-b085-47af-8b74-b54ec3a8253e") + ) + (label "FTDI_TX_EC_RX" + (at 317.5 158.75 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "f92ec45e-036a-43ba-89ee-da9cc2f12f44") + ) + (label "FTDI_JTAG_TMS" + (at 163.83 106.68 180) + (effects + (font + (size 1.27 1.27) + ) + (justify right bottom) + ) + (uuid "fab184fd-83c3-41fd-bbce-e7b04ccb06be") + ) + (label "EC_VREF" + (at 82.55 228.6 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "fc033900-2fc4-4439-96ea-e81f15dba57f") + ) + (label "LED_~{OE}" + (at 116.84 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "fdcea3c4-1a6a-45a6-8309-6d1da7b2e593") + ) + (label "EC_JTAG_TCK" + (at 359.41 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left bottom) + ) + (uuid "ff8e48a8-fc21-4fdc-a39a-d345b8077c12") + ) + (symbol + (lib_id "Device:R_US") + (at 238.76 163.83 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "00c5b354-2d4e-4516-a19e-6b737af831fa") + (property "Reference" "R2" + (at 235.204 162.814 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10k" + (at 242.824 162.814 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 238.506 164.846 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 238.76 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, US symbol" + (at 238.76 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "65c39452-81b7-4715-b6a9-7049ef970a2e") + ) + (pin "2" + (uuid "de0adc42-02de-421f-9f7f-8c76606bbb3e") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "R2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_US") + (at 364.49 154.94 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "0207009d-0d1c-43fe-9686-4fddc04fb5fb") + (property "Reference" "R5" + (at 365.76 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "56k" + (at 365.76 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 365.506 155.194 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 364.49 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, US symbol" + (at 364.49 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "7fa93db0-8735-4984-b685-3afcfb295694") + ) + (pin "1" + (uuid "7ea840b2-d598-4828-8515-90775090e4c0") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "R5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 118.11 69.85 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "03054ca8-24d5-47fe-8380-3c752ddf8660") + (property "Reference" "C4" + (at 118.364 72.136 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100nF" + (at 118.364 74.168 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 119.0752 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 118.11 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 118.11 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "00e32aa3-3f13-4f69-91e5-f5d8caf6d6f6") + ) + (pin "2" + (uuid "af5b8920-0c2b-4d75-a165-55098612c61e") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "C4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 283.21 96.52 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "036ae31d-297c-4637-8b34-d86b86d96854") + (property "Reference" "C17" + (at 283.464 98.806 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100nF" + (at 283.464 100.838 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 284.1752 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 283.21 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 283.21 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f30cda37-105c-4c13-807c-11a1d93b32db") + ) + (pin "2" + (uuid "e3b70931-92c8-4c6a-98ce-461c1b12e671") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "C17") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 144.78 74.93 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "048ed44e-1dcc-43c1-9c8e-5f6e0c9169e8") + (property "Reference" "#PWR012" + (at 144.78 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 144.78 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 144.78 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 144.78 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 144.78 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3c821b01-6a1d-4c42-87d3-658aff2b7e93") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR012") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_US") + (at 220.98 67.31 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "05f14f24-f944-482e-89a4-03517cbf049d") + (property "Reference" "R18" + (at 217.678 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10k" + (at 217.424 68.326 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 219.964 67.056 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 220.98 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, US symbol" + (at 220.98 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "58e407d7-0a78-4959-aa35-aea564b1827a") + ) + (pin "2" + (uuid "778a2eec-fb52-4fa1-be4a-018d6f1c081b") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "R18") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "5034800600:5034800600") + (at 375.92 72.39 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "0c064bd5-f990-4dd8-bd8c-c9f7c3b6809e") + (property "Reference" "JSPI" + (at 389.89 77.4699 0) + (effects + (font + (size 1.524 1.524) + ) + (justify left) + ) + ) + (property "Value" "5034800600" + (at 389.89 80.0099 0) + (effects + (font + (size 1.524 1.524) + ) + (justify left) + ) + ) + (property "Footprint" "503480-0600_MOL" + (at 375.92 72.39 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Datasheet" "5034800600" + (at 375.92 72.39 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 375.92 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "5" + (uuid "e0110ca2-6d50-4453-9b28-a1182c11f6f1") + ) + (pin "4" + (uuid "40da1697-74fd-4f96-9f02-2849a820525f") + ) + (pin "3" + (uuid "830bf515-7c6d-4d47-9398-8fd0c157132d") + ) + (pin "2" + (uuid "39dec1ba-ae70-4ea8-ae27-a5ae43c110f4") + ) + (pin "1" + (uuid "9cc3d80f-ef53-4a60-b2ef-cf6557809edb") + ) + (pin "6" + (uuid "ed01f45c-8536-4f49-ae3a-aa3834ce4e7f") + ) + (instances + (project "" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "JSPI") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:NetTie_2") + (at 359.41 96.52 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "0c4d91b8-b3ca-4688-bc9b-7ff7d3a33f07") + (property "Reference" "NT1" + (at 359.41 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "NetTie_2" + (at 359.41 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 359.41 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 359.41 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Net tie, 2 pins" + (at 359.41 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "dca0fb13-0a0c-4f21-ba84-79e074c618f0") + ) + (pin "1" + (uuid "53b23249-b103-42ec-b999-a43866358b7d") + ) + (instances + (project "" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "NT1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 283.21 200.66 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "0d7fbc87-84bb-46dc-95da-35a1acad8f88") + (property "Reference" "#PWR050" + (at 283.21 207.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 283.21 205.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 283.21 200.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 283.21 200.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 283.21 200.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "93d684c6-ade5-4881-ba9f-5734cb4f7046") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR050") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 111.76 74.93 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "0df54334-55c5-4318-90fa-08a89994350b") + (property "Reference" "#PWR07" + (at 111.76 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 111.76 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 111.76 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 111.76 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 111.76 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0e0a4cfa-ee10-4149-bb04-8411cef28c99") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR07") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 242.57 40.64 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "0e62155d-73c6-4cba-b052-d1bd698efbd2") + (property "Reference" "#PWR033" + (at 242.57 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "3.3V" + (at 242.57 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 242.57 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 242.57 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VCC\"" + (at 242.57 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "da95b7bb-9809-44c4-97a3-2c60cdb91fde") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR033") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "SN74AVC4T774RSVR:SN74AVC4T774RSVR") + (at 261.62 57.15 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "10af4040-6485-41af-b921-88be64e830ab") + (property "Reference" "U2" + (at 262.89 31.75 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Value" "SN74AVC4T774RSVR" + (at 262.89 34.29 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "RSV0016A" + (at 261.62 57.15 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Datasheet" "SN74AVC4T774RSVR" + (at 261.62 57.15 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 261.62 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "7" + (uuid "dd4aa1b5-fee6-430e-b83b-2f712ea4a209") + ) + (pin "16" + (uuid "a67b3259-a2bf-42c0-8c9f-462e26cdef5d") + ) + (pin "8" + (uuid "441f26c5-7c90-42cb-bf5e-c7d1ac378aa1") + ) + (pin "6" + (uuid "7161429f-ecf8-4fc6-acf0-79a67417bb0c") + ) + (pin "15" + (uuid "b806dffa-1480-4da9-945f-c96feabef1d5") + ) + (pin "2" + (uuid "bea5bf66-e816-4100-bc7b-96c7c6abeda2") + ) + (pin "3" + (uuid "a0a28639-c0a0-48ae-b042-b8238029b4a4") + ) + (pin "14" + (uuid "c5cdcfbb-1e68-4b4a-8f59-ff0bea13fd75") + ) + (pin "5" + (uuid "a230fe90-8fc5-443a-ac84-716787e7e10d") + ) + (pin "10" + (uuid "21fb1326-c13d-41f3-b847-fac4cd9a0836") + ) + (pin "1" + (uuid "2e9b0ce2-9d74-402c-b33c-065b33286a52") + ) + (pin "9" + (uuid "9d5f305e-8126-424b-a751-e00cc16cb5e1") + ) + (pin "4" + (uuid "3f2e8dfd-228a-46a6-8137-4d6d16832f32") + ) + (pin "13" + (uuid "6750e584-d82f-4420-ab9e-bfd3d87fe7ec") + ) + (pin "12" + (uuid "4ce19204-a3ab-4636-a567-ad1024ae10ae") + ) + (pin "11" + (uuid "836ac3c7-5e88-45d4-a1ea-bf83999db40d") + ) + (instances + (project "" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "U2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED") + (at 111.76 228.6 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "13cda525-70d7-4cd3-8f89-511d610961dd") + (property "Reference" "LED_EC_VREF" + (at 123.698 228.092 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "WHITE" + (at 111.76 225.298 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 111.76 228.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 111.76 228.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode" + (at 111.76 228.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "29a13cc2-965a-454f-a6e4-14f082b59ecd") + ) + (pin "2" + (uuid "64ef2b44-c9d5-4447-b540-d208323f9c90") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "LED_EC_VREF") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 370.84 148.59 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "1659fc78-857e-4135-ad46-9158b1255c99") + (property "Reference" "#PWR051" + (at 370.84 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "CCD_VBUS" + (at 370.84 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 370.84 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 370.84 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VCC\"" + (at 370.84 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c54e9854-8686-472a-9065-02930293cc0b") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR051") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 83.82 96.52 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "16857ab0-63cf-465c-9a7b-b7a5399d9991") + (property "Reference" "#PWR05" + (at 83.82 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "1.8V" + (at 83.82 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 83.82 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 83.82 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VCC\"" + (at 83.82 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "18f71f46-efac-4449-b239-8217bae1a9c2") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR05") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 76.2 137.16 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "1b650ea1-9454-4b29-9fca-b25804faecdc") + (property "Reference" "#PWR069" + (at 80.01 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "3.3V" + (at 72.39 137.1599 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 76.2 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 76.2 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VCC\"" + (at 76.2 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "dde24a17-ed1d-48ea-9be0-047a0648006f") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR069") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 96.52 74.93 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "20d3d1f3-ad8e-4919-a017-f963b47b55ba") + (property "Reference" "#PWR016" + (at 96.52 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 96.52 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 96.52 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 96.52 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 96.52 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b6011b26-46de-475b-b801-7d5cea145116") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR016") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 231.14 40.64 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "23e294bf-5ddf-42e0-a845-d662bcc7bb85") + (property "Reference" "#PWR023" + (at 231.14 44.45 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "3.3V" + (at 231.14 35.56 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 231.14 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 231.14 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VCC\"" + (at 231.14 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cae3c204-79e7-457e-b00a-8c4c618a0ca0") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR023") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 374.65 72.39 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "2692837b-3e28-45ab-9ac6-cff4bf2884d5") + (property "Reference" "#PWR044" + (at 368.3 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 369.57 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 374.65 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 374.65 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 374.65 72.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7fbe5567-941a-4fcc-a097-67f1aa1c760a") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR044") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 132.08 69.85 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "293e0f83-7ecb-457c-bd1b-d5929569cf34") + (property "Reference" "C6" + (at 132.334 72.136 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100nF" + (at 132.334 74.168 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 133.0452 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 132.08 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 132.08 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6b21de60-5628-431d-8b45-d9a4975d50be") + ) + (pin "2" + (uuid "f1b319fb-8f4a-4b24-870f-f145661e0164") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "C6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 132.08 74.93 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "2ccdaa8c-47d9-46f9-bf31-781b5249f75c") + (property "Reference" "#PWR010" + (at 132.08 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 132.08 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 132.08 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 132.08 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 132.08 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ecef3b90-71c4-41b3-a5bc-304b7c14f570") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR010") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 242.57 123.19 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "2da5456a-a70e-483c-b822-ffc70747f600") + (property "Reference" "#PWR038" + (at 242.57 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 242.57 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 242.57 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 242.57 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 242.57 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "464fcc03-d88c-41e4-b466-1795fd198358") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR038") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_US") + (at 288.29 210.82 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "2fefa949-fe51-4e77-9cce-2a9651d95639") + (property "Reference" "R29" + (at 284.734 209.804 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100" + (at 291.846 209.804 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 288.036 211.836 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 288.29 210.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, US symbol" + (at 288.29 210.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "677d7fb7-9239-455a-af16-f934c5243b0d") + ) + (pin "2" + (uuid "565e1ec7-0cdb-451c-a4ea-c0acd20a2d4d") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "R29") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "SN74AVC4T774RSVR:SN74AVC4T774RSVR") + (at 261.62 106.68 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "304f2158-6f3c-42ae-b1d9-4aacebd2d1e1") + (property "Reference" "U3" + (at 262.89 81.28 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Value" "SN74AVC4T774RSVR" + (at 262.89 83.82 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "RSV0016A" + (at 261.62 106.68 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Datasheet" "SN74AVC4T774RSVR" + (at 261.62 106.68 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 261.62 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "11" + (uuid "75691fe4-54db-480d-8bb9-a4cf904d7bdc") + ) + (pin "5" + (uuid "ac02b285-040a-4970-957b-36dc18b83994") + ) + (pin "6" + (uuid "b5450e73-51e8-4be4-8b1a-dc55b771088a") + ) + (pin "14" + (uuid "8d9ed426-797c-4d78-aca3-b942f3c5493b") + ) + (pin "15" + (uuid "15eb3b0c-8ae2-49f6-a8d2-bd049b21450a") + ) + (pin "13" + (uuid "9149dc32-824d-44cc-a88e-b3cda1d569c6") + ) + (pin "16" + (uuid "f509c1f9-0ad4-4fc0-ba41-ae3c01bb0e81") + ) + (pin "3" + (uuid "cb2bf752-4b47-4a6e-a14b-b4a57c3dba93") + ) + (pin "2" + (uuid "1f12a3e2-b8e7-4230-b878-773a5e90dd00") + ) + (pin "4" + (uuid "4a2f7fcf-e619-4891-a36e-e130ef668edb") + ) + (pin "1" + (uuid "e85024c5-2468-4c1e-bb90-3c6d9540a1f6") + ) + (pin "8" + (uuid "597c9cea-977c-4d98-a272-6751d3938368") + ) + (pin "12" + (uuid "410f34cd-66a2-4d20-b6a3-1a8827a2bb53") + ) + (pin "7" + (uuid "a47bc529-2911-4767-ac1b-0a8c7d5d236c") + ) + (pin "10" + (uuid "ff41c719-b499-4632-ae2a-af2788e37c7e") + ) + (pin "9" + (uuid "9af17b94-c4cc-407f-a570-c03291b0d885") + ) + (instances + (project "" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "U3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_US") + (at 165.1 247.65 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "32667b9e-5966-42e9-bcf1-a5e3b89fbd46") + (property "Reference" "R10" + (at 160.782 246.634 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "330" + (at 168.656 246.634 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 164.846 248.666 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 165.1 247.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, US symbol" + (at 165.1 247.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "795085a6-729a-40be-acc1-e142639055da") + ) + (pin "2" + (uuid "ab54a83f-4c5a-4445-9873-23cae606b381") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "R10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 118.11 74.93 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "32dd3fc9-e338-4979-a0c0-949fd4ba986c") + (property "Reference" "#PWR08" + (at 118.11 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 118.11 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 118.11 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 118.11 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 118.11 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "40abee9d-ede9-4c0a-baa5-93dd559118ff") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR08") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 283.21 46.99 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "33b74e01-9d6d-4a39-a846-ff1a0f2a7d99") + (property "Reference" "C15" + (at 283.464 49.276 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100nF" + (at 283.464 51.308 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 284.1752 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 283.21 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 283.21 46.99 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "31781062-fe6d-4586-9bbb-5c03e97b7b74") + ) + (pin "2" + (uuid "6bdc7f69-9404-4891-aefa-7261e4073c83") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "C15") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 231.14 138.43 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "34f091c2-0985-4392-8099-ae08f090c902") + (property "Reference" "C18" + (at 231.394 140.716 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100nF" + (at 231.394 142.748 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 232.1052 142.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 231.14 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 231.14 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f47648a7-df84-4b9a-8add-3a10baaa68e6") + ) + (pin "2" + (uuid "ead1c198-a043-4ff3-8eb0-08ec7914932c") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "C18") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "74xx:74AHC595") + (at 137.16 257.81 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "35145b20-080b-4b92-8e67-ed82d210e392") + (property "Reference" "U6" + (at 139.3541 240.03 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "74AHC595" + (at 139.3541 242.57 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 137.16 257.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://assets.nexperia.com/documents/data-sheet/74AHC_AHCT595.pdf" + (at 137.16 257.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "8-bit serial in/out Shift Register 3-State Outputs" + (at 137.16 257.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "10" + (uuid "4440db05-87bf-4cb3-ac9b-ac6f107777a7") + ) + (pin "4" + (uuid "6feaae36-325a-438e-94dd-6b5426dc85ca") + ) + (pin "1" + (uuid "b80ac768-b29d-4807-b44f-ce58f5e91aad") + ) + (pin "9" + (uuid "f888639c-dc9b-4cf5-8a1c-a4cb05f668d1") + ) + (pin "2" + (uuid "c9611558-86b9-4a44-8107-2cc8a75d190f") + ) + (pin "5" + (uuid "30a20e9a-00f7-4f22-babc-4bdf853bd0fe") + ) + (pin "16" + (uuid "f6fe3155-547b-4823-8636-6f78b4b92dfd") + ) + (pin "6" + (uuid "c80fbb5d-f820-4b21-84d0-b0f9aa0ceca2") + ) + (pin "3" + (uuid "2c40cbbf-b6e6-4c9d-814d-3b4c480516ca") + ) + (pin "13" + (uuid "ca7b2c09-1032-4d7f-8166-bf687aa3e653") + ) + (pin "14" + (uuid "03aafd88-b16d-45df-81bf-a2f127447f8b") + ) + (pin "15" + (uuid "029dfd67-3815-48fb-8fa0-2d7f848f6aca") + ) + (pin "11" + (uuid "15f5bb2c-bd1e-4c57-81c0-60ba910ce7a2") + ) + (pin "12" + (uuid "3a8999a1-b5bf-42ac-8321-4454e039ddb6") + ) + (pin "7" + (uuid "af107d04-6811-4d05-8e2d-d77818056919") + ) + (pin "8" + (uuid "748c7f3a-7a39-482a-b674-1ed893d87a68") + ) + (instances + (project "" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "U6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_US") + (at 81.28 132.08 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "3762c0df-1c38-445a-81e9-4ddaa30d661f") + (property "Reference" "R17" + (at 76.962 131.064 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "12k" + (at 84.836 131.064 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 81.026 133.096 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 81.28 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, US symbol" + (at 81.28 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c770d828-b5ff-4bb0-ad7b-7ba4a259d7c4") + ) + (pin "2" + (uuid "77da8078-efdc-4b5a-80ec-4ea58433d4f0") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "R17") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 283.21 146.05 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "39152753-5128-46bf-84f9-2c7cb2232f1e") + (property "Reference" "C19" + (at 283.464 148.336 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100nF" + (at 283.464 150.368 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 284.1752 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 283.21 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 283.21 146.05 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b6724dd5-68e6-441e-aa02-3c67b4904506") + ) + (pin "2" + (uuid "91e93211-1884-4873-8cf4-60628bacbac6") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "C19") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_US") + (at 187.96 274.32 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "3baf0659-5a41-47b0-a9ff-89b6d7cb09ef") + (property "Reference" "R9" + (at 184.404 273.304 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "330" + (at 191.516 273.304 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 187.706 275.336 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 187.96 274.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, US symbol" + (at 187.96 274.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4f5603da-2db4-4c13-a162-b2ffc78f4706") + ) + (pin "2" + (uuid "01f9c368-ccbd-4376-a942-1d59af759bdc") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "R9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_US") + (at 167.64 149.86 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "3eed5828-0da9-424c-b117-4d2aaf366ec2") + (property "Reference" "R25" + (at 163.576 148.844 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "1k" + (at 171.196 148.844 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 167.386 150.876 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 167.64 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, US symbol" + (at 167.64 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f4721667-17fb-42be-80cc-e08b8177888d") + ) + (pin "2" + (uuid "7f4122fd-9953-40ad-b0e2-eee91597262a") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "R25") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 151.13 69.85 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "40f90f0b-36d1-4182-98af-7d5d99e14980") + (property "Reference" "C9" + (at 151.384 72.136 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100nF" + (at 151.384 74.168 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 152.0952 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 151.13 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 151.13 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cd28a0dc-3f48-472d-a020-41eac7036ee7") + ) + (pin "2" + (uuid "68d972f9-6fa3-486e-85e2-4f0b1dbed955") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "C9") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_US") + (at 115.57 257.81 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "41a5fc3b-ca07-426d-837e-5a2bc0c2f6ae") + (property "Reference" "R6" + (at 114.3 256.54 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "10k" + (at 114.3 259.08 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 114.554 258.064 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 115.57 257.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, US symbol" + (at 115.57 257.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "fb445f40-3c14-4a44-b187-c6adb68de187") + ) + (pin "1" + (uuid "74976b16-40ef-4ea8-88c3-916ae5d88a29") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "R6") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_US") + (at 187.96 269.24 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "4269e9fd-7494-4640-ac56-13d1e26dbab2") + (property "Reference" "R8" + (at 184.404 268.224 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "330" + (at 191.516 268.224 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 187.706 270.256 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 187.96 269.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, US symbol" + (at 187.96 269.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7765171a-4490-46f5-8165-371c22775a3a") + ) + (pin "2" + (uuid "0181a41c-a4b7-41ea-a5c0-e1b3845b1bcd") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "R8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED_KRGB") + (at 199.39 269.24 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "431d66cc-d6e1-4b64-b7ea-4b64d42a4f55") + (property "Reference" "LED_EC_UART" + (at 199.39 255.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "LED_KRGB" + (at 199.39 257.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 199.39 270.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 199.39 270.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "RGB LED, cathode/red/green/blue" + (at 199.39 269.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "fbf368ab-181d-4a5c-b531-95dd09bf81c7") + ) + (pin "4" + (uuid "b98ec49c-de39-4f61-99d4-f2649bc8cb56") + ) + (pin "1" + (uuid "dcf5790e-e750-4a43-a7f4-99880249199d") + ) + (pin "3" + (uuid "acbdc271-a77e-48db-8aed-e6d27bf84f45") + ) + (instances + (project "" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "LED_EC_UART") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 96.52 90.17 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "449d11a5-b5b5-490e-ba4b-7c4a61f68baf") + (property "Reference" "#PWR018" + (at 96.52 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 96.52 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 96.52 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 96.52 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 96.52 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2ab7a0db-2a7a-4a61-b9f2-fcac96c178c2") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR018") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_US") + (at 288.29 208.28 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "49cc7ea7-7caf-4e41-bed2-306e665967a0") + (property "Reference" "R28" + (at 284.734 207.264 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100" + (at 291.846 207.264 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 288.036 209.296 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 288.29 208.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, US symbol" + (at 288.29 208.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "86ca355a-f8c6-48b4-b125-2631f3af28b3") + ) + (pin "2" + (uuid "7055bf0d-6e01-43c1-98e7-fe6c5bae8799") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "R28") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_US") + (at 102.87 233.68 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "4a8e7a95-cbad-4d0c-b177-a94d10e28e40") + (property "Reference" "R15" + (at 98.552 232.664 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "330" + (at 106.426 232.664 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 102.616 234.696 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 102.87 233.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, US symbol" + (at 102.87 233.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "17ba49b9-95f0-421d-880d-b28f79d433e8") + ) + (pin "2" + (uuid "202f8cf1-7f66-4135-afa8-58277de0e7a4") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "R15") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:USB_C_Plug") + (at 387.35 180.34 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "4b98b2e9-2126-47ae-8d54-ab682dea41b7") + (property "Reference" "DUT_CCD" + (at 387.35 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "USB_C_Plug" + (at 387.35 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 383.54 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" + (at 383.54 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "USB Type-C Plug connector" + (at 387.35 180.34 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "B1" + (uuid "31b3c7b6-2ac2-4053-8237-accd919ce9d4") + ) + (pin "B8" + (uuid "fd1bc9e1-0dce-4a9e-966c-1b921e116a92") + ) + (pin "B9" + (uuid "8603c918-57fb-4477-8ef5-f038c8735dd7") + ) + (pin "A3" + (uuid "0a94aaa4-be9f-4b74-a230-33776844d093") + ) + (pin "A4" + (uuid "6df6fafd-c4a0-408e-b7fb-ae45d2135f0c") + ) + (pin "B11" + (uuid "f19e47bc-02b0-44cd-bb0c-2505056cdeb1") + ) + (pin "A7" + (uuid "4e5e97e7-104a-427c-ab6c-82195166b7d8") + ) + (pin "B12" + (uuid "ffe84099-5757-4972-820a-8bace13671f8") + ) + (pin "S1" + (uuid "286a1578-90de-4943-a968-a8a51d6e77db") + ) + (pin "A8" + (uuid "3a941bbd-e5d6-40ce-a851-8390e9786179") + ) + (pin "A9" + (uuid "5b0606cd-fa8b-4c77-974f-89e743900c77") + ) + (pin "A10" + (uuid "86eae24b-51ff-4a4f-b59d-f641367bd14a") + ) + (pin "A1" + (uuid "f0b8969b-b706-4bf0-bc31-ded204877de0") + ) + (pin "A11" + (uuid "8e4a06a2-af80-4e8d-8cdd-05059a50c69d") + ) + (pin "B4" + (uuid "2a4fbfce-e8ce-40a1-9a44-44f264e3eb19") + ) + (pin "B2" + (uuid "34f86a6b-8f0b-492e-8954-b3063fe70a2a") + ) + (pin "A6" + (uuid "039cdddd-6fe8-4a38-b59b-16a97c49452b") + ) + (pin "A12" + (uuid "3df54fe1-c726-41e0-b221-112a875b93e6") + ) + (pin "B5" + (uuid "a98543f5-dd60-4814-b3a6-08c3f02a5f01") + ) + (pin "A5" + (uuid "29ec4265-a39c-4bba-aa65-ad1a88d23b08") + ) + (pin "A2" + (uuid "2f039153-a622-4611-8816-134c1a0a89fc") + ) + (pin "B10" + (uuid "e7244908-8f35-4d3c-83ac-e37f0a731026") + ) + (pin "B3" + (uuid "1f80994e-5b76-493c-8494-66b48a99ffe2") + ) + (instances + (project "" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "DUT_CCD") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 358.14 148.59 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "4defdb71-ebfd-453d-832a-ac629c7ace4c") + (property "Reference" "#PWR052" + (at 358.14 152.4 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "CCD_VBUS" + (at 358.14 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 358.14 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 358.14 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VCC\"" + (at 358.14 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6e58e027-2621-472d-9bd7-3a6e941ca0b9") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR052") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 241.3 105.41 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "4e3f1678-c7a8-42b6-8988-455fc470725a") + (property "Reference" "#PWR039" + (at 241.3 111.76 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 241.3 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 241.3 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 241.3 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 241.3 105.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "32b8d2e8-6619-4d81-846c-764ea33e31b6") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR039") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 96.52 69.85 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "4fb27347-2891-409f-8f70-581add8672e2") + (property "Reference" "C11" + (at 96.774 72.136 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100nF" + (at 96.774 74.168 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 97.4852 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 96.52 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 96.52 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "571b74d4-3218-41f2-b0b8-0973ae8411b8") + ) + (pin "2" + (uuid "93bd8336-0b8d-4420-9698-5ef9a300b1b1") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "C11") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_US") + (at 102.87 228.6 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "5042c020-042d-4469-909d-eeb7a0a34906") + (property "Reference" "R14" + (at 98.552 227.584 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "330" + (at 106.426 227.584 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 102.616 229.616 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 102.87 228.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, US symbol" + (at 102.87 228.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a26eb08a-b9c5-48c1-a32e-a780068b9270") + ) + (pin "2" + (uuid "97ea6770-7ec7-4615-bf4b-3af21d1e5028") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "R14") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 283.21 195.58 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "52c57687-b612-44b8-8d8e-db60e6d29ef3") + (property "Reference" "C21" + (at 283.464 197.866 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100nF" + (at 283.464 199.898 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 284.1752 199.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 283.21 195.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 283.21 195.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "30a2236c-3053-4f5f-ac99-2c57b4c59134") + ) + (pin "2" + (uuid "8c3f37c9-8f67-4a62-a969-fb5127228bf9") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "C21") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_US") + (at 176.53 237.49 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "597aa373-c56c-4b49-a7fa-d2d5bcaee6e2") + (property "Reference" "R13" + (at 172.974 236.474 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "330" + (at 180.086 236.474 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 176.276 238.506 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 176.53 237.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, US symbol" + (at 176.53 237.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "71d10fe2-b683-4254-9ac3-b24c7a2804e1") + ) + (pin "2" + (uuid "abd2e565-1389-42a2-9e31-b977387873bc") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "R13") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_US") + (at 81.28 137.16 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "59ce894a-246d-41fb-8382-7a66ea70fd0b") + (property "Reference" "R16" + (at 76.962 136.144 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10k" + (at 84.836 136.144 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 81.026 138.176 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 81.28 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, US symbol" + (at 81.28 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "79288ea6-04f1-4697-99ee-0a9417b02155") + ) + (pin "2" + (uuid "80906e9b-3526-4c69-bee5-9f54d29dfac5") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "R16") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 106.68 257.81 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "5aee1b5d-8738-4d81-8a20-6342b66270ce") + (property "Reference" "C22" + (at 106.426 260.096 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100nF" + (at 106.426 262.128 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 105.7148 261.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 106.68 257.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 106.68 257.81 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c2fb6d3f-7a83-4b4f-be3d-b4d507728483") + ) + (pin "2" + (uuid "dbd556fa-e048-4f9e-a7d3-6aef802101d4") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "C22") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 111.76 63.5 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "5b15d194-7a28-46d0-929a-e18e61fe99bf") + (property "Reference" "#PWR02" + (at 111.76 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "1.8V" + (at 111.76 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 111.76 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 111.76 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VCC\"" + (at 111.76 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d2a40c9b-8469-450f-bd3b-2ced3d9fcc78") + ) + (instances + (project "" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR02") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED") + (at 111.76 238.76 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "5bf09e36-5006-4f4f-a912-c46c5e19c5b0") + (property "Reference" "LED_SPI_VREF" + (at 124.206 238.252 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "WHITE" + (at 111.76 235.458 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 111.76 238.76 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 111.76 238.76 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode" + (at 111.76 238.76 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "252916e0-5038-45d8-9b82-d3ff1475156c") + ) + (pin "2" + (uuid "2e2a2b34-2f0a-4e28-aa5d-3920687fc5a1") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "LED_SPI_VREF") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 374.65 62.23 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "5d4b69d1-72b0-46ad-a142-15abc1dcd035") + (property "Reference" "#PWR045" + (at 374.65 68.58 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 374.65 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 374.65 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 374.65 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 374.65 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "384732e6-b818-4f8d-8ff5-5ef30964e1cc") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR045") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "5034800600:5034800600") + (at 375.92 96.52 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "5d83f84d-0ef1-4c82-82c7-12482b5dd7a4") + (property "Reference" "JPD" + (at 389.89 101.5999 0) + (effects + (font + (size 1.524 1.524) + ) + (justify left) + ) + ) + (property "Value" "5034800600" + (at 389.89 104.1399 0) + (effects + (font + (size 1.524 1.524) + ) + (justify left) + ) + ) + (property "Footprint" "503480-0600_MOL" + (at 375.92 96.52 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Datasheet" "5034800600" + (at 375.92 96.52 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 375.92 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "5" + (uuid "e2bf8041-4801-4c2d-9238-91058698d85d") + ) + (pin "4" + (uuid "a8506cbf-70e4-4959-b476-3681ed87a8c4") + ) + (pin "3" + (uuid "dd0c5598-be62-431c-8408-191dae10f958") + ) + (pin "2" + (uuid "8f9478e6-786f-4d31-819d-4f88b9195035") + ) + (pin "1" + (uuid "c158c2c6-6896-480c-9dc3-023ff2fb1d95") + ) + (pin "6" + (uuid "045a664a-cd0f-4c71-b80f-3014065b078e") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "JPD") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 283.21 172.72 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "6120fca7-b647-4d27-92ea-6ba8891145d7") + (property "Reference" "#PWR042" + (at 283.21 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 283.21 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 283.21 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 283.21 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 283.21 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "04aa3c04-9691-4c05-a8a0-9dbbf65f71f9") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR042") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "SN74AVC4T774RSVR:SN74AVC4T774RSVR") + (at 261.62 205.74 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "614c7b9b-f373-4160-9856-7975c5d694e9") + (property "Reference" "U5" + (at 262.89 180.34 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Value" "SN74AVC4T774RSVR" + (at 262.89 182.88 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "RSV0016A" + (at 261.62 205.74 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Datasheet" "SN74AVC4T774RSVR" + (at 261.62 205.74 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 261.62 205.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "11" + (uuid "44b8d32f-0d91-45a6-9e4d-9e22709ee5ad") + ) + (pin "5" + (uuid "f5ff0e4a-9089-4e18-b142-8a7ab89abf4c") + ) + (pin "6" + (uuid "c971b08b-193b-4a17-a59d-28e5151a4344") + ) + (pin "14" + (uuid "6f745463-bfc7-4176-9713-ec84db3396c3") + ) + (pin "15" + (uuid "fb7b01e8-202e-458d-be16-d1cfaab9549b") + ) + (pin "13" + (uuid "1f56eb8e-687f-4875-9857-ec6e376bb612") + ) + (pin "16" + (uuid "d246952d-9285-4456-9d3f-437043af08c1") + ) + (pin "3" + (uuid "680e4e7c-ca7a-4a77-afcc-68b411f3f7ba") + ) + (pin "2" + (uuid "a1644986-b89d-45fa-8504-d529e9f0a70c") + ) + (pin "4" + (uuid "dd94a6ce-b5e9-4f68-8d89-8d700e324b79") + ) + (pin "1" + (uuid "7291594f-92cb-4bf5-9a0d-d7f66b076ad2") + ) + (pin "8" + (uuid "1aed9679-104f-41e6-b785-0b5c1f222e9e") + ) + (pin "12" + (uuid "14d96483-8b1c-4dfc-b183-65c158f56314") + ) + (pin "7" + (uuid "3fa5dbc0-ae64-48da-8167-b681cc62ff51") + ) + (pin "10" + (uuid "5b768228-3e87-4a3c-a8ee-6e0e950df3e5") + ) + (pin "9" + (uuid "784330e2-ceb4-41c8-92f7-9ecf406d5f60") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "U5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_US") + (at 187.96 264.16 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "62414e48-6bad-484b-9a14-7749257af59b") + (property "Reference" "R7" + (at 184.404 263.144 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "330" + (at 191.516 263.144 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 187.706 265.176 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 187.96 264.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, US symbol" + (at 187.96 264.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6ecab124-8c61-4a61-87f0-312ac5d1a0ec") + ) + (pin "2" + (uuid "136db130-e19a-4424-9c27-578ab8423d25") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "R7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:NetTie_2") + (at 359.41 104.14 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "626f050a-3d04-4134-8f60-3dd304d1d194") + (property "Reference" "NT3" + (at 359.41 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "NetTie_2" + (at 359.41 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 359.41 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 359.41 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Net tie, 2 pins" + (at 359.41 104.14 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "36dc0831-ba29-4074-8bf4-0dfdf0899c9a") + ) + (pin "1" + (uuid "4e28b435-ae27-4f82-8f0c-6554c49892c7") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "NT3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_US") + (at 176.53 232.41 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "635c4fa5-c4fa-4039-9700-1bc176ff72db") + (property "Reference" "R12" + (at 172.974 231.394 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "330" + (at 180.086 231.394 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 176.276 233.426 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 176.53 232.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, US symbol" + (at 176.53 232.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a44d4eac-ac92-46bc-a21f-c559f38798e5") + ) + (pin "2" + (uuid "496f1adb-b129-4269-8eb6-9130fd6a74d1") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "R12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 242.57 172.72 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "64d40063-a0fa-4ad3-b884-596b3b581600") + (property "Reference" "#PWR036" + (at 242.57 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 242.57 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 242.57 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 242.57 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 242.57 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "51925f42-4d08-4117-88d3-20532e98654d") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR036") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:L_Ferrite") + (at 83.82 80.01 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "6614daba-7d3d-4c34-939e-4af3f20479af") + (property "Reference" "L2" + (at 83.82 73.66 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "L_Ferrite" + (at 83.82 76.2 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Inductor_SMD:L_0201_0603Metric" + (at 83.82 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 83.82 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Inductor with ferrite core" + (at 83.82 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "cc64e28d-f1e9-479f-acc7-03be09e84aec") + ) + (pin "2" + (uuid "d706f698-16c5-4d15-8d20-6b520ff1ff54") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "L2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 231.14 194.31 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "68236580-96b2-438e-9522-4c55fd5af804") + (property "Reference" "C20" + (at 231.394 196.596 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100nF" + (at 231.394 198.628 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 232.1052 198.12 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 231.14 194.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 231.14 194.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8f9e98a3-023b-48b8-830f-726bf2926cb0") + ) + (pin "2" + (uuid "ea57649d-04cb-4edf-8528-bac88e6d1a6d") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "C20") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 231.14 189.23 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "698fc0b2-f2a1-4ad7-a616-0c049e78ebb0") + (property "Reference" "#PWR029" + (at 231.14 193.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "3.3V" + (at 231.14 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 231.14 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 231.14 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VCC\"" + (at 231.14 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a3cf3865-1087-4ea0-a5f2-f2aecd34b179") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR029") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 90.17 74.93 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "6be9294a-aeca-4202-9a80-701531007b91") + (property "Reference" "#PWR015" + (at 90.17 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 90.17 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 90.17 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 90.17 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 90.17 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c21183c7-4c10-4b3a-9978-4a35a6d2ae72") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR015") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 231.14 199.39 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "6c5f7955-b608-47d6-a4b4-67e706d72fb7") + (property "Reference" "#PWR030" + (at 231.14 205.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 231.14 204.47 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 231.14 199.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 231.14 199.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 231.14 199.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "539ee8d9-3313-4176-a563-a019430334ad") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR030") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 241.3 55.88 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "708c0bb6-9039-4c43-b6ab-edfc75638c1d") + (property "Reference" "#PWR073" + (at 241.3 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 241.3 60.96 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 241.3 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 241.3 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 241.3 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "93b60e56-0447-4a9a-ac8b-4240620b471c") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR073") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 83.82 109.22 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "725d092f-5c82-448e-acb7-2375cee95194") + (property "Reference" "C1" + (at 84.074 111.506 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "3.3uF" + (at 84.074 113.538 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 84.7852 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 83.82 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 83.82 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "26868493-c877-46ea-8c64-863feb4a09fa") + ) + (pin "2" + (uuid "280c26fa-50a2-480d-bfd6-eec74de63c18") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "C1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 101.6 203.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "73e77c9a-ed81-4411-adc8-826452b37bbf") + (property "Reference" "#PWR071" + (at 101.6 209.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 101.6 208.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 101.6 203.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 101.6 203.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 101.6 203.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d4b246c7-6a83-48fa-a139-129c5ab1540c") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR071") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 121.92 88.9 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "752fc329-8feb-4f76-a216-90632dd2253e") + (property "Reference" "#PWR021" + (at 121.92 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "3.3V" + (at 121.92 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 121.92 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 121.92 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VCC\"" + (at 121.92 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3de42261-0e03-4da5-8600-02f5005b6c62") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR021") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED") + (at 173.99 252.73 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "75754702-a094-4efa-909c-b78472a2dd9c") + (property "Reference" "LED_SPI" + (at 183.642 252.222 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "YELLOW" + (at 182.626 251.46 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 173.99 252.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 173.99 252.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode" + (at 173.99 252.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "fbaf74fc-7697-4ef8-b43b-d0604051ef57") + ) + (pin "2" + (uuid "a8eae5fd-862b-4c2a-949a-763f04a7bdde") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "LED_SPI") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 283.21 73.66 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "7628592f-5df4-4b83-9073-034930f88d25") + (property "Reference" "#PWR040" + (at 283.21 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 283.21 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 283.21 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 283.21 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 283.21 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "609ed99d-4509-423c-b281-7a08bf3d119c") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR040") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED_Dual_AAK") + (at 189.23 234.95 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "7b88ac35-8330-41f1-b193-9f69704ec345") + (property "Reference" "LED_AP_UART" + (at 189.1665 224.79 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "Green/Red" + (at 189.1665 227.33 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 189.23 234.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 189.23 234.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Dual LED, common cathode on pin 3" + (at 189.23 234.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "8c4a9f0e-494f-4b55-ad8b-8ad5e13bd04b") + ) + (pin "1" + (uuid "0d5ae39b-350b-47d2-907b-1af05f3b4daa") + ) + (pin "3" + (uuid "347427ef-350f-4132-92a0-775962e681bd") + ) + (instances + (project "" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "LED_AP_UART") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 231.14 45.72 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "7bcc3665-db3f-4c11-8749-2854160db759") + (property "Reference" "C14" + (at 231.394 48.006 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100nF" + (at 231.394 50.038 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 232.1052 49.53 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 231.14 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 231.14 45.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "885b6250-3c06-4e61-b35f-e2df14e9dca8") + ) + (pin "2" + (uuid "6f03870f-9a3e-4d61-ba44-8ed405ddf1ab") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "C14") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED") + (at 173.99 247.65 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "7d9fa7d0-66ce-4787-acdb-a2f9fe9485e4") + (property "Reference" "LED_JTAG" + (at 184.15 247.142 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "YELLOW" + (at 173.99 244.348 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 173.99 247.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 173.99 247.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode" + (at 173.99 247.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2ad7e8e5-d7d0-4a3d-be27-d5220de48c1c") + ) + (pin "2" + (uuid "4e161fc4-27bf-4987-b94e-a790d428558f") + ) + (instances + (project "" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "LED_JTAG") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_US") + (at 354.33 43.18 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "842ac43a-6fd0-4ee8-94ae-dba4ae657bf9") + (property "Reference" "R24" + (at 350.266 42.164 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "0" + (at 357.886 42.164 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 354.076 44.196 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 354.33 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, US symbol" + (at 354.33 43.18 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "afc29dbf-e9e1-4171-8741-e21a0f0ccbbb") + ) + (pin "2" + (uuid "f7f15842-30ac-4c64-8963-274c48fb7b15") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "R24") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 205.74 270.51 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "84c82498-53df-4cc0-8c5b-447446221a8f") + (property "Reference" "#PWR062" + (at 205.74 276.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 205.74 275.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 205.74 270.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 205.74 270.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 205.74 270.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "91756e1f-1f25-4c65-ad7f-b6525b64b3b4") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR062") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 76.2 96.52 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "868644b6-ca16-49c6-b955-5f6c4b3527bc") + (property "Reference" "#PWR06" + (at 76.2 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "3.3V" + (at 76.2 91.44 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 76.2 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 76.2 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VCC\"" + (at 76.2 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "153ecf1e-0421-44fe-ae20-12f418468c33") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR06") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 90.17 85.09 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "86bc1aa7-21d3-47f4-9416-7f64e25f62b2") + (property "Reference" "C12" + (at 90.424 87.376 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "4.7uF" + (at 90.424 89.408 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 91.1352 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 90.17 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 90.17 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "86aecb73-05bc-4f80-9804-4df91a5d2498") + ) + (pin "2" + (uuid "a6316ccf-36e3-4aaf-b21c-66ec8f67f7d1") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "C12") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 233.68 172.72 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "86f0cbf1-dda6-41e6-9664-aa95d134efd8") + (property "Reference" "#PWR046" + (at 233.68 179.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 233.68 177.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 233.68 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 233.68 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 233.68 172.72 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "8e0df7b6-494a-484b-9cfd-08df66987383") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR046") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 387.35 222.25 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "870aa18a-56f3-488e-8a0a-302412191f7e") + (property "Reference" "#PWR054" + (at 387.35 228.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 387.35 227.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 387.35 222.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 387.35 222.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 387.35 222.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "514ebacc-1a28-43ea-a986-423ce15ffd75") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR054") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 125.73 255.27 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "88be05f7-91ec-4ff8-9d6b-4fa80e5beb88") + (property "Reference" "#PWR061" + (at 129.54 255.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "3.3V" + (at 121.92 255.2699 90) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 125.73 255.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 125.73 255.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VCC\"" + (at 125.73 255.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e09e39a2-38f6-45e5-b9ab-c32c3c502e27") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR061") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_US") + (at 354.33 38.1 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "88cf9cf9-170f-472f-944d-478b10c83206") + (property "Reference" "R22" + (at 350.266 37.084 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "0" + (at 357.886 37.084 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 354.076 39.116 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 354.33 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, US symbol" + (at 354.33 38.1 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "14651b08-bc0f-44bd-9a62-0cc15487a630") + ) + (pin "2" + (uuid "a266134b-8249-427f-aff9-0666f07d9d9b") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "R22") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "SN74AVC4T774RSVR:SN74AVC4T774RSVR") + (at 261.62 156.21 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "8b14c7f3-155f-4dc5-863c-5e8f237df21a") + (property "Reference" "U4" + (at 262.89 130.81 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Value" "SN74AVC4T774RSVR" + (at 262.89 133.35 0) + (effects + (font + (size 1.524 1.524) + ) + ) + ) + (property "Footprint" "RSV0016A" + (at 261.62 156.21 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Datasheet" "SN74AVC4T774RSVR" + (at 261.62 156.21 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 261.62 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "11" + (uuid "646e0f3c-3c82-41a2-8a67-d93f601bec57") + ) + (pin "5" + (uuid "3af1b893-ee62-47a7-8c3a-a14dac58cd70") + ) + (pin "6" + (uuid "f16eb4be-d61e-4370-afac-d29799a9b1dd") + ) + (pin "14" + (uuid "730a8826-962f-4c79-bf8f-dcef8390c974") + ) + (pin "15" + (uuid "ce6b82dd-c743-4d2d-a6d6-3e4acf417ca3") + ) + (pin "13" + (uuid "4502fae5-0386-4f39-8b77-d636e40e6a8b") + ) + (pin "16" + (uuid "117cec4d-9ed9-4c41-91b5-c9b9c3531e83") + ) + (pin "3" + (uuid "3f898b5e-799a-48db-b799-5862c29aafd6") + ) + (pin "2" + (uuid "eb6bf047-917c-4ee6-a033-0efed28038c1") + ) + (pin "4" + (uuid "3cc3c0c5-7702-48e7-8f10-7b9b385bfe26") + ) + (pin "1" + (uuid "2f36f9b3-5b7e-47a8-b743-6924f18437e1") + ) + (pin "8" + (uuid "68cf3fe1-05bd-416f-b095-1886a104fba5") + ) + (pin "12" + (uuid "711df400-5abc-4174-9cee-1afbb322a6cf") + ) + (pin "7" + (uuid "ee5494c4-ddae-46bc-8472-2cf5ac54ea42") + ) + (pin "10" + (uuid "c98ebe4f-4fd5-463c-a274-54f241c38b9e") + ) + (pin "9" + (uuid "23ade7b9-97d3-42a1-ae07-7e15e8e9bbdb") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "U4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 394.97 222.25 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "8bd365fa-347e-4b4e-8d15-5d77b3724aeb") + (property "Reference" "#PWR055" + (at 394.97 228.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 394.97 227.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 394.97 222.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 394.97 222.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 394.97 222.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "83d44ed8-4d7d-47a1-8f04-f3df2399e32b") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR055") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 179.07 254 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "8bdd7059-fd33-4ecc-9410-a44d922fca22") + (property "Reference" "#PWR063" + (at 179.07 260.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 179.07 259.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 179.07 254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 179.07 254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 179.07 254 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "23889e0c-aee0-433c-99b7-0a082c236191") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR063") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 231.14 83.82 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "8c613bae-cf52-487b-8e9f-56452f925409") + (property "Reference" "#PWR025" + (at 231.14 87.63 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "3.3V" + (at 231.14 78.74 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 231.14 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 231.14 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VCC\"" + (at 231.14 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0f73ecb6-0f85-48ab-9ec4-e93c67870f9c") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR025") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 90.17 69.85 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "8d3d2c49-0519-4257-9b94-8161dca5beb5") + (property "Reference" "C10" + (at 90.424 72.136 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "4.7uF" + (at 90.424 74.168 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 91.1352 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 90.17 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 90.17 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6aacb4e3-7a4b-4cc3-b084-4fc50cb916b0") + ) + (pin "2" + (uuid "7d891efb-9303-4a0c-a177-cfb2dbcb185c") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "C10") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 111.76 69.85 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "938559e1-f4d8-46b1-8ff5-783cc6875351") + (property "Reference" "C3" + (at 112.014 72.136 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100nF" + (at 112.014 74.168 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 112.7252 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 111.76 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 111.76 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2857602f-a18b-4a81-b1a1-ebd3cd9d19c6") + ) + (pin "2" + (uuid "006bbb5d-23e8-4b85-8ec9-b5f3566e5707") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "C3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 231.14 88.9 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "95c51997-caed-471e-91bf-9acbc1e8c785") + (property "Reference" "C16" + (at 231.394 91.186 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100nF" + (at 231.394 93.218 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 232.1052 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 231.14 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 231.14 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "319575f4-259f-4983-9102-151cd30457ce") + ) + (pin "2" + (uuid "d53a08b7-4723-454a-8e17-c884dd1ae6c7") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "C16") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 283.21 222.25 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "976a3940-c18f-491b-8c39-cd894882d38c") + (property "Reference" "#PWR043" + (at 283.21 228.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 283.21 227.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 283.21 222.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 283.21 222.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 283.21 222.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3b2439f0-740c-4fd3-9560-2d895544229d") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR043") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 220.98 62.23 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "988607e0-1cd0-416d-9290-10d4b121ba70") + (property "Reference" "#PWR074" + (at 220.98 66.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "3.3V" + (at 220.98 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 220.98 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 220.98 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VCC\"" + (at 220.98 62.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b6cf38e3-d80b-4b66-af93-2d18e7e3f2df") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR074") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 124.46 74.93 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "9bdebd39-3ef7-4ea3-9e29-379a6717f646") + (property "Reference" "#PWR09" + (at 124.46 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 124.46 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 124.46 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 124.46 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 124.46 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b366f701-33c9-4cf8-8fa0-623b371e3819") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR09") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 124.46 69.85 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "9cf28958-32af-4aec-8d48-1b5b9149f739") + (property "Reference" "C5" + (at 124.714 72.136 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100nF" + (at 124.714 74.168 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 125.4252 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 124.46 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 124.46 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "df36d1c5-3783-4ed1-b80d-866e0132ec6c") + ) + (pin "2" + (uuid "938dd712-fef1-4143-b571-7530f68d4d11") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "C5") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 77.47 63.5 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "9ea55baf-9585-4756-96af-eca783b00c8b") + (property "Reference" "#PWR019" + (at 77.47 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "3.3V" + (at 77.47 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 77.47 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 77.47 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VCC\"" + (at 77.47 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "696d8f94-75b0-4018-ba4c-18570c9f4657") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR019") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 106.68 203.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "a1c25dd9-ddc7-4850-a433-150ee5ac325b") + (property "Reference" "#PWR01" + (at 106.68 209.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 106.68 208.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 106.68 203.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 106.68 203.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 106.68 203.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bcb58ae7-6490-4682-8a46-ab81c76f40d9") + ) + (instances + (project "" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR01") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:LED") + (at 111.76 233.68 180) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "a3138495-0c79-41b3-b455-9dc612626dbd") + (property "Reference" "LED_AP_VREF" + (at 123.698 232.918 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "WHITE" + (at 120.396 232.41 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 111.76 233.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 111.76 233.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Light emitting diode" + (at 111.76 233.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "2bbe8ca2-b542-4109-8c94-e43d87995b06") + ) + (pin "2" + (uuid "3b21cafb-a0f7-45ad-bf04-9188e949fc5b") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "LED_AP_VREF") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 242.57 222.25 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "a320b8f0-9b2e-4d4b-8026-737ee8d073a5") + (property "Reference" "#PWR037" + (at 242.57 228.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 242.57 227.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 242.57 222.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 242.57 222.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 242.57 222.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "0dc80672-61c5-441b-b83f-354fdb7da186") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR037") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 242.57 203.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "a51fa4c3-9519-491c-8912-555a554b64c6") + (property "Reference" "#PWR034" + (at 242.57 209.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 242.57 208.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 242.57 203.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 242.57 203.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 242.57 203.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b8a6af94-a29c-4820-88c3-0f51c029646b") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR034") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 138.43 74.93 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "a527ce2b-958e-4dbc-9320-9acfd243232d") + (property "Reference" "#PWR011" + (at 138.43 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 138.43 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 138.43 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 138.43 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 138.43 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f7f2f67f-86da-4219-b267-818ee1162c12") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR011") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_US") + (at 358.14 154.94 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "a6d01323-723a-4089-8cda-cbb477743e35") + (property "Reference" "R4" + (at 359.41 153.67 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "22k" + (at 359.41 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 359.156 155.194 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 358.14 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, US symbol" + (at 358.14 154.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "d06b5c41-af0b-48a3-916a-b78e9f2d7284") + ) + (pin "1" + (uuid "d7db13a6-de0b-4298-b2ef-64282ed9e2c9") + ) + (instances + (project "" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "R4") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 242.57 90.17 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "a6d67e0f-4b86-4a70-950f-54cba5988451") + (property "Reference" "#PWR032" + (at 242.57 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "3.3V" + (at 242.57 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 242.57 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 242.57 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VCC\"" + (at 242.57 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "48923a51-07a8-431f-8076-cf5567eb5bc1") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR032") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_US") + (at 355.6 110.49 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "ab9c7eec-762f-42ca-87c2-7637ca561c69") + (property "Reference" "R21" + (at 351.536 109.474 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "0" + (at 359.156 109.474 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 355.346 111.506 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 355.6 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, US symbol" + (at 355.6 110.49 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "be62b783-8786-469a-a53f-4e6412b8adea") + ) + (pin "2" + (uuid "c7fc5532-aa90-45bd-bda4-4c744f40021a") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "R21") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 137.16 241.3 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "acc0a033-bd92-4598-a473-aefde2131193") + (property "Reference" "#PWR056" + (at 137.16 245.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "3.3V" + (at 137.16 236.22 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 137.16 241.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 137.16 241.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VCC\"" + (at 137.16 241.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "93c53552-f7c8-4e7e-9fcb-6fa34dcaa824") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR056") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 46.99 134.62 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "aea48309-558c-428c-ba28-5f8919234dd2") + (property "Reference" "#PWR068" + (at 46.99 138.43 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "HOST_VBUS" + (at 46.99 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 46.99 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 46.99 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VCC\"" + (at 46.99 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7a01076b-970d-4c08-af1b-d15fa93887b8") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR068") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 30.48 203.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "b172a91e-71eb-410d-9db8-58d44c3cb914") + (property "Reference" "#PWR067" + (at 30.48 209.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 30.48 208.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 30.48 203.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 30.48 203.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 30.48 203.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7db0c210-5fcb-47d7-a7f5-9837db28301b") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR067") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 85.09 194.31 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "b2228528-56fa-4678-8c4b-78282407c6a9") + (property "Reference" "#PWR072" + (at 85.09 200.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 85.09 199.39 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 85.09 194.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 85.09 194.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 85.09 194.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6ac2e4d6-34c9-4857-9539-d49aec40a612") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR072") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 198.12 236.22 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "b26d2aec-2b4d-49cc-bc50-af626bbd6202") + (property "Reference" "#PWR064" + (at 198.12 242.57 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 198.12 241.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 198.12 236.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 198.12 236.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 198.12 236.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "539e2a9a-51b4-49ca-a794-95190ea79e81") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR064") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Interface_USB:FT4232H") + (at 116.84 147.32 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "b2d4eb9d-8bb4-49d3-877a-ff2d3622ee33") + (property "Reference" "U1" + (at 131.7341 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "FT4232H" + (at 131.7341 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "" + (at 116.84 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.ftdichip.com/Support/Documents/DataSheets/ICs/DS_FT4232H.pdf" + (at 116.84 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Hi Speed Quad Channel USB UART/FIFO, LQFP/QFN-64" + (at 116.84 147.32 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "60" + (uuid "c9c9677e-78d0-4380-9e84-4d8e0b311319") + ) + (pin "32" + (uuid "b88931c5-0b40-47da-976f-384afaf42b7a") + ) + (pin "56" + (uuid "e44c3eaf-72fa-4678-8567-49ee20557388") + ) + (pin "53" + (uuid "ba24118e-3db1-404a-b036-1b56b5d6787b") + ) + (pin "30" + (uuid "c6ac662c-c918-4ee5-84fa-7cddd3e9c681") + ) + (pin "47" + (uuid "24b7d8df-768a-4ef7-b574-56cbe20f93f7") + ) + (pin "16" + (uuid "3cf3173c-956a-4a76-86a1-35ecf09e9c14") + ) + (pin "44" + (uuid "2b7128bc-b0ff-4a4f-9ae0-f0578c1077f8") + ) + (pin "64" + (uuid "d46da05f-b67e-4386-9b5d-e633fd9d4837") + ) + (pin "37" + (uuid "ffa352bc-5beb-46d4-92f4-1465f3088c68") + ) + (pin "51" + (uuid "5fcb2a47-78dd-4ede-ad14-6260f289b37f") + ) + (pin "24" + (uuid "406e35e0-45c1-4482-a4ee-2e5d456ea6c8") + ) + (pin "54" + (uuid "62da5aa2-75a1-45d4-9c8e-1562cf264f5d") + ) + (pin "61" + (uuid "8c698e5b-873e-477a-8230-cac0bcbfde25") + ) + (pin "45" + (uuid "c2cf8bea-5ca2-459e-b7c7-1a4480cefa7d") + ) + (pin "10" + (uuid "68b9634c-6568-4877-a462-7d002ade96ac") + ) + (pin "2" + (uuid "3592be24-e046-44ae-96a5-a63ba8f08f49") + ) + (pin "31" + (uuid "2078b431-91b3-47f9-af27-39648a83ea1c") + ) + (pin "3" + (uuid "825e71dc-9638-4594-8bc5-cca964b62faa") + ) + (pin "38" + (uuid "76651194-a641-4cc0-888a-1a8c0a491087") + ) + (pin "20" + (uuid "a82e9881-d89b-48d3-9c5a-b5ddfc6310d7") + ) + (pin "55" + (uuid "6ceba040-d816-4c03-a272-484112a3f555") + ) + (pin "49" + (uuid "84c41dc8-ad35-4c09-a7b2-521909b5dce7") + ) + (pin "19" + (uuid "47e74668-869e-4c65-8cdc-517af5b7a9d3") + ) + (pin "46" + (uuid "91a32832-7051-4b26-8794-ca9bf4f51639") + ) + (pin "11" + (uuid "b312b046-bf9f-4a35-af3e-4364c33d246f") + ) + (pin "35" + (uuid "c4b58427-4661-4c3c-93da-9cdaf4a51e25") + ) + (pin "41" + (uuid "467c229b-7999-4300-9da2-00a9601911ce") + ) + (pin "34" + (uuid "260ec442-6963-421d-bd03-06376ce995fa") + ) + (pin "21" + (uuid "666de281-e4bb-4b1a-89dc-9990a5595948") + ) + (pin "57" + (uuid "b6601974-28d6-40e4-82b0-005f7ca6fcfe") + ) + (pin "33" + (uuid "7a1f367a-4ea0-45d3-9029-a03b49fb7af5") + ) + (pin "42" + (uuid "d869645b-fcac-442b-8292-9d69068e219e") + ) + (pin "50" + (uuid "61d7fd8a-5974-41dc-9d59-fcef0951a675") + ) + (pin "23" + (uuid "426e6fd3-95cf-46e4-821f-fd075930a7ea") + ) + (pin "17" + (uuid "82260f48-ea88-449e-bb0d-47854f60ff83") + ) + (pin "26" + (uuid "6b7b3d59-a6ec-4647-b5e9-02d3b2ea2337") + ) + (pin "14" + (uuid "efbf7300-ed6e-4c7a-87bd-9cdbecd960b8") + ) + (pin "8" + (uuid "827d15b9-b81d-4d57-8707-d68765aecaba") + ) + (pin "58" + (uuid "21da94c8-f7e6-4767-9b34-f456f7dfdd2d") + ) + (pin "9" + (uuid "7609a10a-69c8-476a-ae68-749f54e701f0") + ) + (pin "29" + (uuid "5f5eeb25-65cf-4561-8bdd-48ff2b9987fc") + ) + (pin "5" + (uuid "9118a35d-d161-4811-a47b-76f8e9c93bd3") + ) + (pin "62" + (uuid "1b27e40b-6b2a-4365-ae98-db1aa7638fe7") + ) + (pin "59" + (uuid "13ece994-de2d-49a5-85ba-d538ddbc25b8") + ) + (pin "63" + (uuid "29b270c5-4c38-4f06-9929-67c3463024da") + ) + (pin "40" + (uuid "f033a959-3286-4531-bdf6-f0242355f193") + ) + (pin "43" + (uuid "b77c69a0-d965-42b4-a7d5-594627522c29") + ) + (pin "22" + (uuid "956f8a4c-7b8c-4b87-8c44-3541c76178c5") + ) + (pin "36" + (uuid "56e38588-9793-4348-abaf-386a4e2b672d") + ) + (pin "48" + (uuid "3dc2bfeb-586a-40ea-97cd-7b4518500828") + ) + (pin "6" + (uuid "031b301a-bf03-459b-b08b-40d0833b8cc9") + ) + (pin "1" + (uuid "0a09f302-365d-4484-83a0-4942c7f80f27") + ) + (pin "18" + (uuid "dad00fcd-fd6d-44e5-8088-50fdfc49710c") + ) + (pin "12" + (uuid "537c03d9-f480-44ef-b60f-6583279e56b8") + ) + (pin "52" + (uuid "32fd9448-9d2a-4b43-9fd2-ed80ec6e773b") + ) + (pin "13" + (uuid "05f06688-6bab-4415-a06d-92deb8da7c62") + ) + (pin "39" + (uuid "ed623e49-3623-4296-ab17-73ead8a05481") + ) + (pin "25" + (uuid "8062b05a-6489-4580-8aec-27af5c869465") + ) + (pin "4" + (uuid "979bf971-95e7-4117-b582-26d89cd67b14") + ) + (pin "27" + (uuid "b3d88538-9e34-46c6-bc92-adde8036873d") + ) + (pin "28" + (uuid "adbd21fb-8de3-4f94-8d5c-3f4f81ca6183") + ) + (pin "7" + (uuid "348daeee-0fc9-4362-96bf-6ffecae35b75") + ) + (pin "15" + (uuid "968abd9b-b78c-440e-9617-612efece5347") + ) + (instances + (project "" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "U1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 242.57 189.23 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "b45dec70-83e2-4c20-8f65-107259f1ee37") + (property "Reference" "#PWR020" + (at 242.57 193.04 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "3.3V" + (at 242.57 184.15 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 242.57 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 242.57 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VCC\"" + (at 242.57 189.23 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3ba07a71-71c0-4087-b18e-0be993d70ade") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR020") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Connector:USB_C_Receptacle") + (at 30.48 161.29 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "b5d0c0ec-c795-443e-a189-44247c21758a") + (property "Reference" "HOST" + (at 30.48 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "USB_C_Receptacle" + (at 30.48 130.81 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 34.29 161.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "https://www.usb.org/sites/default/files/documents/usb_type-c.zip" + (at 34.29 161.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "USB Full-Featured Type-C Receptacle connector" + (at 30.48 161.29 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "A8" + (uuid "780232f0-1569-4293-8324-4e4ebf8c4276") + ) + (pin "B2" + (uuid "b3fca28c-fc62-4971-bcf0-0ada46368fc7") + ) + (pin "B10" + (uuid "e7ab951b-6738-42d2-ad5e-25806e62c2c0") + ) + (pin "B6" + (uuid "5f923eaa-213f-448d-90e4-58e78621b1ff") + ) + (pin "A6" + (uuid "0090ba70-bdea-498b-ae6b-e3ccdc2449c1") + ) + (pin "B12" + (uuid "06f6f4c3-6912-4dc8-8405-53384c4435e0") + ) + (pin "B7" + (uuid "7f5247c3-81d0-4225-8594-0f90d73df011") + ) + (pin "B11" + (uuid "ba494dfb-dc72-4d08-84c6-dba529f05b68") + ) + (pin "A7" + (uuid "3fdfd46f-58a4-4f0d-afb7-df6fd8e6a44b") + ) + (pin "A5" + (uuid "cac211ad-db16-4f53-9bc1-b6869a916c34") + ) + (pin "A3" + (uuid "2e29360b-fa12-4c7f-97d9-90f5096652b0") + ) + (pin "S1" + (uuid "09b8e162-81c6-46a7-a4bb-278d52c1ba39") + ) + (pin "A12" + (uuid "b9a48669-f1bc-4ae4-b556-9135de152015") + ) + (pin "B4" + (uuid "f29c4f58-761c-4b19-9b2b-3c0bfe518e99") + ) + (pin "A9" + (uuid "7c8362b4-cf30-4811-bbcd-73e6940454f1") + ) + (pin "B9" + (uuid "d6a91eee-e0ae-4d7b-a695-9e77cfe440dd") + ) + (pin "B5" + (uuid "9437c831-dd55-43a4-a24d-7adca4d9d16f") + ) + (pin "A1" + (uuid "d6404626-9e33-4861-9d36-4d32dc2349a6") + ) + (pin "A10" + (uuid "3acbfab2-4ef8-46e5-b39f-4b60403ee848") + ) + (pin "A11" + (uuid "3ada1c95-7d94-415b-b147-3a1add52ea4a") + ) + (pin "B3" + (uuid "988126b7-29bb-4bdb-84c8-97b059a3f24d") + ) + (pin "A4" + (uuid "b952d70b-12bf-44a0-90a9-4d86dea5a0e5") + ) + (pin "A2" + (uuid "b2b57eb8-24c1-4561-b445-1086d97fb1db") + ) + (pin "B8" + (uuid "fb2eca0f-0897-4430-abe9-5e78e8e4bbbd") + ) + (pin "B1" + (uuid "bf0a9074-193f-4cc1-bcf4-71fae3cab8f2") + ) + (instances + (project "" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "HOST") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_US") + (at 102.87 238.76 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "b71ceefb-b1dc-4035-ac8c-36944ea6a770") + (property "Reference" "R19" + (at 98.552 237.744 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "330" + (at 106.426 237.744 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 102.616 239.776 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 102.87 238.76 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, US symbol" + (at 102.87 238.76 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "7d9f8bcd-6a2b-4801-8fb4-535eae471996") + ) + (pin "2" + (uuid "2da7541b-96ce-4f81-88ec-1c4a161536b1") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "R19") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 231.14 50.8 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "ba60bb75-498b-4cdd-8f80-caeea1728a95") + (property "Reference" "#PWR024" + (at 231.14 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 231.14 55.88 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 231.14 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 231.14 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 231.14 50.8 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bf016f0e-d42b-4a5e-a97d-18c48fdaf145") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR024") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 374.65 99.06 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "ba64e6a3-e8d3-4aa0-95d1-2c4b9ed4334f") + (property "Reference" "#PWR053" + (at 368.3 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 369.57 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 374.65 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 374.65 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 374.65 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3ec4aba3-4926-4cda-9b52-f7f324fe78cb") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR053") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 132.08 63.5 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "beb3065c-b34e-467a-9936-f29a73748bdb") + (property "Reference" "#PWR013" + (at 132.08 67.31 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "3.3V" + (at 132.08 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 132.08 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 132.08 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VCC\"" + (at 132.08 63.5 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "237d959c-12b0-449a-b2c9-252ee0d27c61") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR013") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 111.76 88.9 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "c0e12ea5-990a-4cca-b3d9-84e2b7718a0a") + (property "Reference" "#PWR022" + (at 111.76 92.71 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "1.8V" + (at 111.76 83.82 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 111.76 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 111.76 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VCC\"" + (at 111.76 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e6029be4-723d-4057-a37d-e32471bfb004") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR022") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 106.68 262.89 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "c31cf246-8591-4269-80f8-b459de7d657c") + (property "Reference" "#PWR059" + (at 106.68 269.24 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 106.68 267.97 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 106.68 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 106.68 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 106.68 262.89 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "dc581f8c-9000-4107-a1a5-b719aff9e8bf") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR059") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 283.21 101.6 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "c57134ce-b90f-4108-b5ab-6a338b87dd7e") + (property "Reference" "#PWR048" + (at 283.21 107.95 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 283.21 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 283.21 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 283.21 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 283.21 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c39bb732-0fbe-4e27-886d-80bfc5fca8ff") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR048") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_US") + (at 354.33 40.64 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "c5d2dcbd-5475-4135-8db4-5a2605d77119") + (property "Reference" "R23" + (at 350.266 39.624 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "0" + (at 357.886 39.624 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 354.076 41.656 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 354.33 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, US symbol" + (at 354.33 40.64 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "6639fded-090b-4371-82ab-a4f23984f07e") + ) + (pin "2" + (uuid "9b6fe866-d4ae-4478-a59e-bc73660dd8bc") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "R23") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 115.57 252.73 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "c8859ce1-4529-4af9-9638-e2a135c71d2c") + (property "Reference" "#PWR060" + (at 115.57 256.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "3.3V" + (at 115.57 247.65 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 115.57 252.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 115.57 252.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VCC\"" + (at 115.57 252.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "b05518fb-dc54-4c44-a61d-bfd730e36cc2") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR060") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_US") + (at 238.76 166.37 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "c959ea8d-104b-404b-b417-a04778f38b83") + (property "Reference" "R3" + (at 235.204 165.354 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10k" + (at 242.824 165.354 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 238.506 167.386 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 238.76 166.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, US symbol" + (at 238.76 166.37 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "850414ee-86c6-4f92-b5fa-31d5ea868d58") + ) + (pin "2" + (uuid "82e49d40-5395-4217-a12e-e0459add0361") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "R3") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 231.14 93.98 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "ca736bef-cc3e-4526-b0df-6930a269958b") + (property "Reference" "#PWR026" + (at 231.14 100.33 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 231.14 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 231.14 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 231.14 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 231.14 93.98 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "858dbe2d-7fbb-451c-a6fe-91230fe5e077") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR026") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_US") + (at 295.91 158.75 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "cab136d7-3d93-4ac2-8385-7e3d6e173cf1") + (property "Reference" "R27" + (at 292.354 157.734 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "100" + (at 299.466 157.734 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 295.656 159.766 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 295.91 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, US symbol" + (at 295.91 158.75 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "d9360b18-a7c6-4dc5-80e6-8f414752ac78") + ) + (pin "2" + (uuid "88ccb197-3d4c-47a1-a002-76ce70f27ba8") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "R27") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 242.57 148.59 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "d2c7853b-fc9e-4d4f-8620-c50a2579d74e") + (property "Reference" "#PWR035" + (at 236.22 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 237.49 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 242.57 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 242.57 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 242.57 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "4be7260d-0dd9-4961-bf8b-387367648cfd") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR035") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_US") + (at 295.91 163.83 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "d49dccf5-be3f-4f29-9be4-2a3f422ed1aa") + (property "Reference" "R1" + (at 292.354 162.814 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10k" + (at 299.466 162.814 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 295.656 164.846 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 295.91 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, US symbol" + (at 295.91 163.83 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "3f1f3eb4-86d2-44af-aa78-73785e7045f6") + ) + (pin "2" + (uuid "eb075263-b62c-4e1d-8b7e-01d08545c359") + ) + (instances + (project "" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "R1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 151.13 74.93 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "d5bf9ec0-8ef8-4b3e-9888-78c7009c920e") + (property "Reference" "#PWR014" + (at 151.13 81.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 151.13 80.01 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 151.13 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 151.13 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 151.13 74.93 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "aed7c9c0-7e83-4daa-a231-397f11dc6042") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR014") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 144.78 69.85 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "d6a96dfc-561d-499c-91fb-236753ad1e43") + (property "Reference" "C8" + (at 145.034 72.136 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100nF" + (at 145.034 74.168 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 145.7452 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 144.78 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 144.78 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f78a0e27-2b51-4462-b3ac-86aa98026f53") + ) + (pin "2" + (uuid "ea5f7435-20c4-4820-822b-4c5dbeae850e") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "C8") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 90.17 90.17 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "d845358c-b0d0-49fd-b862-49204bc9665e") + (property "Reference" "#PWR017" + (at 90.17 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 90.17 95.25 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 90.17 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 90.17 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 90.17 90.17 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ae5184ac-3bd1-47ce-a92e-efccaf252f5f") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR017") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 76.2 114.3 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "d87d359f-64bb-4341-b3b5-49ce24d27f6e") + (property "Reference" "#PWR03" + (at 76.2 120.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 76.2 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 76.2 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 76.2 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 76.2 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a1daceee-cb2f-49d4-8810-d786386c8011") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR03") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 242.57 139.7 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "db32f6b0-323c-422b-9909-adec758a18e5") + (property "Reference" "#PWR031" + (at 242.57 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "3.3V" + (at 242.57 134.62 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 242.57 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 242.57 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VCC\"" + (at 242.57 139.7 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c23d3459-3937-4911-b700-04f07a85f3aa") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR031") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 138.43 69.85 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "dc123f6a-9d81-41fa-9949-b0f8760f8ece") + (property "Reference" "C7" + (at 138.684 72.136 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100nF" + (at 138.684 74.168 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 139.3952 73.66 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 138.43 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 138.43 69.85 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "99a664aa-c2dc-4911-8335-70b14732c5b1") + ) + (pin "2" + (uuid "5483bd8d-0552-4e3d-81bc-1fac4f0c73fe") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "C7") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:NetTie_2") + (at 359.41 101.6 0) + (unit 1) + (exclude_from_sim no) + (in_bom no) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "dcd44a91-eb18-437d-960b-31bfff8534ce") + (property "Reference" "NT2" + (at 359.41 96.52 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "NetTie_2" + (at 359.41 99.06 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 359.41 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 359.41 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Net tie, 2 pins" + (at 359.41 101.6 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "2" + (uuid "50dd1e38-edea-4723-a294-44e083afccc1") + ) + (pin "1" + (uuid "ab4efb39-dad2-40f5-83b4-2997be96e090") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "NT2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 106.68 252.73 0) + (mirror y) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "e6a2a23e-1c86-489a-a744-4111461be8f3") + (property "Reference" "#PWR057" + (at 106.68 256.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "3.3V" + (at 106.68 247.65 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 106.68 252.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 106.68 252.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VCC\"" + (at 106.68 252.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c0722e4e-d3b1-4986-bdb6-72c35960bd6a") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR057") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 283.21 123.19 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "e6c2375e-a48b-439e-b583-57901095e4db") + (property "Reference" "#PWR041" + (at 283.21 129.54 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 283.21 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 283.21 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 283.21 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 283.21 123.19 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "50b23053-8084-42b1-ba1d-06cdf7c2e061") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR041") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:L_Ferrite") + (at 83.82 64.77 90) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "ebc203ef-3789-4afb-a21a-2015d847117a") + (property "Reference" "L1" + (at 83.82 58.42 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "L_Ferrite" + (at 83.82 60.96 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "Inductor_SMD:L_0201_0603Metric" + (at 83.82 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 83.82 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Inductor with ferrite core" + (at 83.82 64.77 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "a9a13ef9-c877-4f04-b700-42545ff1e772") + ) + (pin "2" + (uuid "44027b75-8cd1-48ff-befa-38ec5a46983a") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "L1") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 137.16 276.86 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "ee3ad33f-6506-4138-87a8-4973560b9718") + (property "Reference" "#PWR058" + (at 137.16 283.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 137.16 281.94 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 137.16 276.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 137.16 276.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 137.16 276.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "14a340ca-4ecc-40c5-9a87-907d86cf1434") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR058") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 231.14 143.51 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "f115fe3f-e9bd-48b6-8156-3cdfccd6d811") + (property "Reference" "#PWR028" + (at 231.14 149.86 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 231.14 148.59 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 231.14 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 231.14 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 231.14 143.51 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "acc1a7fe-6d3b-4a2d-b7f3-5d2eba479d7b") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR028") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:VCC") + (at 231.14 133.35 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "f5f9face-9f90-4cf0-b860-72f0d79dbc00") + (property "Reference" "#PWR027" + (at 231.14 137.16 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "3.3V" + (at 231.14 128.27 0) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 231.14 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 231.14 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"VCC\"" + (at 231.14 133.35 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "90b8b40d-ebe3-4de4-964e-a72a8519678c") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR027") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_US") + (at 355.6 106.68 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "f601c3c4-3c85-47fe-81da-981da75c0670") + (property "Reference" "R20" + (at 351.536 105.664 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "10k" + (at 359.156 105.664 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 355.346 107.696 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 355.6 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, US symbol" + (at 355.6 106.68 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e7f5051d-6e8e-413b-8e4f-93155a5ca26e") + ) + (pin "2" + (uuid "9d1002b2-cda9-48c6-9713-a71c6d549b6c") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "R20") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 76.2 109.22 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "f6134190-d832-42e6-a748-033e24edcd1f") + (property "Reference" "C2" + (at 76.454 111.506 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100nF" + (at 76.454 113.538 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 77.1652 113.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 76.2 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 76.2 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "70ae11de-d120-4b21-8814-52e304af139d") + ) + (pin "2" + (uuid "d1def941-854b-4207-8f0f-4cc14a7fa315") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "C2") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 283.21 151.13 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "f84a95c9-55ca-4ff8-ae55-56ed71f246f7") + (property "Reference" "#PWR049" + (at 283.21 157.48 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 283.21 156.21 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 283.21 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 283.21 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 283.21 151.13 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "ae124177-d500-45be-bf0c-2aa0f669dfe5") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR049") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 83.82 114.3 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "f980d07e-41d3-4743-bb79-a3f7fcd70302") + (property "Reference" "#PWR04" + (at 83.82 120.65 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 83.82 119.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 83.82 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 83.82 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 83.82 114.3 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "bb80988b-fcf4-4ff0-80e2-d3731c783998") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR04") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_US") + (at 170.18 109.22 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "f9b06abc-b6b9-4717-916d-b747b8f45c63") + (property "Reference" "R26" + (at 166.116 108.204 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "0" + (at 173.736 108.204 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 169.926 110.236 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 170.18 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, US symbol" + (at 170.18 109.22 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "c1b082d7-8646-47d8-88a8-c8cd0cbabe8c") + ) + (pin "2" + (uuid "eeae226e-0fe6-45f0-b72e-c023f7badfa3") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "R26") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 76.2 132.08 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "fabc65ed-fb51-4b0c-88f5-102648eda56d") + (property "Reference" "#PWR070" + (at 69.85 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 71.12 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 76.2 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 76.2 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 76.2 132.08 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "72169753-070a-4059-86a5-0035d6e3739f") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR070") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:C") + (at 96.52 85.09 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "fb42df3b-c22e-4daf-ae20-5affa15bc9d2") + (property "Reference" "C13" + (at 96.774 87.376 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Value" "100nF" + (at 96.774 89.408 0) + (effects + (font + (size 1.27 1.27) + ) + (justify left) + ) + ) + (property "Footprint" "Capacitor_SMD:C_0603_1608Metric" + (at 97.4852 88.9 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 96.52 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Unpolarized capacitor" + (at 96.52 85.09 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "1d88ae67-bed5-4db1-89e9-6940f9eba12a") + ) + (pin "2" + (uuid "1a4f0ebb-1aad-4608-aec9-742201d7897f") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "C13") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 22.86 203.2 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "fba684c0-370c-44be-8697-294b9dab48ff") + (property "Reference" "#PWR066" + (at 22.86 209.55 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 22.86 208.28 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 22.86 203.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 22.86 203.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 22.86 203.2 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "f4d04be0-af71-476b-9fea-b6c07a214683") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR066") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 116.84 240.03 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "fbe4603d-b22f-46fa-8096-4921ddd66ec1") + (property "Reference" "#PWR065" + (at 116.84 246.38 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 116.84 245.11 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 116.84 240.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 116.84 240.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 116.84 240.03 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "e19a3229-bc22-4601-8ebc-2ae8b03f9388") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR065") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "5034801000:5034801000") + (at 375.92 33.02 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "fcded351-145d-4755-b18a-0d3262e979ed") + (property "Reference" "JECDB" + (at 389.89 45.7199 0) + (effects + (font + (size 1.524 1.524) + ) + (justify left) + ) + ) + (property "Value" "5034801000" + (at 389.89 48.2599 0) + (effects + (font + (size 1.524 1.524) + ) + (justify left) + ) + ) + (property "Footprint" "CON_5034801000_MOL" + (at 375.92 33.02 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Datasheet" "5034801000" + (at 375.92 33.02 0) + (effects + (font + (size 1.27 1.27) + (italic yes) + ) + (hide yes) + ) + ) + (property "Description" "" + (at 375.92 33.02 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "7" + (uuid "835df47f-ad23-4ef6-878b-b2168d1341af") + ) + (pin "9" + (uuid "721830d2-9506-485e-97d9-39568bcd17e6") + ) + (pin "P2" + (uuid "518c0090-65d4-4b2a-a7c6-9aa6ba971e08") + ) + (pin "8" + (uuid "b6d3a35e-a69c-4b9d-9861-97eab9537a03") + ) + (pin "5" + (uuid "f800bb34-91ed-4f48-8471-460ede250469") + ) + (pin "4" + (uuid "ea5907e9-e2ce-4cd3-b8fd-23d2bc13e51e") + ) + (pin "3" + (uuid "9eed5d39-4c82-48cc-915e-14cf7333315c") + ) + (pin "2" + (uuid "49f83ed9-04d8-4a41-8624-16dfa160b494") + ) + (pin "10" + (uuid "dcfc18ee-d1ad-42a2-b8a0-0d6faa80d2ee") + ) + (pin "1" + (uuid "2dfaadce-9e6c-4ca0-acf7-0d27818ecd34") + ) + (pin "P1" + (uuid "635e151e-05dd-49a4-b5e2-c479dfe3fb59") + ) + (pin "6" + (uuid "91ee8dc5-382f-4def-8118-693870114805") + ) + (instances + (project "" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "JECDB") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "power:GND") + (at 283.21 52.07 0) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (fields_autoplaced yes) + (uuid "fdb5d2a2-54dd-4020-9805-6b6c32c8137e") + (property "Reference" "#PWR047" + (at 283.21 58.42 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Value" "GND" + (at 283.21 57.15 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Footprint" "" + (at 283.21 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "" + (at 283.21 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Power symbol creates a global label with name \"GND\" , ground" + (at 283.21 52.07 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "746d0973-919f-4965-8bc9-3bf6b10afbf1") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "#PWR047") + (unit 1) + ) + ) + ) + ) + (symbol + (lib_id "Device:R_US") + (at 165.1 252.73 270) + (unit 1) + (exclude_from_sim no) + (in_bom yes) + (on_board yes) + (dnp no) + (uuid "ff4c05e6-6ca2-46d1-b2ec-b4ae163993da") + (property "Reference" "R11" + (at 160.782 251.714 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Value" "330" + (at 168.656 251.714 90) + (effects + (font + (size 1.27 1.27) + ) + ) + ) + (property "Footprint" "" + (at 164.846 253.746 90) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Datasheet" "~" + (at 165.1 252.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (property "Description" "Resistor, US symbol" + (at 165.1 252.73 0) + (effects + (font + (size 1.27 1.27) + ) + (hide yes) + ) + ) + (pin "1" + (uuid "611921ab-7e45-4751-8453-5a4a717ff58e") + ) + (pin "2" + (uuid "9ff84768-960b-4ae7-acc0-904d99161174") + ) + (instances + (project "light" + (path "/04a4d5c8-724c-461d-b96a-c501e0cc055e" + (reference "R11") + (unit 1) + ) + ) + ) + ) + (sheet_instances + (path "/" + (page "1") + ) + ) +) diff --git a/light/sym-lib-table b/light/sym-lib-table new file mode 100644 index 0000000..1ee411d --- /dev/null +++ b/light/sym-lib-table @@ -0,0 +1,6 @@ +(sym_lib_table + (version 7) + (lib (name "5034800600")(type "KiCad")(uri "${KIPRJMOD}/libraries/5034800600.kicad_sym")(options "")(descr "")) + (lib (name "5034801000")(type "KiCad")(uri "${KIPRJMOD}/libraries/5034801000.kicad_sym")(options "")(descr "")) + (lib (name "SN74AVC4T774RSVR")(type "KiCad")(uri "${KIPRJMOD}/libraries/SN74AVC4T774RSVR.kicad_sym")(options "")(descr "")) +)