diff --git a/README.md b/README.md
index 52e8392..4114c3e 100644
--- a/README.md
+++ b/README.md
@@ -6,22 +6,26 @@
![Hit Counter](https://visitor-badge.laobi.icu/badge?page_id=felias-fogg_RescueAVR)
[![Build Status](https://github.com/felias-fogg/RescueAVR/workflows/Build/badge.svg)](https://github.com/felias-fogg/RescuAVR/actions)
-This sketch can resurrect many classic AVR chips with wrong fuse settings using high-voltage (HV) programming. Sometimes, you may erroneously set a fuse bit, such as the clock source bit, and then the chip does not respond to ISP programming anymore. In this case, HV programming can help. One can easily reset all fuses to their factory setting, and then ISP programming is possible again. Note that the sketch does not implement a general HV programmer but can only perform some basic tasks, such as fuse setting and erasing the entire chip.
+This sketch can resurrect many classic AVR chips with wrong fuse settings using high-voltage (HV) programming.
-You need an Arduino Uno, Nano, or Pro Mini, a breadboard, two transistors, a few resistors, and an external regulated 12-volt supply. In addition, the sketch is also an alternative firmware for [manekinen's Fusebit Doctor](https://web.archive.org/web/20180225102717/http://mdiy.pl/atmega-fusebit-doctor-hvpp/?lang=en). The pin mapping is a bit different between these two versions. When the sketch is compiled for an Arduino Uno, Nano, or Pro Mini in the Arduino IDE, it will use the Arduino Uno pin mapping. Otherwise, it uses the pin mapping for the Fusebit Doctor. One can also force which version is produced by defining the compile-time constants `ARDUINO_MODE` or `FBD_MODE`, respectively.
+Sometimes, you may erroneously set a fuse bit, such as the clock source bit, and then the chip does not respond to ISP programming anymore. In this case, HV programming can help. One can easily reset all fuses to their factory setting, and then ISP programming is possible again. Note that the sketch does not implement a general HV programmer but can only perform some basic tasks, such as fuse setting and erasing the entire chip.
+
+You need an Arduino Uno, Nano, or Pro Mini, a breadboard, a PNP/NPN transistor pair, a few resistors, a lot of jumper wires, and an external regulated 12-volt supply to do HV programming. If you are the happy owner of a *RecueAVR shield* for an Arduino Uno, then everything is already included and set up. You can build such a shield on your own using the KiCAD design files in the [PCB directory](pcb/), or you can buy the PCBs or a kit at Tindie (very soon).
+
+Furthermore, the sketch is also an alternative firmware for [manekinen's Fusebit Doctor](https://web.archive.org/web/20180225102717/http://mdiy.pl/atmega-fusebit-doctor-hvpp/?lang=en). The pin mapping is a bit different between these two versions. When the sketch is compiled for an Arduino Uno, Nano, or Pro Mini in the Arduino IDE, it will use the Arduino Uno pin mapping. Otherwise, it uses the pin mapping for the Fusebit Doctor. One can also force which version is produced by defining the compile-time constants `ARDUINO_MODE` or `FBD_MODE`, respectively.
When you use the sketch, remember to set the monitor baud rate to 19200 baud (no parity, 1 stop-bit).
The sketch uses many of the ideas and code of [MightyOhm's HV Rescue Shield 2](https://mightyohm.com/blog/products/hv-rescue-shield-2-x/) and is inspired by [manekinen's Fusebit Doctor](https://web.archive.org/web/20180225102717/http://mdiy.pl/atmega-fusebit-doctor-hvpp/?lang=en).
-### Using RescueAVR on an Arduino Uno
+### Using RescueAVR on an Arduino Uno with a Breadboard
-I tried the sketch with an ATtiny84, an ATtiny85, and an ATmega328 on the Arduino Uno. Fritzing wiring schemes for these three chips are included below. For other chips, you must consult the particular microcontroller's datasheet. The pin mapping is usually found in the section on ***Memory Programming***. For some more popular MCUs, I have included wiring instructions for the DIP/SOIC versions of the chips in Appendix B.
+Below, you find Fritzing wiring schemes for ATtiny84, an ATtiny85, and an ATmega328. The full list of supported chips can be found in [Appendix A](#appendixa). You need to consult the particular microcontroller's datasheet for chips other than the ATtinyX4, ATtinyX5, and ATmegaX8. The pin mapping can be found in the section on ***Memory Programming***. For some popular MCUs, I have included wiring instructions for the DIP/SOIC versions of the chips in [Appendix B](#appendixb).
The most important part of high-voltage programming is the ability to put 12 volts into the RESET pin of the MCU. So, you need a regulated 12-volt supply and an electronic switch that applies this voltage to the RESET pin. Such a switch using two transistors is shown below. The transistors I have used are fairly standard ones. You can probably use any other reasonable type. But make sure that the pins are ordered as in the picture, i.e., CBE (otherwise, the Fritzing diagram is not correct).
![12V switch](switch.png)
-The wiring is straightforward for small ATtinys because they use serial programming, and you need only a few wires. The Fritzing diagram for an ATtinyX5 looks as follows (and it also applies to ATtiny11, 12,13, 15, and 22 and a few other 8-pin MCUs).
+The wiring is straightforward for small ATtinys because they use serial programming, and you need only a few wires. The Fritzing diagram for an ATtinyX5 looks as follows (and it also applies to ATtiny11, 12, 13, 15, and 22 and a few other 8-pin MCUs).
![ATtinyX5 Fritzing sketch](RescueAVR-tinyX5_breadboard.png)
Similarly, the wiring for an ATtinyX4 is quite simple as well. As you can see, one needs just 2 data lines (SDI, SDO), one clock line (SCI), one control line (SII), and in addition one has to switch the RESET line and the Vcc line.
@@ -35,16 +39,19 @@ When this is put to work in reality, it can look as follows. Check the wiring tw
After you made all the connections (and double checked them!), open the Arduino monitor window, switch to 19200 baud, switch the external power supply on, and press reset on the Arduino. You are now in ***interactive rescue mode*** and can do a lot of things (see below).
+### Using RescueAVR with a RescueAVR Shield
+
+Will be described when the shield becomes available.
+
### Using RescueAVR on the Fusebit Doctor
-The Fusebit Doctor can be run stand-alone or connected to a computer. In the stand-alone mode, after power-up, all LEDs are off and you can insert a chip. After pressing the button, the board will first try to
-recognize the chip:
+The Fusebit Doctor can be run stand-alone or connected to a computer. In the stand-alone mode (no serial communication lines connected to a computer), after power-up, all LEDs are off and you can insert a chip. After pressing the button, the board will first try to recognize the chip:
- green LED on for three seconds: chip has been successfully recognized,
- green LED on for one second, then red LED on for three seconds: chip has been rcognized, but there is not enough information in the firmware to resurrect it,
- red LED is on for three seconds: no chip recognized.
-After having recognized the MCU, the board tries to reset all lock bits and then tries to set the fuses to a safe default setting. If successful, the green LED flashes for 5 seconds, otherwise the red LED flashes for 5 seconds. If unsuccessful, you can try to set the erase jumper, which allows for erasing the entire chip in order to recover it.
+After having recognized the MCU, the board check whether any lock bits are set. If this is not the case, it tries to set the fuses to a safe default setting. If successful, the green LED flashes for 5 seconds, otherwise the red LED flashes for 5 seconds. If unsuccessful, you can try to set the erase jumper, which allows for erasing the entire chip (including the lock bits) in order to recover it.
If the serial line on the board is connected to a computer using 19200 baud (no parity, 1 stop-bit) then you can use the ***interactive rescue mode***, which gives you more control than the stand-alone mode.
@@ -62,12 +69,13 @@ When switched on or after a reset, the sketch will try to determine what kind of
R - Start again
Choice:
-When this message is shown, you either forgot to insert the MCU, the wiring is wrong, the external power supply is not switched on, or the chip is badly damaged. In the latter case, you might try then to select the programming mode, where *HVPP* is the high-voltage *parallel* programming mode for ATmegas, *HVPP for Tiny* is the same mode for ATtiny2313 and 4313 (but PAGEL and BS1 are both controlled by BS1, and BS2 and XA1 are both controlled by BS2, so PAGEL and XA1 should not be connected to the chip), *HVSP* is the high-voltage *serial* programming mode for ATtinyX4 and ATtinyX5. After having selected a programming mode, you can try to set fuses and lock bits. However, I have never been successful when the MCU could not be identified anymore. In any case, it is more likely that there is a wiring error or you forgot to plug the MCU into the socket (or breadboard).
+When this message is shown, you either forgot to insert the MCU, the wiring is wrong, the external power supply is not switched on, or the chip is badly damaged. In the latter case, you might try then to select the programming mode, where *HVPP* is the high-voltage *parallel* programming mode for ATmegas, *HVPP for Tiny* is the same mode for ATtinys (but PAGEL and BS1 are both controlled by BS1, and BS2 and XA1 are both controlled by BS2, so PAGEL and XA1 should not be connected to the chip), and *HVSP* is the high-voltage *serial* programming mode for ATtinyX4 and the 8-pin chips. After having selected a programming mode, you can try to set fuses and lock bits. However, I have never been successful when the MCU could not be identified anymore. In any case, it is more likely that there is a wiring error or you forgot to plug the MCU into the socket (or breadboard).
-Usually, the chip is detected and something along the following line is printed.
+Usually, the chip is detected, and something along the following line is printed.
Signature: 1E910A
MCU name: ATtiny2313
+ HV type: HVPP for Tiny
Current L/H/E-Fuses: 63 DF FF
Default L/H/E-Fuses: 62 DF FF
Current lock byte: FF
@@ -86,52 +94,67 @@ You can then choose from the following menu.
R - Restart
Action:
-If you are only interested in unbricking your chip, press 'T'. This tries to unlock the chip. If this is not possible, it will try to erase the chip (if the 'chip erase' jumper on the Fuse-Doctor board is set). After it, it will try to reset the fuses to their default value. If 'T' does not help, you can probably say 'good bye' to the chip.
+If you are only interested in unbricking your chip, press 'T'. This will check whether lock bits are set, and if so, it will try to erase the chip (if the 'chip erase' jumper on the Fuse-Doctor board is set). After it, it will try to reset the fuses to their default value. If 'T' does not help, you can probably say 'good bye' to the chip.
-The other options are all self-explanatory. If you want to change individual fuses, you may want to consult the online fuse calculator [AVR® Fuse Calculator](https://www.engbedded.com/fusecalc/) by Mark Hämmerling.
+The other options are all self-explanatory. If you want to change individual fuses, you may want to consult the online fuse calculator [AVR® Fuse Calculator](https://www.engbedded.com/fusecalc/) by Mark Hämmerling or the data sheet of the chip. Same goes for the lock byte.
-### Appendix A: Supported MCUs
-
-In principle, the sketch should be able to work with almost all classic AVR chips (i.e., those that can be programmed using ISP). Currently, only a (very large) subset is supported, but it is very easy to extend the coverage of the sketch. If you have a particular MCU type you want to program which is not included, send me a note. Here are the MCUs that are already covered:
+
-- AT90S2313,
-- AT90S2333, AT90S4433
-- AT90S2323, AT90S2343
-- AT90S4434, AT90S8535
-- AT90S8515,
+### Appendix A: Supported MCUs
-- ATtiny11
-- ATtiny12, ATtiny22
-- ATtiny13
+The sketch works with all currently available classic AVR chips (i.e., those that can be programmed using ISP) and a few obsolete ones. Here is the list of supported MCUs (currently 131). The bold ones can be programmed using the RescueAVR shield by plugging the chip with a DIP footprint into one of the shield slots. I have tested the underlined ones.
+
+- AT90CAN32, AT90CAN64, AT90CAN128
+- AT90PWM1, AT90PWM2B, AT90PWM3B
+- AT90PWM2, AT90PWM3
+- ATPWM216, ATPWM316
+- ATPWM81
+- ATUSB646/7, ATUSB1286/7
+- ATUSB82, ATUSB162
+- **AT90S1200,** **AT90S2313**
+- **AT90S2333, AT90S4433**
+- **AT90S2323, AT90S2343**
+- **AT90S4434, AT90S8535**
+- **AT90S8515**
+- **ATtiny11**
+- **ATtiny12, ATtiny22**
+- **ATtiny13**
- ATtiny43U
-- ATtiny2313, ATtiny4313
-- ATtiny24, ATtiny44, ATtiny84
+- **ATtiny2313**, **ATtiny4313**
+- **ATtiny24**, **ATtiny44**, **ATtiny84**
- ATtiny441, ATtiny841
-- ATtiny15, ATtiny25, ATtiny45, ATtiny85
-- ATtiny26
-- ATtiny261, ATtiny461, ATtiny861
+- **ATtiny15, ATtiny25, ATtiny45, ATtiny85**
+- **ATtiny26**
+- **ATtiny261, ATtiny461, ATtiny861**
- ATtiny87, ATtiny167
-- ATtiny28, ATtiny48, ATtiny88
+- **ATtiny28, ATtiny48, ATtiny88**
- ATtiny828
- ATtiny1634
-- ATmega8515
-- ATmega8535
-- ATmega8, ATmega8HVA, ATmega8HVB
-- ATmega16, ATmega16HVA, ATmega16HVB, ATmega32, ATmega32C1, ATmega32HVB, ATmega64, ATmega64C1, ATmega64HEV2, ATmega64M1, ATmega128, ATmega128RFA1
-- ATmega162
-- ATmega48, ATmega48P, ATmega48PB, ATmega88, ATmega88P, ATmega88PB, ATmega168, ATmega168P, ATmega16PB, ATmega328, ATmega328P, ATmega328PB
+- **ATmega8515**
+- **ATmega8535**
+- **ATmega8**, ATmega8HVA, ATmega8HVB
+- **ATmega16**, ATmega16HVA, ATmega16HVB, ATmegaM1, **ATmega32**, ATmega32C1, ATmega32HVB, ATmega64, ATmega64C1, ATmega64HEV2, ATmega64M1, ATmega128, ATmega128RFA1
- ATmega640, ATmega1280, ATmega1281, ATmega2560, ATmega2561
-- ATmega164, ATmega164P, ATmega324A, ATmega324P, ATmega324PA, ATmega644, ATmega644P, ATmega644RFR2, ATmega1284, ATmega1284Pm ATmega1284RFR2
+- **ATmega161**, **ATmega162**
+- ATmega103
+- **ATmega163**, **ATmega323**
+- **ATmega164, ATmega164P, ATmega324, ATmega324P, ATmega644, ATmega644P**, ATmega644RFR2, **ATmega1284, ATmega1284P,** ATmega1284RFR2
+- ATmega165, ATmega165P, ATmega325, ATmega325P, ATmega3250, ATmega3250P, ATmega645, ATmega645P, ATmega6450, ATmega6450P
+- ATmega406
+- **ATmega48, ATmega48P,** ATmega48PB, **ATmega88**, **ATmega88P**, ATmega88PB, **ATmega168, ATmega168P,** ATmega16PB, **ATmega328**, **ATmega328P**, ATmega328PB
+- ATmega169, ATmega169P, ATmega329, ATmega329P, ATmega3290, ATmega329P, ATmega649, ATmega649P, ATmega6490, ATmega6490P
- ATmega8U2, ATmega16U2, ATmega32U2
- ATmega16U4, ATmega32U4
+
+
### Appendix B: Wiring tables for some MCU types
-The wiring tables below apply only to the SOIC/DIP versions of the respective chips.
+The wiring tables below apply only to the SOIC/DIP versions of the respective MCU types.
#### ATtiny11, 12, 13, 15, 22, 25, 45, 85, AT90S2323, 2343 (HVSP)
@@ -169,7 +192,7 @@ The wiring tables below apply only to the SOIC/DIP versions of the respective ch
-#### ATtiny2313 and 4313, AT90S2313 (tiny HVPP)
+#### ATtiny2313 and 4313, AT90S1200, 2313 (tiny HVPP)
| ATtiny Pin | Function | Arduino UNO pin name |
| ---------- | ------------------------ | -------------------- |
@@ -180,10 +203,10 @@ The wiring tables below apply only to the SOIC/DIP versions of the respective ch
| 5 | XTAL1 | A0 |
| 6 | !OE | A3 |
| 7 | !WR | A2 |
-| 8 | BS1 | A1 |
+| 8 | BS1/PAGEL | A1 |
| 9 | XA0 | 10 |
| 10 | GND | GND |
-| 11 | BS2(=XA1) | A5 |
+| 11 | XA1/BS2 | A5 |
| 12 | DATA0 | 9 |
| 13 | DATA1 | 8 |
| 14 | DATA2 | 7 |
@@ -196,166 +219,211 @@ The wiring tables below apply only to the SOIC/DIP versions of the respective ch
-#### ATtiny26, ATtiny261, ATtiny461, ATtiny861 (HVPP tiny)
-
-| ATtiny pin | Function | Arduino pin name |
-| ---------- | ----------- | ----------------- |
-| 1 | !WR | A2 |
-| 2 | XA0 | 10 |
-| 3 | BS2(=XA1) | A5 |
-| 4 | BS1 | A1 |
-| 5 | Vcc(5V) | 12 |
-| 6 | GND | GND |
-| 7 | XTAL1 | A0 |
-| 8 | !OE | A3 |
-| 9 | RDY | A4 |
-| 10 | !RESET(12V) | (triggered by 13) |
-| 11 | DATA7 | 2 |
-| 12 | DATA6 | 3 |
-| 13 | DATA5 | 4 |
-| 14 | DATA4 | 5 |
-| 15 | Vcc(5V) | 12 |
-| 16 | GND | GND |
-| 17 | DATA3 | 6 |
-| 18 | DATA2 | 7 |
-| 19 | DATA1 | 8 |
-| 20 | DATA0 | 9 |
-
-
-
-#### ATtiny87, ATtiny167 (HVPP tiny)
-
-| ATtiny pin | Function | Arduino UNO pin name |
-| ---------- | ---------- | -------------------- |
-| 1 | DATA0 | 9 |
-| 2 | DATA1 | 8 |
-| 3 | DATA2 | 7 |
-| 4 | DATA3 | 6 |
-| 5 | Vcc(5V) | 12 |
-| 6 | GND | GND |
-| 7 | DATA4 | 5 |
-| 8 | DATA5 | 4 |
-| 9 | DATA6 | 3 |
-| 10 | DATA7 | 2 |
-| 11 | | |
-| 12 | RDY | A4 |
-| 13 | !OE | A3 |
-| 14 | XTAL1 | A0 |
-| 15 | Vcc(5V) | 12 |
-| 16 | GND | GND |
-| 17 | BS1 | A1 |
-| 18 | BS2 (=XA1) | A5 |
-| 19 | XA0 | 10 |
-| 20 | !WR | A2 |
-
-
-
-#### ATtiny1634 (HVPP tiny)
-
-| ATtiny pin | Function | Arduino UNO pin name |
-| ---------- | ----------- | -------------------- |
-| 1 | | |
-| 2 | DATA7 | 2 |
-| 3 | DATA6 | 3 |
-| 4 | DATA5 | 4 |
-| 5 | DATA4 | 5 |
-| 6 | DATA3 | 6 |
-| 7 | DATA2 | 7 |
-| 8 | DATA1 | 8 |
-| 9 | DATA0 | 9 |
-| 10 | GND | GND |
-| 11 | Vcc(5V) | 12 |
-| 12 | XTAL | A0 |
-| 13 | | |
-| 14 | | |
-| 15 | !RESET(12V) | (triggered by 13) |
-| 16 | !OE | A3 |
-| 17 | !WR | A2 |
-| 18 | BS1 | A1 |
-| 19 | XA0 | 10 |
-| 20 | BS2(=XA0) | A5 |
-
-
-
-#### ATmega8, ATmegaX8 (HVPP)
-
-| ATmega pin | Function | Arduino UNO pin name |
-| ---------- | ----------- | -------------------- |
-| 1 | !RESET(12V) | (triggered by 13) |
-| 2 | | |
-| 3 | RDY | A4 |
-| 4 | !OE | A3 |
-| 5 | !WR | A2 |
-| 6 | BS1 | A1 |
-| 7 | Vcc | 12 |
-| 8 | GND | GND |
-| 9 | XTAL1 | A0 |
-| 10 | | |
-| 11 | XA0 | 10 |
-| 12 | XA1 | 11 |
-| 13 | PAGEL | GND |
-| 14 | DATA0 | 9 |
-| 15 | DATA1 | 8 |
-| 16 | DATA2 | 7 |
-| 17 | DATA3 | 6 |
-| 18 | DATA4 | 5 |
-| 19 | DATA5 | 4 |
-| 20 | Vcc | 12 |
-| 21 | | |
-| 22 | GND | GND |
-| 23 | DATA6 | 3 |
-| 24 | DATA7 | 2 |
-| 25 | BS2 | A5 |
-| 26 | | |
-| 27 | | |
-| 28 | | |
-
-
-
-#### ATmegaX4 (HVPP)
-
-| ATmega pin | Function | Arduino UNO pin name |
-| ---------- | ----------- | -------------------- |
-| 1 | DATA0 | 9 |
-| 2 | DATA1 | 8 |
-| 3 | DATA2 | 7 |
-| 4 | DATA3 | 6 |
-| 5 | DATA4 | 5 |
-| 6 | DATA5 | 4 |
-| 7 | DATA6 | 3 |
-| 8 | DATA7 | 2 |
-| 9 | !RESET(12V) | (triggered by 13) |
-| 10 | Vcc(5V) | 12 |
-| 11 | GND | GND |
-| 12 | | |
-| 13 | XTAL1 | A0 |
-| 14 | | |
-| 15 | RDY | A4 |
-| 16 | !OE | A3 |
-| 17 | !WR | A2 |
-| 18 | BS1 | A1 |
-| 19 | XA0 | 10 |
-| 20 | XA1 | 11 |
-| 21 | PAGEL | GND |
-| 22 | | |
-| 23 | | |
-| 24 | | |
-| 25 | | |
-| 26 | | |
-| 27 | | |
-| 28 | | |
-| 29 | | |
-| 30 | Vcc(5V) | 12 |
-| 31 | GND | GND |
-| 32 | | |
-| 33 | | |
-| 34 | | |
-| 35 | | |
-| 36 | | |
-| 37 | | |
-| 38 | | |
-| 39 | | |
-| 40 | BS2 | A5 |
-
-
+#### ATtiny26, ATtiny261, ATtiny461, ATtiny861 (tiny HVPP)
+
+| ATtiny pin | Function | Arduino pin name |
+| ---------- | ---------------- | ----------------- |
+| 1 | !WR | A2 |
+| 2 | XA0 | 10 |
+| 3 | XA1/BS2 | A5 |
+| 4 | PAGEL/BS1 | A1 |
+| 5 | Vcc(5V) | 12 |
+| 6 | GND | GND |
+| 7 | XTAL1 | A0 |
+| 8 | !OE | A3 |
+| 9 | RDY | A4 |
+| 10 | !RESET(12V) | (triggered by 13) |
+| 11 | DATA7 | 2 |
+| 12 | DATA6 | 3 |
+| 13 | DATA5 | 4 |
+| 14 | DATA4 | 5 |
+| 15 | Vcc(5V) | 12 |
+| 16 | GND | GND |
+| 17 | DATA3 | 6 |
+| 18 | DATA2 | 7 |
+| 19 | DATA1 | 8 |
+| 20 | DATA0 | 9 |
+
+
+
+#### ATtiny87, ATtiny167 (tiny HVPP)
+
+| ATtiny pin | Function | Arduino UNO pin name |
+| ---------- | ---------------- | -------------------- |
+| 1 | DATA0 | 9 |
+| 2 | DATA1 | 8 |
+| 3 | DATA2 | 7 |
+| 4 | DATA3 | 6 |
+| 5 | Vcc(5V) | 12 |
+| 6 | GND | GND |
+| 7 | DATA4 | 5 |
+| 8 | DATA5 | 4 |
+| 9 | DATA6 | 3 |
+| 10 | DATA7 | 2 |
+| 11 | | |
+| 12 | RDY | A4 |
+| 13 | !OE | A3 |
+| 14 | XTAL1 | A0 |
+| 15 | Vcc(5V) | 12 |
+| 16 | GND | GND |
+| 17 | PAGEL/BS1 | A1 |
+| 18 | XA1/BS2 | A5 |
+| 19 | XA0 | 10 |
+| 20 | !WR | A2 |
+
+
+
+#### ATtiny1634 (tiny HVPP)
+
+| ATtiny pin | Function | Arduino UNO pin name |
+| ---------- | ---------------- | -------------------- |
+| 1 | | |
+| 2 | DATA7 | 2 |
+| 3 | DATA6 | 3 |
+| 4 | DATA5 | 4 |
+| 5 | DATA4 | 5 |
+| 6 | DATA3 | 6 |
+| 7 | DATA2 | 7 |
+| 8 | DATA1 | 8 |
+| 9 | DATA0 | 9 |
+| 10 | GND | GND |
+| 11 | Vcc(5V) | 12 |
+| 12 | XTAL | A0 |
+| 13 | | |
+| 14 | | |
+| 15 | !RESET(12V) | (triggered by 13) |
+| 16 | !OE | A3 |
+| 17 | !WR | A2 |
+| 18 | BS1/PAGEL | A1 |
+| 19 | XA0 | 10 |
+| 20 | XA1/BS2 | A5 |
+
+
+
+#### ATtinyX8, ATmega8, ATmegaX8, AT90S2333, 4433 (HVPP)
+
+| ATmega pin | Function | Arduino UNO pin name |
+| ---------- | -------------------- | -------------------- |
+| 1 | !RESET(12V) | (triggered by 13) |
+| 2 | | |
+| 3 | RDY | A4 |
+| 4 | !OE | A3 |
+| 5 | !WR | A2 |
+| 6 | BS1 | A1 |
+| 7 | Vcc | 12 |
+| 8 | GND | GND |
+| 9 | XTAL1 | A0 |
+| 10 | | |
+| 11 | XA0 | 10 |
+| 12 | XA1 | 11 |
+| 13 | PAGEL (not AT90SX33) | GND |
+| 14 | DATA0 | 9 |
+| 15 | DATA1 | 8 |
+| 16 | DATA2 | 7 |
+| 17 | DATA3 | 6 |
+| 18 | DATA4 | 5 |
+| 19 | DATA5 | 4 |
+| 20 | Vcc | 12 |
+| 21 | | |
+| 22 | GND | GND |
+| 23 | DATA6 | 3 |
+| 24 | DATA7 | 2 |
+| 25 | BS2 (not AT90SX33) | A5 |
+| 26 | | |
+| 27 | | |
+| 28 | | |
+
+
+
+#### ATmega16, ATmega32, ATmegaX3, ATmegaX4, ATmega8535, AT90S8535 (HVPP)
+
+| ATmega pin | Function | Arduino UNO pin name |
+| ---------- | ------------------- | -------------------- |
+| 1 | DATA0 | 9 |
+| 2 | DATA1 | 8 |
+| 3 | DATA2 | 7 |
+| 4 | DATA3 | 6 |
+| 5 | DATA4 | 5 |
+| 6 | DATA5 | 4 |
+| 7 | DATA6 | 3 |
+| 8 | DATA7 | 2 |
+| 9 | !RESET(12V) | (triggered by 13) |
+| 10 | Vcc(5V) | 12 |
+| 11 | GND | GND |
+| 12 | | |
+| 13 | XTAL1 | A0 |
+| 14 | | |
+| 15 | RDY | A4 |
+| 16 | !OE | A3 |
+| 17 | !WR | A2 |
+| 18 | BS1 | A1 |
+| 19 | XA0 | 10 |
+| 20 | XA1 | 11 |
+| 21 | PAGEL (only ATmega) | GND |
+| 22 | | |
+| 23 | | |
+| 24 | | |
+| 25 | | |
+| 26 | | |
+| 27 | | |
+| 28 | | |
+| 29 | | |
+| 30 | Vcc(5V) | 12 |
+| 31 | GND | GND |
+| 32 | | |
+| 33 | | |
+| 34 | | |
+| 35 | | |
+| 36 | | |
+| 37 | | |
+| 38 | | |
+| 39 | | |
+| 40 | BS2 (only ATmega) | A5 |
+
+
+
+#### AT90S8515, 4414, ATmega8515, 161, 162 (HVPP)
+
+| ATmega pin | Function | Arduino pin name |
+| ---------- | ------------------- | ----------------- |
+| 1 | DATA0 | 9 |
+| 2 | DATA1 | 8 |
+| 3 | DATA2 | 7 |
+| 4 | DATA3 | 6 |
+| 5 | DATA4 | 5 |
+| 6 | DATA5 | 4 |
+| 7 | DATA6 | 3 |
+| 8 | DATA7 | 2 |
+| 9 | !RESET(12V) | (triggered by 13) |
+| 10 | | |
+| 11 | RDY | A4 |
+| 12 | !OE | A3 |
+| 13 | !WR | A2 |
+| 14 | BS1 | A1 |
+| 15 | XA0 | 10 |
+| 16 | XA1 | 11 |
+| 17 | PAGEL (only ATmega) | GND |
+| 18 | | |
+| 19 | XTAL1 | A0 |
+| 20 | GND | GND |
+| 21 | | |
+| 22 | | |
+| 23 | | |
+| 24 | | |
+| 25 | | |
+| 26 | | |
+| 27 | | |
+| 28 | | |
+| 29 | | |
+| 30 | | |
+| 31 | | |
+| 32 | | |
+| 33 | | |
+| 34 | | |
+| 35 | | |
+| 36 | | |
+| 37 | | |
+| 38 | | |
+| 39 | BS2 (only ATmega) | A5 |
+| 40 | Vcc(5V) | 12 |
diff --git a/RescueAVR.ino b/RescueAVR.ino
index 8d66bee..536c9a3 100644
--- a/RescueAVR.ino
+++ b/RescueAVR.ino
@@ -2,16 +2,16 @@
// Title: RescueAVR
-#define VERSION "2.4.0"
+#define VERSION "2.5.0"
/*Copyright 2013-2021 by Bernhard Nebel and parts are copyrighted by Jeff Keyzer.
License: GPLv3
It uses the hardware designed by manekinen, but the software is completely
new, using ideas und snippets from Jeff Keyzer's sketch HVRescue_Shield.
- In addition, the program can also be run on an Arduino Uno or Nano.
+ In addition, the program can also be run on an Arduino Uno, Nano, or Pro.
- The program can beither compiled for Arduino Uno or Nano usage (when
+ The program can beither compiled for Arduino Uno, Nano, or Pro usage (when
ARDUINO_AVR_UNO ARDUINO_AVR_NANO is defined), or for Fusebit Doctor
boards (in all other cases). If you want to compile it for the
Fusebit Doctor board, I recommend to use the MiniCore.
@@ -45,6 +45,20 @@ Version 2.4.0 (20.8.2024)
AT90S2333, ATtiny441, ATtiny841, ATtiny828
- renamed ATMEGA -> HVPP and TINY2313 -> TINYHVPP
- added ARDUINO_AVR_PRO to the list of boards that can execute the Arduino version of the RescueAVR sketch
+
+Version 2.5.0
+ - fixed: handling of MCUs that read lock and fuse bits into one byte
+ (some of the very obsolete MCUs). These have now a marker in the number of
+ of fuse bytes field at bit 7.
+ - fixed: use direct printing of MCU name in printMCUName instead of going via
+ a buffer (which was too small and led to a buffer overrun)
+ - fixed: for ATTiny11, ATtiny12, ATTiny22, compare only the LB1 and LB2 bits of the
+ lock byte when verifying after resurrection!
+ - fixed: give error message when selecting 'H' or 'X' and there are not enough fuse bytes
+ - added: all missing currently supported MCUs after running extract.py on the ATDF files
+ - added: a few more obsolete MCUs, e.g., AT90S1200, ATmega161, ...
+ - added: restart option when asking for number of fuse bytes
+ - removed: attempting to clear lock bits because this always fails!
*/
/* Uncomment one of the following two lines, if you do not want to
@@ -69,187 +83,288 @@ Version 2.4.0 (20.8.2024)
#define BAUD 19200 // Serial port rate at which to talk to PC
-// The names of all MCUs known to us
+// Names of a few obsolete MCUs supporting HV prog
+const char at90pwm2[] PROGMEM = "AT90PWM2/3";
+const char at90s1200[] PROGMEM = "AT90S1200";
const char at90s2313[] PROGMEM = "AT90S2313";
-const char at90s2333[] PROGMEM = "AT90S2333";
const char at90s2323[] PROGMEM = "AT90S2323";
+const char at90s2333[] PROGMEM = "AT90S2333";
const char at90s2343[] PROGMEM = "AT90S2343";
+const char at90s4414[] PROGMEM = "AT90S4414";
const char at90s4433[] PROGMEM = "AT90S4433";
const char at90s4434[] PROGMEM = "AT90S4434";
const char at90s8515[] PROGMEM = "AT90S8515";
const char at90s8535[] PROGMEM = "AT90S8535";
-const char attiny11[] PROGMEM = "ATtiny11";
-const char attiny12[] PROGMEM = "ATtiny12";
-const char attiny13[] PROGMEM = "ATtiny13";
-const char attiny15[] PROGMEM = "ATtiny15";
+const char atmega103[] PROGMEM = "ATmega103";
+const char atmega161[] PROGMEM = "ATmega161";
+const char atmega163[] PROGMEM = "ATmega163";
+const char atmega323[] PROGMEM = "ATmega323";
const char attiny22[] PROGMEM = "ATtiny22";
-const char attiny43u[] PROGMEM = "ATtiny43U";
-const char attiny2313[] PROGMEM = "ATtiny2313";
-const char attiny4313[] PROGMEM = "ATtiny4313";
-const char attiny24[] PROGMEM = "ATtiny24";
-const char attiny44[] PROGMEM = "ATtiny44";
-const char attiny84[] PROGMEM = "ATtiny84";
-const char attiny441[] PROGMEM = "ATtiny441";
-const char attiny841[] PROGMEM = "ATtiny841";
-const char attiny25[] PROGMEM = "ATtiny25";
-const char attiny45[] PROGMEM = "ATtiny45";
-const char attiny85[] PROGMEM = "ATtiny85";
-const char attiny26[] PROGMEM = "ATtiny26";
-const char attiny261[] PROGMEM = "ATtiny261";
-const char attiny461[] PROGMEM = "ATtiny461";
-const char attiny861[] PROGMEM = "ATtiny861";
-const char attiny87[] PROGMEM = "ATtiny87";
-const char attiny167[] PROGMEM = "ATtiny167";
-const char attiny1634[] PROGMEM = "ATtiny1634";
const char attiny28[] PROGMEM = "ATtiny28";
-const char attiny48[] PROGMEM = "ATtiny48";
-const char attiny88[] PROGMEM = "ATtiny88";
-const char attiny828[] PROGMEM = "ATtiny828";
-const char atmega8515[] PROGMEM = "ATmega8515";
-const char atmega8535[] PROGMEM = "ATmega8535";
-const char atmega8[] PROGMEM = "ATmega8";
-const char atmega8hva[] PROGMEM = "ATmega8HVA";
-const char atmega16[] PROGMEM = "ATmega16";
-const char atmega16hva[] PROGMEM = "ATmega16HVA";
-const char atmega16hvb[] PROGMEM = "ATmega16HVB";
-const char atmega32[] PROGMEM = "ATmega32";
-const char atmega32c1[] PROGMEM = "ATmega32C1";
-const char atmega32hvb[] PROGMEM = "ATmega32HVB";
-const char atmega64[] PROGMEM = "ATmega64";
-const char atmega64c1[] PROGMEM = "ATmega64c1";
-const char atmega64hev2[] PROGMEM = "ATmega64HEV2";
-const char atmega64m1[] PROGMEM = "ATmega64m1";
-const char atmega128[] PROGMEM = "ATmega128";
+
+// Names of supported MCUs as extracted by extract.py
+// Do not change manually!
+const char at90can128[] PROGMEM = "AT90CAN128";
+const char at90can32[] PROGMEM = "AT90CAN32";
+const char at90can64[] PROGMEM = "AT90CAN64";
+const char at90pwm1[] PROGMEM = "AT90PWM1/AT90PWM2B/AT90PWM3B";
+const char at90pwm161[] PROGMEM = "AT90PWM161";
+const char at90pwm216[] PROGMEM = "AT90PWM216/AT90PWM316";
+const char at90pwm81[] PROGMEM = "AT90PWM81";
+const char at90usb1286[] PROGMEM = "AT90USB1286/AT90USB1287";
+const char at90usb162[] PROGMEM = "AT90USB162";
+const char at90usb646[] PROGMEM = "AT90USB646/AT90USB647";
+const char at90usb82[] PROGMEM = "AT90USB82";
+const char atmega128[] PROGMEM = "ATmega128/ATmega128A";
+const char atmega1280[] PROGMEM = "ATmega1280";
+const char atmega1281[] PROGMEM = "ATmega1281";
+const char atmega1284[] PROGMEM = "ATmega1284";
+const char atmega1284p[] PROGMEM = "ATmega1284P";
+const char atmega1284rfr2[] PROGMEM = "ATmega1284RFR2";
const char atmega128rfa1[] PROGMEM = "ATmega128RFA1";
+const char atmega128rfr2[] PROGMEM = "ATmega128RFR2";
+const char atmega16[] PROGMEM = "ATmega16/ATmega16A";
const char atmega162[] PROGMEM = "ATmega162";
-const char atmega48[] PROGMEM = "ATmega48";
-const char atmega48p[] PROGMEM = "ATmega48P";
-const char atmega48pb[] PROGMEM = "ATmega48PB";
-const char atmega88[] PROGMEM = "ATmega88";
-const char atmega88p[] PROGMEM = "ATmega88P";
-const char atmega88pb[] PROGMEM = "ATmega88PB";
-const char atmega168[] PROGMEM = "ATmega168";
-const char atmega168p[] PROGMEM = "ATmega168P";
+const char atmega164a[] PROGMEM = "ATmega164A";
+const char atmega164p[] PROGMEM = "ATmega164P/ATmega164PA";
+const char atmega165a[] PROGMEM = "ATmega165A";
+const char atmega165p[] PROGMEM = "ATmega165P/ATmega165PA";
+const char atmega168[] PROGMEM = "ATmega168/ATmega168A";
+const char atmega168p[] PROGMEM = "ATmega168P/ATmega168PA";
const char atmega168pb[] PROGMEM = "ATmega168PB";
-const char atmega328[] PROGMEM = "ATmega328";
-const char atmega328p[] PROGMEM = "ATmega328P";
-const char atmega328pb[] PROGMEM = "ATmega328PB";
-const char atmega640[] PROGMEM = "ATmega640";
-const char atmega1280[] PROGMEM = "ATmega1280";
-const char atmega1281[] PROGMEM = "ATmega1281";
+const char atmega169a[] PROGMEM = "ATmega169A";
+const char atmega169p[] PROGMEM = "ATmega169P/ATmega169PA";
+const char atmega16hva[] PROGMEM = "ATmega16HVA";
+const char atmega16hvb[] PROGMEM = "ATmega16HVB/ATmega16HVBrevB";
+const char atmega16m1[] PROGMEM = "ATmega16M1";
+const char atmega16u2[] PROGMEM = "ATmega16U2";
+const char atmega16u4[] PROGMEM = "ATmega16U4";
const char atmega2560[] PROGMEM = "ATmega2560";
const char atmega2561[] PROGMEM = "ATmega2561";
-const char atmega164a[] PROGMEM = "ATmega164A";
-const char atmega164p[] PROGMEM = "ATmega164P";
+const char atmega2564rfr2[] PROGMEM = "ATmega2564RFR2";
+const char atmega256rfr2[] PROGMEM = "ATmega256RFR2";
+const char atmega32[] PROGMEM = "ATmega32/ATmega32A";
const char atmega324a[] PROGMEM = "ATmega324A";
const char atmega324p[] PROGMEM = "ATmega324P";
const char atmega324pa[] PROGMEM = "ATmega324PA";
-const char atmega644[] PROGMEM = "ATmega644";
-const char atmega644p[] PROGMEM = "ATmega644P";
-const char atmega644rfr2[] PROGMEM = "ATmega644RFR2";
-const char atmega1284[] PROGMEM = "ATmega1284";
-const char atmega1284p[] PROGMEM = "ATmega1284P";
-const char atmega1284rfr2[] PROGMEM = "ATmega1284RFR2";
-const char atmega8u2[] PROGMEM = "ATmega8U2";
-const char atmega16u2[] PROGMEM = "ATmega16U2";
+const char atmega324pb[] PROGMEM = "ATmega324PB";
+const char atmega325[] PROGMEM = "ATmega325/ATmega325A";
+const char atmega3250[] PROGMEM = "ATmega3250/ATmega3250A";
+const char atmega3250p[] PROGMEM = "ATmega3250P/ATmega3250PA";
+const char atmega325p[] PROGMEM = "ATmega325P/ATmega325PA";
+const char atmega328[] PROGMEM = "ATmega328";
+const char atmega328p[] PROGMEM = "ATmega328P";
+const char atmega328pb[] PROGMEM = "ATmega328PB";
+const char atmega329[] PROGMEM = "ATmega329/ATmega329A";
+const char atmega3290[] PROGMEM = "ATmega3290/ATmega3290A";
+const char atmega3290p[] PROGMEM = "ATmega3290P/ATmega3290PA";
+const char atmega329p[] PROGMEM = "ATmega329P/ATmega329PA";
+const char atmega32c1[] PROGMEM = "ATmega32C1";
+const char atmega32hvb[] PROGMEM = "ATmega32HVB/ATmega32HVBrevB";
+const char atmega32m1[] PROGMEM = "ATmega32M1";
const char atmega32u2[] PROGMEM = "ATmega32U2";
-const char atmega8u4[] PROGMEM = "ATmega8U4";
-const char atmega16u4[] PROGMEM = "ATmega16U4";
const char atmega32u4[] PROGMEM = "ATmega32U4";
+const char atmega406[] PROGMEM = "ATmega406";
+const char atmega48[] PROGMEM = "ATmega48/ATmega48A";
+const char atmega48p[] PROGMEM = "ATmega48P/ATmega48PA";
+const char atmega48pb[] PROGMEM = "ATmega48PB";
+const char atmega64[] PROGMEM = "ATmega64/ATmega64A";
+const char atmega640[] PROGMEM = "ATmega640";
+const char atmega644[] PROGMEM = "ATmega644/ATmega644A";
+const char atmega644p[] PROGMEM = "ATmega644P/ATmega644PA";
+const char atmega644rfr2[] PROGMEM = "ATmega644RFR2";
+const char atmega645[] PROGMEM = "ATmega645/ATmega645A";
+const char atmega6450[] PROGMEM = "ATmega6450/ATmega6450A";
+const char atmega6450p[] PROGMEM = "ATmega6450P";
+const char atmega645p[] PROGMEM = "ATmega645P";
+const char atmega649[] PROGMEM = "ATmega649/ATmega649A";
+const char atmega6490[] PROGMEM = "ATmega6490/ATmega6490A";
+const char atmega6490p[] PROGMEM = "ATmega6490P";
+const char atmega649p[] PROGMEM = "ATmega649P";
+const char atmega64c1[] PROGMEM = "ATmega64C1";
+const char atmega64hve2[] PROGMEM = "ATmega64HVE2";
+const char atmega64m1[] PROGMEM = "ATmega64M1";
+const char atmega64rfr2[] PROGMEM = "ATmega64RFR2";
+const char atmega8[] PROGMEM = "ATmega8/ATmega8A";
+const char atmega8515[] PROGMEM = "ATmega8515";
+const char atmega8535[] PROGMEM = "ATmega8535";
+const char atmega88[] PROGMEM = "ATmega88/ATmega88A";
+const char atmega88p[] PROGMEM = "ATmega88P/ATmega88PA";
+const char atmega88pb[] PROGMEM = "ATmega88PB";
+const char atmega8hva[] PROGMEM = "ATmega8HVA";
+const char atmega8u2[] PROGMEM = "ATmega8U2";
+const char attiny11[] PROGMEM = "ATtiny11";
+const char attiny12[] PROGMEM = "ATtiny12";
+const char attiny13[] PROGMEM = "ATtiny13/ATtiny13A";
+const char attiny15[] PROGMEM = "ATtiny15";
+const char attiny1634[] PROGMEM = "ATtiny1634";
+const char attiny167[] PROGMEM = "ATtiny167";
+const char attiny2313[] PROGMEM = "ATtiny2313/ATtiny2313A";
+const char attiny24[] PROGMEM = "ATtiny24/ATtiny24A";
+const char attiny25[] PROGMEM = "ATtiny25";
+const char attiny26[] PROGMEM = "ATtiny26";
+const char attiny261[] PROGMEM = "ATtiny261/ATtiny261A";
+const char attiny4313[] PROGMEM = "ATtiny4313";
+const char attiny43u[] PROGMEM = "ATtiny43U";
+const char attiny44[] PROGMEM = "ATtiny44/ATtiny44A";
+const char attiny441[] PROGMEM = "ATtiny441";
+const char attiny45[] PROGMEM = "ATtiny45";
+const char attiny461[] PROGMEM = "ATtiny461/ATtiny461A";
+const char attiny48[] PROGMEM = "ATtiny48";
+const char attiny828[] PROGMEM = "ATtiny828";
+const char attiny84[] PROGMEM = "ATtiny84/ATtiny84A";
+const char attiny841[] PROGMEM = "ATtiny841";
+const char attiny85[] PROGMEM = "ATtiny85";
+const char attiny861[] PROGMEM = "ATtiny861/ATtiny861A";
+const char attiny87[] PROGMEM = "ATtiny87";
+const char attiny88[] PROGMEM = "ATtiny88";
+
-// table with signatures
-// 1st word signature (w/o 1E), 2nd word: MSB number of fuses,
-// 2nd word LSB: low fuse, 3rd word MSB: high fuse, 3rd word LSB: extended fuse,
-// 4th word string address.
-#define MCU_NUM 85
+// table with signatures
+// 1st word signature (w/o 1E),
+// 2nd word: MSB: bit7=read lock byte for lock+fuses
+// bit0-bit3=number of fuses
+// 2nd word LSB: low fuse,
+// 3rd word MSB: high fuse,
+// 3rd word LSB: extended fuse,
+// 4th word: string address for MCU name
+
+#define MCU_NUM (17+114)
const uint16_t mcu_types[MCU_NUM][4] PROGMEM =
- {
- { 0x9101, 0x01FF, 0x0000, (uint16_t)at90s2313 },
- { 0x9105, 0x01FF, 0x0000, (uint16_t)at90s2333 },
- { 0x9102, 0x01FF, 0x0000, (uint16_t)at90s2323 },
- { 0x9103, 0x01FF, 0x0000, (uint16_t)at90s2343 },
- { 0x9203, 0x01FF, 0x0000, (uint16_t)at90s4433 },
- { 0x9202, 0x01FF, 0x0000, (uint16_t)at90s4434 },
- { 0x9301, 0x01FF, 0x0000, (uint16_t)at90s8515 },
- { 0x9303, 0x01FF, 0x0000, (uint16_t)at90s8535 },
- { 0x9004, 0x01FF, 0x0000, (uint16_t)attiny11 },
- { 0x9005, 0x0152, 0x0000, (uint16_t)attiny12 },
- { 0x9007, 0x026A, 0xFF00, (uint16_t)attiny13 },
- { 0x9006, 0x015C, 0x0000, (uint16_t)attiny15 },
- { 0x9106, 0x01FF, 0x0000, (uint16_t)attiny22 },
- { 0x920C, 0x0362, 0xDFFF, (uint16_t)attiny43u },
- { 0x910A, 0x0362, 0xDFFF, (uint16_t)attiny2313 },
- { 0x920D, 0x0362, 0xDFFF, (uint16_t)attiny4313 },
- { 0x910B, 0x0362, 0xDFFF, (uint16_t)attiny24 },
- { 0x9207, 0x0362, 0xDFFF, (uint16_t)attiny44 },
- { 0x930C, 0x0362, 0xDFFF, (uint16_t)attiny84 },
- { 0x9215, 0x0362, 0xDFFF, (uint16_t)attiny441 },
- { 0x9315, 0x0362, 0xDFFF, (uint16_t)attiny841 },
- { 0x9108, 0x0362, 0xDFFF, (uint16_t)attiny25 },
- { 0x9206, 0x0362, 0xDFFF, (uint16_t)attiny45 },
- { 0x930B, 0x0362, 0xDFFF, (uint16_t)attiny85 },
- { 0x9109, 0x02E1, 0xF700, (uint16_t)attiny26 },
- { 0x910C, 0x0362, 0xDFFF, (uint16_t)attiny261 },
- { 0x9208, 0x0362, 0xDFFF, (uint16_t)attiny461 },
- { 0x930D, 0x0362, 0xDFFF, (uint16_t)attiny861 },
- { 0x9387, 0x0362, 0xDFFF, (uint16_t)attiny87 },
- { 0x9487, 0x0362, 0xDFFF, (uint16_t)attiny167 },
- { 0x9412, 0x0362, 0xDFFF, (uint16_t)attiny1634 },
- { 0x9107, 0x01FF, 0x0000, (uint16_t)attiny28 },
- { 0x9209, 0x0362, 0xDFFF, (uint16_t)attiny48 },
- { 0x9311, 0x0362, 0xDFFF, (uint16_t)attiny88 },
- { 0x9314, 0x036E, 0xDFFF, (uint16_t)attiny828 },
- { 0x9306, 0x02E1, 0xD900, (uint16_t)atmega8515 },
- { 0x9308, 0x02E1, 0xD900, (uint16_t)atmega8535 },
- { 0x9307, 0x02E1, 0xD900, (uint16_t)atmega8 },
- { 0x9310, 0x01DF, 0x0000, (uint16_t)atmega8hva },
+ { // manually inserted obsolete MCUs
+ { 0x9381, 0x0362, 0xDFF9, (uint16_t)at90pwm2 },
+ { 0x9001, 0x81DF, 0x0000, (uint16_t)at90s1200 },
+ { 0x9101, 0x81DE, 0x0000, (uint16_t)at90s2313 },
+ { 0x9102, 0x81DF, 0x0000, (uint16_t)at90s2323 },
+ { 0x9105, 0x01DA, 0x0000, (uint16_t)at90s2333 },
+ { 0x9103, 0x81DE, 0x0000, (uint16_t)at90s2343 },
+ { 0x9201, 0x81DF, 0x0000, (uint16_t)at90s4414 },
+ { 0x9203, 0x01DA, 0x0000, (uint16_t)at90s4433 },
+ { 0x9202, 0x81DF, 0x0000, (uint16_t)at90s4434 },
+ { 0x9301, 0x81DF, 0x0000, (uint16_t)at90s8515 },
+ { 0x9303, 0x81DF, 0x0000, (uint16_t)at90s8535 },
+ { 0x9701, 0x03C1, 0xFFFF, (uint16_t)atmega103 },
+ { 0x9401, 0x01D2, 0x0000, (uint16_t)atmega161 },
+ { 0x9402, 0x02F2, 0xF900, (uint16_t)atmega163 },
+ { 0x9501, 0x02F2, 0xF900, (uint16_t)atmega323 },
+ { 0x9106, 0x81DE, 0x0000, (uint16_t)attiny22 },
+ { 0x9107, 0x01F2, 0x0000, (uint16_t)attiny28 },
+ // automatically extracted MCUs
+ { 0x9781, 0x0362, 0x99FF, (uint16_t)at90can128 },
+ { 0x9581, 0x0362, 0x99FF, (uint16_t)at90can32 },
+ { 0x9681, 0x0362, 0x99FF, (uint16_t)at90can64 },
+ { 0x9383, 0x0362, 0xDFF9, (uint16_t)at90pwm1 },
+ { 0x948B, 0x0362, 0xD9FD, (uint16_t)at90pwm161 },
+ { 0x9483, 0x0362, 0xDFF9, (uint16_t)at90pwm216 },
+ { 0x9388, 0x0362, 0xD9FD, (uint16_t)at90pwm81 },
+ { 0x9782, 0x035E, 0x99F3, (uint16_t)at90usb1286 },
+ { 0x9482, 0x035E, 0xD9F4, (uint16_t)at90usb162 },
+ { 0x9682, 0x035E, 0x9BF3, (uint16_t)at90usb646 },
+ { 0x9382, 0x035E, 0xD9F4, (uint16_t)at90usb82 },
+ { 0x9702, 0x03E1, 0x99FD, (uint16_t)atmega128 },
+ { 0x9703, 0x0362, 0x99FF, (uint16_t)atmega1280 },
+ { 0x9704, 0x0362, 0x99FF, (uint16_t)atmega1281 },
+ { 0x9706, 0x0362, 0x99FF, (uint16_t)atmega1284 },
+ { 0x9705, 0x0362, 0x99FF, (uint16_t)atmega1284p },
+ { 0xa703, 0x0362, 0x99FE, (uint16_t)atmega1284rfr2 },
+ { 0xa701, 0x0362, 0x99FF, (uint16_t)atmega128rfa1 },
+ { 0xa702, 0x0362, 0x99FE, (uint16_t)atmega128rfr2 },
{ 0x9403, 0x02E1, 0x9900, (uint16_t)atmega16 },
+ { 0x9404, 0x0362, 0x99FF, (uint16_t)atmega162 },
+ { 0x940f, 0x0362, 0x99FF, (uint16_t)atmega164a },
+ { 0x940a, 0x0362, 0x99FF, (uint16_t)atmega164p },
+ { 0x9410, 0x0362, 0x99FF, (uint16_t)atmega165a },
+ { 0x9407, 0x0362, 0x99FF, (uint16_t)atmega165p },
+ { 0x9406, 0x0362, 0xDFF9, (uint16_t)atmega168 },
+ { 0x940b, 0x0362, 0xDFF9, (uint16_t)atmega168p },
+ { 0x9415, 0x0362, 0xDFF9, (uint16_t)atmega168pb },
+ { 0x9411, 0x0362, 0x99FF, (uint16_t)atmega169a },
+ { 0x9405, 0x0362, 0x99FF, (uint16_t)atmega169p },
{ 0x940c, 0x01DF, 0x0000, (uint16_t)atmega16hva },
{ 0x940d, 0x02DD, 0xE900, (uint16_t)atmega16hvb },
+ { 0x9484, 0x0362, 0xD9FF, (uint16_t)atmega16m1 },
+ { 0x9489, 0x035E, 0xD9F4, (uint16_t)atmega16u2 },
+ { 0x9488, 0x0352, 0x99FB, (uint16_t)atmega16u4 },
+ { 0x9801, 0x0362, 0x99FF, (uint16_t)atmega2560 },
+ { 0x9802, 0x0362, 0x99FF, (uint16_t)atmega2561 },
+ { 0xa803, 0x0362, 0x99FE, (uint16_t)atmega2564rfr2 },
+ { 0xa802, 0x0362, 0x99FE, (uint16_t)atmega256rfr2 },
{ 0x9502, 0x02E1, 0x9900, (uint16_t)atmega32 },
- { 0x9586, 0x0362, 0xD9F9, (uint16_t)atmega32c1 },
- { 0x9510, 0x02DD, 0xE900, (uint16_t)atmega32hvb },
- { 0x9602, 0x03E1, 0x99FD, (uint16_t)atmega64 },
- { 0x9686, 0x0362, 0xD9FF, (uint16_t)atmega64c1 },
- { 0x9610, 0x02D7, 0xF900, (uint16_t)atmega64hev2 },
- { 0x9684, 0x0362, 0xD9FF, (uint16_t)atmega64m1 },
- { 0x9702, 0x03E1, 0x99FD, (uint16_t)atmega128 },
- { 0x9701, 0x0362, 0x99FF, (uint16_t)atmega128rfa1 },
- { 0x9404, 0x0362, 0x99FF, (uint16_t)atmega162 },
- { 0x9205, 0x0362, 0xDFFF, (uint16_t)atmega48 },
- { 0x920A, 0x0362, 0xDFFF, (uint16_t)atmega48p },
- { 0x9210, 0x0362, 0xD9F7, (uint16_t)atmega48pb },
- { 0x930A, 0x0362, 0xDFF9, (uint16_t)atmega88 },
- { 0x930F, 0x0362, 0xDFF9, (uint16_t)atmega88p },
- { 0x9316, 0x0362, 0xD9F7, (uint16_t)atmega88pb },
- { 0x9406, 0x0362, 0xDFF9, (uint16_t)atmega168 },
- { 0x940B, 0x0362, 0xDFF9, (uint16_t)atmega168p },
- { 0x9415, 0x0362, 0xD9F7, (uint16_t)atmega168pb },
- { 0x9514, 0x0362, 0xD9FF, (uint16_t)atmega328 },
- { 0x950F, 0x0362, 0xD9FF, (uint16_t)atmega328p },
- { 0x9516, 0x0362, 0xD9F7, (uint16_t)atmega328pb },
- { 0x9608, 0x0342, 0x99FF, (uint16_t)atmega640 },
- { 0x9703, 0x0342, 0x99FF, (uint16_t)atmega1280 },
- { 0x9704, 0x0342, 0x99FF, (uint16_t)atmega1281 },
- { 0x9801, 0x0342, 0x99FF, (uint16_t)atmega2560 },
- { 0x9802, 0x0342, 0x99FF, (uint16_t)atmega2561 },
- { 0x940F, 0x0362, 0x99FF, (uint16_t)atmega164a },
- { 0x940A, 0x0362, 0x99FF, (uint16_t)atmega164p },
{ 0x9515, 0x0362, 0x99FF, (uint16_t)atmega324a },
{ 0x9508, 0x0362, 0x99FF, (uint16_t)atmega324p },
{ 0x9511, 0x0362, 0x99FF, (uint16_t)atmega324pa },
+ { 0x9517, 0x0362, 0x9907, (uint16_t)atmega324pb },
+ { 0x9505, 0x0362, 0x99FF, (uint16_t)atmega325 },
+ { 0x9506, 0x0362, 0x99FF, (uint16_t)atmega3250 },
+ { 0x950e, 0x0362, 0x99FF, (uint16_t)atmega3250p },
+ { 0x950d, 0x0362, 0x99FF, (uint16_t)atmega325p },
+ { 0x9514, 0x0362, 0xD9FF, (uint16_t)atmega328 },
+ { 0x950f, 0x0362, 0xD9FF, (uint16_t)atmega328p },
+ { 0x9516, 0x0362, 0xD9F7, (uint16_t)atmega328pb },
+ { 0x9503, 0x0362, 0x99FF, (uint16_t)atmega329 },
+ { 0x9504, 0x0362, 0x99FF, (uint16_t)atmega3290 },
+ { 0x950c, 0x0362, 0x99FF, (uint16_t)atmega3290p },
+ { 0x950b, 0x0362, 0x99FF, (uint16_t)atmega329p },
+ { 0x9586, 0x0362, 0xD9FF, (uint16_t)atmega32c1 },
+ { 0x9510, 0x02DD, 0xE900, (uint16_t)atmega32hvb },
+ { 0x9584, 0x0362, 0xD9FF, (uint16_t)atmega32m1 },
+ { 0x958a, 0x035E, 0xD9F4, (uint16_t)atmega32u2 },
+ { 0x9587, 0x0352, 0x99FB, (uint16_t)atmega32u4 },
+ { 0x9507, 0x02CD, 0xFE00, (uint16_t)atmega406 },
+ { 0x9205, 0x0362, 0xDFFF, (uint16_t)atmega48 },
+ { 0x920a, 0x0362, 0xDFFF, (uint16_t)atmega48p },
+ { 0x9210, 0x0362, 0xDFFF, (uint16_t)atmega48pb },
+ { 0x9602, 0x03E1, 0x99FD, (uint16_t)atmega64 },
+ { 0x9608, 0x0362, 0x99FF, (uint16_t)atmega640 },
{ 0x9609, 0x0362, 0x99FF, (uint16_t)atmega644 },
- { 0x960A, 0x0362, 0x99FF, (uint16_t)atmega644p },
- { 0x9602, 0x0362, 0x99FE, (uint16_t)atmega644rfr2 },
- { 0x9706, 0x0362, 0x99FF, (uint16_t)atmega1284 },
- { 0x9705, 0x0362, 0x99FF, (uint16_t)atmega1284p },
- { 0x9703, 0x0362, 0x99FE, (uint16_t)atmega1284rfr2 },
+ { 0x960a, 0x0362, 0x99FF, (uint16_t)atmega644p },
+ { 0xa603, 0x0362, 0x99FE, (uint16_t)atmega644rfr2 },
+ { 0x9605, 0x0362, 0x99FF, (uint16_t)atmega645 },
+ { 0x9606, 0x0362, 0x99FF, (uint16_t)atmega6450 },
+ { 0x960e, 0x0362, 0x99FF, (uint16_t)atmega6450p },
+ { 0x960D, 0x0362, 0x99FF, (uint16_t)atmega645p },
+ { 0x9603, 0x0362, 0x99FF, (uint16_t)atmega649 },
+ { 0x9604, 0x0362, 0x99FF, (uint16_t)atmega6490 },
+ { 0x960C, 0x0362, 0x99FF, (uint16_t)atmega6490p },
+ { 0x960b, 0x0362, 0x99FF, (uint16_t)atmega649p },
+ { 0x9686, 0x0362, 0xD9FF, (uint16_t)atmega64c1 },
+ { 0x9610, 0x02D7, 0xF900, (uint16_t)atmega64hve2 },
+ { 0x9684, 0x0362, 0xD9FF, (uint16_t)atmega64m1 },
+ { 0xa602, 0x0362, 0x99FE, (uint16_t)atmega64rfr2 },
+ { 0x9307, 0x02E1, 0xD900, (uint16_t)atmega8 },
+ { 0x9306, 0x02E1, 0xD900, (uint16_t)atmega8515 },
+ { 0x9308, 0x02E1, 0xD900, (uint16_t)atmega8535 },
+ { 0x930a, 0x0362, 0xDFF9, (uint16_t)atmega88 },
+ { 0x930f, 0x0362, 0xDFF9, (uint16_t)atmega88p },
+ { 0x9316, 0x0362, 0xDFF9, (uint16_t)atmega88pb },
+ { 0x9310, 0x01DF, 0x0000, (uint16_t)atmega8hva },
{ 0x9389, 0x035E, 0xD9F4, (uint16_t)atmega8u2 },
- { 0x9489, 0x035E, 0xD9F4, (uint16_t)atmega16u2 },
- { 0x958A, 0x035E, 0xD9F4, (uint16_t)atmega32u2 },
- { 0x9488, 0x035E, 0x99F3, (uint16_t)atmega16u4 },
- { 0x9587, 0x035E, 0x99F3, (uint16_t)atmega32u4 },
+ { 0x9004, 0x01F4, 0x0000, (uint16_t)attiny11 },
+ { 0x9005, 0x0152, 0x0000, (uint16_t)attiny12 },
+ { 0x9007, 0x026A, 0xFF00, (uint16_t)attiny13 },
+ { 0x9006, 0x015C, 0x0000, (uint16_t)attiny15 },
+ { 0x9412, 0x0362, 0xDFFF, (uint16_t)attiny1634 },
+ { 0x9487, 0x0362, 0xDFFF, (uint16_t)attiny167 },
+ { 0x910a, 0x0364, 0xDFFF, (uint16_t)attiny2313 },
+ { 0x910b, 0x0362, 0xDFFF, (uint16_t)attiny24 },
+ { 0x9108, 0x0362, 0xDFFF, (uint16_t)attiny25 },
+ { 0x9109, 0x02E1, 0xF700, (uint16_t)attiny26 },
+ { 0x910c, 0x0362, 0xDFFF, (uint16_t)attiny261 },
+ { 0x920d, 0x0362, 0xDFFF, (uint16_t)attiny4313 },
+ { 0x920c, 0x0362, 0xDFFF, (uint16_t)attiny43u },
+ { 0x9207, 0x0362, 0xDFFF, (uint16_t)attiny44 },
+ { 0x9215, 0x0362, 0xDFFF, (uint16_t)attiny441 },
+ { 0x9206, 0x0362, 0xDFFF, (uint16_t)attiny45 },
+ { 0x9208, 0x0362, 0xDFFF, (uint16_t)attiny461 },
+ { 0x9209, 0x0362, 0xDFFF, (uint16_t)attiny48 },
+ { 0x9314, 0x036E, 0xDFFF, (uint16_t)attiny828 },
+ { 0x930c, 0x0362, 0xDFFF, (uint16_t)attiny84 },
+ { 0x9315, 0x0362, 0xDFFF, (uint16_t)attiny841 },
+ { 0x930b, 0x0362, 0xDFFF, (uint16_t)attiny85 },
+ { 0x930d, 0x0362, 0xDFFF, (uint16_t)attiny861 },
+ { 0x9387, 0x0362, 0xDFFF, (uint16_t)attiny87 },
+ { 0x9311, 0x0362, 0xDFFF, (uint16_t)attiny88 },
};
@@ -391,6 +506,7 @@ enum { RED, GREEN };
// Global variables
byte mcu_mode; // programming mode
byte mcu_fuses = 0; // number of fuses for the actual chip
+boolean mcu_read_fuse_and_lock_bits_together = false;
boolean interactive_mode = true; // interaction over terminal
int mcu_index = -1; // index into mcu_types array - see above
unsigned long mcu_signature = 0; // signature as read from chip
@@ -460,7 +576,9 @@ void setup() { // run once, when the sketch starts
leaveHVProgMode();
// Serial.print(F("DEBUG: SIG="));
// Serial.println(mcu_signature,HEX);
- if ((mcu_signature>>16) == 0x1E) break;
+ if ((mcu_signature>>16) == 0x1E && // start of signature and
+ mcu_signature != 0x1E1E1E) // not the default value on the data bus
+ break;
}
if (mcu_mode > HVSP) {
Serial.println(F("No chip found!"));
@@ -485,7 +603,7 @@ void setup() { // run once, when the sketch starts
if (modec == 'P' || modec == 'T' || modec == 'S' || modec == 'R') break;
Serial.print("'");
Serial.print(modec);
- Serial.println(F("' is not valid choice."));
+ Serial.println(F("' is not a valid choice."));
}
switch (modec) {
case 'P': mcu_mode = HVPP; break;
@@ -505,12 +623,14 @@ void setup() { // run once, when the sketch starts
Serial.print(F(" / "));
if (!interactive_mode) {
showLed(false,true,1000); // 1 second green
- }
+ }
+ printHVLine();
mcu_index = -1;
}
}
if (mcu_index < 0 ) {
Serial.println(F("Unknown"));
+ printHVLine();
if (!interactive_mode) {
showLed(true,false,3000); // 3 secs of red
while (true) { };
@@ -518,10 +638,14 @@ void setup() { // run once, when the sketch starts
mcu_fuses = 0;
while (Serial.available()) Serial.read();
while (mcu_fuses < 1 || mcu_fuses > 3) {
- Serial.print(F("# of fuse bytes (1-3): "));
+ Serial.print(F("# of fuse bytes (1-3), R to abort: "));
while (!Serial.available()) { };
mcu_fuses = Serial.read();
Serial.println((char)mcu_fuses);
+ if (toupper(mcu_fuses) == 'R') {
+ wdt_enable(WDTO_15MS);
+ delay(100);
+ }
while (Serial.available()) Serial.read();
mcu_fuses = mcu_fuses - '0';
}
@@ -529,7 +653,10 @@ void setup() { // run once, when the sketch starts
} else {
printMCUName(mcu_index);
Serial.println();
+ printHVLine();
mcu_fuses = (pgm_read_word(&(mcu_types[mcu_index][1]))>>8);
+ mcu_read_fuse_and_lock_bits_together = (mcu_fuses & 0x80) != 0;
+ mcu_fuses = mcu_fuses & 0x0F;
if (!interactive_mode) showLed(false,true,3000); // 3 secs of green
}
}
@@ -548,13 +675,25 @@ void loop() { // run over and over again
enterHVProgMode(mcu_mode);
- lfuse = readFuse(mcu_mode,LFUSE_SEL);
- if (mcu_fuses > 1) hfuse = readFuse(mcu_mode,HFUSE_SEL);
- if (mcu_fuses > 2) efuse = readFuse(mcu_mode,EFUSE_SEL);
+ if (!mcu_read_fuse_and_lock_bits_together)
+ lfuse = readFuse(mcu_mode,LFUSE_SEL);
+ if (mcu_fuses > 1)
+ hfuse = readFuse(mcu_mode,HFUSE_SEL);
+ if (mcu_fuses > 2)
+ efuse = readFuse(mcu_mode,EFUSE_SEL);
lock = readFuse(mcu_mode,LOCK_SEL);
osccal = readOSCCAL(mcu_mode);
leaveHVProgMode();
+ if (mcu_read_fuse_and_lock_bits_together) { // fuse and lock bits are in one byte
+ lfuse = lock & 0x3F; // bit 0 - bit 5 are fuse bits
+ if (!(lock & 0x80)) // LB1 at bit 7
+ lock = lock & ~0x02;
+ if (!(lock & 0x40)) // LB2 at bit 6
+ lock = lock & ~0x04;
+ lock = lock | 0xF0;
+ }
+
printFuses("Current ",mcu_fuses,lfuse,hfuse,efuse);
if (mcu_index >= 0) printFuses("Default ",mcu_fuses,dlfuse,dhfuse,defuse);
@@ -582,7 +721,9 @@ void loop() { // run over and over again
Serial.println(action);
if (action == 'E' || action == 'D' || action == 'L' ||
- action == 'H' || action == 'X' || action == 'K' || action == 'T' || action == 'R') break;
+ (action == 'H' && mcu_fuses > 1) ||
+ (action == 'X' && mcu_fuses > 2) ||
+ action == 'K' || action == 'T' || action == 'R') break;
if (action >= ' ') {
Serial.print("'");
Serial.print(action);
@@ -664,19 +805,13 @@ void resurrection(byte dlf, byte dhf, byte def) {
enterHVProgMode(mcu_mode);
showLed(true,true,400);
- // try to reset all locks
- Serial.println(F("Reset lock byte - if possible..."));
- burnFuse(mcu_mode, 0xFF, LOCK_SEL);
- showLed(true,false,200);
- showLed(false,true,200);
-
// remove lock by erasing chip - if necessary and allowed
lk = readFuse(mcu_mode, LOCK_SEL);
#ifdef FBD_MODE
ec_allowed = (digitalRead(ECJUMPER) == LOW);
#endif
if (lk != 0xFF && ec_allowed) {
- Serial.println(F("Lock byte could not be changed. Erase chip ..."));
+ Serial.println(F("Lock byte needs to be cleared. Erase chip ..."));
eraseChip(mcu_mode);
showLed(true,true,400);
}
@@ -706,7 +841,15 @@ void resurrection(byte dlf, byte dhf, byte def) {
lk,0xFF,
lf,dlf,
hf,dhf,
- ef,def)) {
+ ef,def) ||
+ (((mcu_signature == 0x1E9005) || // if ATtiny12,
+ (mcu_signature == 0x1E9004)) && // or ATTiny11
+ ((lk&0x06 ) == 0x06) && // if LB1 & LB2 are unprogrmmed
+ verifyFuses(mcu_fuses,
+ 0xFF,0xFF,
+ lf,dlf,
+ hf,dhf,
+ ef,def))) {
Serial.println(F("-> Resurrection was successful!"));
ledBlink(GREEN,5);
} else {
@@ -764,10 +907,17 @@ int searchMCU(unsigned long sig) {
}
void printMCUName(int ix) {
- char buf[15];
- if (ix < 0 || ix >= MCU_NUM) return;
- strcpy_P(buf, (PGM_P)pgm_read_word(&(mcu_types[ix][3])));
- Serial.print(buf);
+ Serial.print((const __FlashStringHelper *) pgm_read_word(&mcu_types[ix][3]));
+}
+
+void printHVLine(void) {
+ Serial.print(F("HV type: "));
+ switch (mcu_mode) {
+ case HVPP: Serial.println(F("HVPP")); break;
+ case TINYHVPP: Serial.println(F("HVPP for Tiny")); break;
+ case HVSP: Serial.println(F("HVSP")); break;
+ default: Serial.println(F("Unknown")); break;
+ }
}
boolean verifyFuses(int num, byte k1, byte k2, byte l1, byte l2, byte h1, byte h2, byte e1, byte e2) {
diff --git a/current-mcus.txt b/current-mcus.txt
new file mode 100644
index 0000000..e4de28a
--- /dev/null
+++ b/current-mcus.txt
@@ -0,0 +1,230 @@
+const char at90can128[] PROGMEM = "AT90CAN128";
+const char at90can32[] PROGMEM = "AT90CAN32";
+const char at90can64[] PROGMEM = "AT90CAN64";
+const char at90pwm1[] PROGMEM = "AT90PWM1/AT90PWM2B/AT90PWM3B";
+const char at90pwm161[] PROGMEM = "AT90PWM161";
+const char at90pwm216[] PROGMEM = "AT90PWM216/AT90PWM316";
+const char at90pwm3[] PROGMEM = "AT90PWM3";
+const char at90pwm81[] PROGMEM = "AT90PWM81";
+const char at90usb1286[] PROGMEM = "AT90USB1286/AT90USB1287";
+const char at90usb162[] PROGMEM = "AT90USB162";
+const char at90usb646[] PROGMEM = "AT90USB646/AT90USB647";
+const char at90usb82[] PROGMEM = "AT90USB82";
+const char atmega128[] PROGMEM = "ATmega128/ATmega128A";
+const char atmega1280[] PROGMEM = "ATmega1280";
+const char atmega1281[] PROGMEM = "ATmega1281";
+const char atmega1284[] PROGMEM = "ATmega1284";
+const char atmega1284p[] PROGMEM = "ATmega1284P";
+const char atmega1284rfr2[] PROGMEM = "ATmega1284RFR2";
+const char atmega128rfa1[] PROGMEM = "ATmega128RFA1";
+const char atmega128rfr2[] PROGMEM = "ATmega128RFR2";
+const char atmega16[] PROGMEM = "ATmega16/ATmega16A";
+const char atmega162[] PROGMEM = "ATmega162";
+const char atmega164a[] PROGMEM = "ATmega164A";
+const char atmega164p[] PROGMEM = "ATmega164P/ATmega164PA";
+const char atmega165a[] PROGMEM = "ATmega165A";
+const char atmega165p[] PROGMEM = "ATmega165P/ATmega165PA";
+const char atmega168[] PROGMEM = "ATmega168/ATmega168A";
+const char atmega168p[] PROGMEM = "ATmega168P/ATmega168PA";
+const char atmega168pb[] PROGMEM = "ATmega168PB";
+const char atmega169a[] PROGMEM = "ATmega169A";
+const char atmega169p[] PROGMEM = "ATmega169P/ATmega169PA";
+const char atmega16hva[] PROGMEM = "ATmega16HVA";
+const char atmega16hvb[] PROGMEM = "ATmega16HVB/ATmega16HVBrevB";
+const char atmega16m1[] PROGMEM = "ATmega16M1";
+const char atmega16u2[] PROGMEM = "ATmega16U2";
+const char atmega16u4[] PROGMEM = "ATmega16U4";
+const char atmega2560[] PROGMEM = "ATmega2560";
+const char atmega2561[] PROGMEM = "ATmega2561";
+const char atmega2564rfr2[] PROGMEM = "ATmega2564RFR2";
+const char atmega256rfr2[] PROGMEM = "ATmega256RFR2";
+const char atmega32[] PROGMEM = "ATmega32/ATmega32A";
+const char atmega324a[] PROGMEM = "ATmega324A";
+const char atmega324p[] PROGMEM = "ATmega324P";
+const char atmega324pa[] PROGMEM = "ATmega324PA";
+const char atmega324pb[] PROGMEM = "ATmega324PB";
+const char atmega325[] PROGMEM = "ATmega325/ATmega325A";
+const char atmega3250[] PROGMEM = "ATmega3250/ATmega3250A";
+const char atmega3250p[] PROGMEM = "ATmega3250P/ATmega3250PA";
+const char atmega325p[] PROGMEM = "ATmega325P/ATmega325PA";
+const char atmega328[] PROGMEM = "ATmega328";
+const char atmega328p[] PROGMEM = "ATmega328P";
+const char atmega328pb[] PROGMEM = "ATmega328PB";
+const char atmega329[] PROGMEM = "ATmega329/ATmega329A";
+const char atmega3290[] PROGMEM = "ATmega3290/ATmega3290A";
+const char atmega3290p[] PROGMEM = "ATmega3290P/ATmega3290PA";
+const char atmega329p[] PROGMEM = "ATmega329P/ATmega329PA";
+const char atmega32c1[] PROGMEM = "ATmega32C1";
+const char atmega32hvb[] PROGMEM = "ATmega32HVB/ATmega32HVBrevB";
+const char atmega32m1[] PROGMEM = "ATmega32M1";
+const char atmega32u2[] PROGMEM = "ATmega32U2";
+const char atmega32u4[] PROGMEM = "ATmega32U4";
+const char atmega406[] PROGMEM = "ATmega406";
+const char atmega48[] PROGMEM = "ATmega48/ATmega48A";
+const char atmega48p[] PROGMEM = "ATmega48P/ATmega48PA";
+const char atmega48pb[] PROGMEM = "ATmega48PB";
+const char atmega64[] PROGMEM = "ATmega64/ATmega64A";
+const char atmega640[] PROGMEM = "ATmega640";
+const char atmega644[] PROGMEM = "ATmega644/ATmega644A";
+const char atmega644p[] PROGMEM = "ATmega644P/ATmega644PA";
+const char atmega644rfr2[] PROGMEM = "ATmega644RFR2";
+const char atmega645[] PROGMEM = "ATmega645/ATmega645A";
+const char atmega6450[] PROGMEM = "ATmega6450/ATmega6450A";
+const char atmega6450p[] PROGMEM = "ATmega6450P";
+const char atmega645p[] PROGMEM = "ATmega645P";
+const char atmega649[] PROGMEM = "ATmega649/ATmega649A";
+const char atmega6490[] PROGMEM = "ATmega6490/ATmega6490A";
+const char atmega6490p[] PROGMEM = "ATmega6490P";
+const char atmega649p[] PROGMEM = "ATmega649P";
+const char atmega64c1[] PROGMEM = "ATmega64C1";
+const char atmega64hve2[] PROGMEM = "ATmega64HVE2";
+const char atmega64m1[] PROGMEM = "ATmega64M1";
+const char atmega64rfr2[] PROGMEM = "ATmega64RFR2";
+const char atmega8[] PROGMEM = "ATmega8/ATmega8A";
+const char atmega8515[] PROGMEM = "ATmega8515";
+const char atmega8535[] PROGMEM = "ATmega8535";
+const char atmega88[] PROGMEM = "ATmega88/ATmega88A";
+const char atmega88p[] PROGMEM = "ATmega88P/ATmega88PA";
+const char atmega88pb[] PROGMEM = "ATmega88PB";
+const char atmega8hva[] PROGMEM = "ATmega8HVA";
+const char atmega8u2[] PROGMEM = "ATmega8U2";
+const char attiny11[] PROGMEM = "ATtiny11";
+const char attiny12[] PROGMEM = "ATtiny12";
+const char attiny13[] PROGMEM = "ATtiny13/ATtiny13A";
+const char attiny15[] PROGMEM = "ATtiny15";
+const char attiny1634[] PROGMEM = "ATtiny1634";
+const char attiny167[] PROGMEM = "ATtiny167";
+const char attiny2313[] PROGMEM = "ATtiny2313/ATtiny2313A";
+const char attiny24[] PROGMEM = "ATtiny24/ATtiny24A";
+const char attiny25[] PROGMEM = "ATtiny25";
+const char attiny26[] PROGMEM = "ATtiny26";
+const char attiny261[] PROGMEM = "ATtiny261/ATtiny261A";
+const char attiny4313[] PROGMEM = "ATtiny4313";
+const char attiny43u[] PROGMEM = "ATtiny43U";
+const char attiny44[] PROGMEM = "ATtiny44/ATtiny44A";
+const char attiny441[] PROGMEM = "ATtiny441";
+const char attiny45[] PROGMEM = "ATtiny45";
+const char attiny461[] PROGMEM = "ATtiny461/ATtiny461A";
+const char attiny48[] PROGMEM = "ATtiny48";
+const char attiny828[] PROGMEM = "ATtiny828";
+const char attiny84[] PROGMEM = "ATtiny84/ATtiny84A";
+const char attiny841[] PROGMEM = "ATtiny841";
+const char attiny85[] PROGMEM = "ATtiny85";
+const char attiny861[] PROGMEM = "ATtiny861/ATtiny861A";
+const char attiny87[] PROGMEM = "ATtiny87";
+const char attiny88[] PROGMEM = "ATtiny88";
+ { 0x9781, 0x0362, 0x99FF, (uint16_t)at90can128 },
+ { 0x9581, 0x0362, 0x99FF, (uint16_t)at90can32 },
+ { 0x9681, 0x0362, 0x99FF, (uint16_t)at90can64 },
+ { 0x9383, 0x0362, 0xDFF9, (uint16_t)at90pwm1 },
+ { 0x948B, 0x0362, 0xD9FD, (uint16_t)at90pwm161 },
+ { 0x9483, 0x0362, 0xDFF9, (uint16_t)at90pwm216 },
+ { 0x9381, 0x0362, 0xDFF9, (uint16_t)at90pwm3 },
+ { 0x9388, 0x0362, 0xD9FD, (uint16_t)at90pwm81 },
+ { 0x9782, 0x035E, 0x99F3, (uint16_t)at90usb1286 },
+ { 0x9482, 0x035E, 0xD9F4, (uint16_t)at90usb162 },
+ { 0x9682, 0x035E, 0x9BF3, (uint16_t)at90usb646 },
+ { 0x9382, 0x035E, 0xD9F4, (uint16_t)at90usb82 },
+ { 0x9702, 0x03E1, 0x99FD, (uint16_t)atmega128 },
+ { 0x9703, 0x0362, 0x99FF, (uint16_t)atmega1280 },
+ { 0x9704, 0x0362, 0x99FF, (uint16_t)atmega1281 },
+ { 0x9706, 0x0362, 0x99FF, (uint16_t)atmega1284 },
+ { 0x9705, 0x0362, 0x99FF, (uint16_t)atmega1284p },
+ { 0xa703, 0x0362, 0x99FE, (uint16_t)atmega1284rfr2 },
+ { 0xa701, 0x0362, 0x99FF, (uint16_t)atmega128rfa1 },
+ { 0xa702, 0x0362, 0x99FE, (uint16_t)atmega128rfr2 },
+ { 0x9403, 0x02E1, 0x9900, (uint16_t)atmega16 },
+ { 0x9404, 0x0362, 0x99FF, (uint16_t)atmega162 },
+ { 0x940f, 0x0362, 0x99FF, (uint16_t)atmega164a },
+ { 0x940a, 0x0362, 0x99FF, (uint16_t)atmega164p },
+ { 0x9410, 0x0362, 0x99FF, (uint16_t)atmega165a },
+ { 0x9407, 0x0362, 0x99FF, (uint16_t)atmega165p },
+ { 0x9406, 0x0362, 0xDFF9, (uint16_t)atmega168 },
+ { 0x940b, 0x0362, 0xDFF9, (uint16_t)atmega168p },
+ { 0x9415, 0x0362, 0xDFF9, (uint16_t)atmega168pb },
+ { 0x9411, 0x0362, 0x99FF, (uint16_t)atmega169a },
+ { 0x9405, 0x0362, 0x99FF, (uint16_t)atmega169p },
+ { 0x940c, 0x01DF, 0x0000, (uint16_t)atmega16hva },
+ { 0x940d, 0x02DD, 0xE900, (uint16_t)atmega16hvb },
+ { 0x9484, 0x0362, 0xD9FF, (uint16_t)atmega16m1 },
+ { 0x9489, 0x035E, 0xD9F4, (uint16_t)atmega16u2 },
+ { 0x9488, 0x0352, 0x99FB, (uint16_t)atmega16u4 },
+ { 0x9801, 0x0362, 0x99FF, (uint16_t)atmega2560 },
+ { 0x9802, 0x0362, 0x99FF, (uint16_t)atmega2561 },
+ { 0xa803, 0x0362, 0x99FE, (uint16_t)atmega2564rfr2 },
+ { 0xa802, 0x0362, 0x99FE, (uint16_t)atmega256rfr2 },
+ { 0x9502, 0x02E1, 0x9900, (uint16_t)atmega32 },
+ { 0x9515, 0x0362, 0x99FF, (uint16_t)atmega324a },
+ { 0x9508, 0x0362, 0x99FF, (uint16_t)atmega324p },
+ { 0x9511, 0x0362, 0x99FF, (uint16_t)atmega324pa },
+ { 0x9517, 0x0362, 0x9907, (uint16_t)atmega324pb },
+ { 0x9505, 0x0362, 0x99FF, (uint16_t)atmega325 },
+ { 0x9506, 0x0362, 0x99FF, (uint16_t)atmega3250 },
+ { 0x950e, 0x0362, 0x99FF, (uint16_t)atmega3250p },
+ { 0x950d, 0x0362, 0x99FF, (uint16_t)atmega325p },
+ { 0x9514, 0x0362, 0xD9FF, (uint16_t)atmega328 },
+ { 0x950f, 0x0362, 0xD9FF, (uint16_t)atmega328p },
+ { 0x9516, 0x0362, 0xD9F7, (uint16_t)atmega328pb },
+ { 0x9503, 0x0362, 0x99FF, (uint16_t)atmega329 },
+ { 0x9504, 0x0362, 0x99FF, (uint16_t)atmega3290 },
+ { 0x950c, 0x0362, 0x99FF, (uint16_t)atmega3290p },
+ { 0x950b, 0x0362, 0x99FF, (uint16_t)atmega329p },
+ { 0x9586, 0x0362, 0xD9FF, (uint16_t)atmega32c1 },
+ { 0x9510, 0x02DD, 0xE900, (uint16_t)atmega32hvb },
+ { 0x9584, 0x0362, 0xD9FF, (uint16_t)atmega32m1 },
+ { 0x958a, 0x035E, 0xD9F4, (uint16_t)atmega32u2 },
+ { 0x9587, 0x0352, 0x99FB, (uint16_t)atmega32u4 },
+ { 0x9507, 0x02CD, 0xFE00, (uint16_t)atmega406 },
+ { 0x9205, 0x0362, 0xDFFF, (uint16_t)atmega48 },
+ { 0x920a, 0x0362, 0xDFFF, (uint16_t)atmega48p },
+ { 0x9210, 0x0362, 0xDFFF, (uint16_t)atmega48pb },
+ { 0x9602, 0x03E1, 0x99FD, (uint16_t)atmega64 },
+ { 0x9608, 0x0362, 0x99FF, (uint16_t)atmega640 },
+ { 0x9609, 0x0362, 0x99FF, (uint16_t)atmega644 },
+ { 0x960a, 0x0362, 0x99FF, (uint16_t)atmega644p },
+ { 0xa603, 0x0362, 0x99FE, (uint16_t)atmega644rfr2 },
+ { 0x9605, 0x0362, 0x99FF, (uint16_t)atmega645 },
+ { 0x9606, 0x0362, 0x99FF, (uint16_t)atmega6450 },
+ { 0x960e, 0x0362, 0x99FF, (uint16_t)atmega6450p },
+ { 0x960D, 0x0362, 0x99FF, (uint16_t)atmega645p },
+ { 0x9603, 0x0362, 0x99FF, (uint16_t)atmega649 },
+ { 0x9604, 0x0362, 0x99FF, (uint16_t)atmega6490 },
+ { 0x960C, 0x0362, 0x99FF, (uint16_t)atmega6490p },
+ { 0x960b, 0x0362, 0x99FF, (uint16_t)atmega649p },
+ { 0x9686, 0x0362, 0xD9FF, (uint16_t)atmega64c1 },
+ { 0x9610, 0x02D7, 0xF900, (uint16_t)atmega64hve2 },
+ { 0x9684, 0x0362, 0xD9FF, (uint16_t)atmega64m1 },
+ { 0xa602, 0x0362, 0x99FE, (uint16_t)atmega64rfr2 },
+ { 0x9307, 0x02E1, 0xD900, (uint16_t)atmega8 },
+ { 0x9306, 0x02E1, 0xD900, (uint16_t)atmega8515 },
+ { 0x9308, 0x02E1, 0xD900, (uint16_t)atmega8535 },
+ { 0x930a, 0x0362, 0xDFF9, (uint16_t)atmega88 },
+ { 0x930f, 0x0362, 0xDFF9, (uint16_t)atmega88p },
+ { 0x9316, 0x0362, 0xDFF9, (uint16_t)atmega88pb },
+ { 0x9310, 0x01DF, 0x0000, (uint16_t)atmega8hva },
+ { 0x9389, 0x035E, 0xD9F4, (uint16_t)atmega8u2 },
+ { 0x9004, 0x01F4, 0x0000, (uint16_t)attiny11 },
+ { 0x9005, 0x0152, 0x0000, (uint16_t)attiny12 },
+ { 0x9007, 0x026A, 0xFF00, (uint16_t)attiny13 },
+ { 0x9006, 0x015C, 0x0000, (uint16_t)attiny15 },
+ { 0x9412, 0x0362, 0xDFFF, (uint16_t)attiny1634 },
+ { 0x9487, 0x0362, 0xDFFF, (uint16_t)attiny167 },
+ { 0x910a, 0x0364, 0xDFFF, (uint16_t)attiny2313 },
+ { 0x910b, 0x0362, 0xDFFF, (uint16_t)attiny24 },
+ { 0x9108, 0x0362, 0xDFFF, (uint16_t)attiny25 },
+ { 0x9109, 0x02E1, 0xF700, (uint16_t)attiny26 },
+ { 0x910c, 0x0362, 0xDFFF, (uint16_t)attiny261 },
+ { 0x920d, 0x0362, 0xDFFF, (uint16_t)attiny4313 },
+ { 0x920c, 0x0362, 0xDFFF, (uint16_t)attiny43u },
+ { 0x9207, 0x0362, 0xDFFF, (uint16_t)attiny44 },
+ { 0x9215, 0x0362, 0xDFFF, (uint16_t)attiny441 },
+ { 0x9206, 0x0362, 0xDFFF, (uint16_t)attiny45 },
+ { 0x9208, 0x0362, 0xDFFF, (uint16_t)attiny461 },
+ { 0x9209, 0x0362, 0xDFFF, (uint16_t)attiny48 },
+ { 0x9314, 0x036E, 0xDFFF, (uint16_t)attiny828 },
+ { 0x930c, 0x0362, 0xDFFF, (uint16_t)attiny84 },
+ { 0x9315, 0x0362, 0xDFFF, (uint16_t)attiny841 },
+ { 0x930b, 0x0362, 0xDFFF, (uint16_t)attiny85 },
+ { 0x930d, 0x0362, 0xDFFF, (uint16_t)attiny861 },
+ { 0x9387, 0x0362, 0xDFFF, (uint16_t)attiny87 },
+ { 0x9311, 0x0362, 0xDFFF, (uint16_t)attiny88 },
diff --git a/extract.py b/extract.py
new file mode 100755
index 0000000..78650bf
--- /dev/null
+++ b/extract.py
@@ -0,0 +1,58 @@
+#!/usr/bin/env python3
+import os
+import sys
+import re
+
+def genMcuLine(desc):
+ hv = re.search(' 1:
+ paths = sys.argv[1:]
+else:
+ paths = [ '/Applications/microchip/mplabx/v6.20/packs/Microchip/ATmega_DFP/3.1.264/atdf/',
+ '/Applications/microchip/mplabx/v6.20/packs/Microchip/ATtiny_DFP/3.1.260/atdf/']
+
+mlist = list()
+for path in paths:
+ for name in os.listdir(path):
+ if os.path.isfile(os.path.join(path,name)):
+ with open(os.path.join(path,name)) as f:
+ entry = genMcuLine(f.read())
+ if entry:
+ mlist = mlist + [entry]
+
+sigs = list()
+mlist = sorted(mlist)
+for mcu in mlist:
+ if not mcu in sigs:
+ sigs += [mcu[1]]
+ for variant in mlist:
+ if variant != mcu and variant[1] == mcu[1]:
+ mcu[0] = mcu[0] + "/" + variant[0]
+
+sigs = list()
+for row in mlist:
+ if not row[1] in sigs:
+ sigs += [row[1]]
+ print('const char ' + row[3].lower() + '[] PROGMEM = "' + row[0] + '";')
+
+sigs = list()
+for row in mlist:
+ if not row[1] in sigs:
+ sigs += [row[1]]
+ print(row[2])
+
diff --git a/pcb/Arduino_MountingHole.pretty/MountingHole_1.2mm.kicad_mod b/pcb/Arduino_MountingHole.pretty/MountingHole_1.2mm.kicad_mod
new file mode 100644
index 0000000..1ad22bc
--- /dev/null
+++ b/pcb/Arduino_MountingHole.pretty/MountingHole_1.2mm.kicad_mod
@@ -0,0 +1,20 @@
+(footprint "MountingHole_1.2mm" (version 20210126) (generator pcbnew) (layer "F.Cu")
+ (tedit 60368F82)
+ (descr "Mounting Hole 2.1mm, no annular")
+ (tags "mounting hole 2.1mm no annular")
+ (attr exclude_from_pos_files exclude_from_bom)
+ (fp_text reference "REF**" (at 0 -3.2) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 8d62c6c1-d98b-4d27-bdf7-28fb7aa52827)
+ )
+ (fp_text value "MountingHole_1.2mm" (at 0 3.2) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp b4880247-6e60-4096-b6df-20ec7a154951)
+ )
+ (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 766591f5-5deb-4b15-a74d-9ae4e990e699)
+ )
+ (fp_circle (center 0 0) (end 0.7 0) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp 6dcb9ec2-a990-4814-94e3-a9b960b50dfa))
+ (pad "" np_thru_hole circle (at 0 0) (locked) (size 1.2 1.2) (drill 1.2) (layers F&B.Cu *.Mask) (tstamp b24b6eb8-9fc9-4e2d-ad02-e316193c314b))
+)
diff --git a/pcb/Arduino_MountingHole.pretty/MountingHole_3.2mm.kicad_mod b/pcb/Arduino_MountingHole.pretty/MountingHole_3.2mm.kicad_mod
new file mode 100644
index 0000000..d76f09f
--- /dev/null
+++ b/pcb/Arduino_MountingHole.pretty/MountingHole_3.2mm.kicad_mod
@@ -0,0 +1,20 @@
+(footprint "MountingHole_3.2mm" (version 20210126) (generator pcbnew) (layer "F.Cu")
+ (tedit 60369150)
+ (descr "Mounting Hole 3.2mm, no annular, M3")
+ (tags "mounting hole 3.2mm no annular m3")
+ (attr exclude_from_pos_files exclude_from_bom)
+ (fp_text reference "REF**" (at 0 -4.2) (layer "F.SilkS")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 4fc90215-a1b8-4bf0-ba51-55f90a7800f7)
+ )
+ (fp_text value "MountingHole_3.2mm" (at 0 4.2) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp 8108289d-8598-4d5d-b6a5-42550bb8084a)
+ )
+ (fp_text user "${REFERENCE}" (at 0.3 0) (layer "F.Fab")
+ (effects (font (size 1 1) (thickness 0.15)))
+ (tstamp e841a51c-2f52-400c-95a8-4c05fad8de5c)
+ )
+ (fp_circle (center 0 0) (end 1.7 0) (layer "F.CrtYd") (width 0.05) (fill none) (tstamp 63c898ac-8bc6-4c7f-ae29-23cc2907a282))
+ (pad "1" np_thru_hole circle (at 0 0) (locked) (size 3.2 3.2) (drill 3.2) (layers *.Cu *.Mask) (tstamp 227a16ce-dde1-4038-9128-a1ad66178e3d))
+)
diff --git a/pcb/RescueAVR-Board.pdf b/pcb/RescueAVR-Board.pdf
new file mode 100644
index 0000000..445c59f
Binary files /dev/null and b/pcb/RescueAVR-Board.pdf differ
diff --git a/pcb/RescueAVR-Schematic.pdf b/pcb/RescueAVR-Schematic.pdf
new file mode 100644
index 0000000..80a8d4c
Binary files /dev/null and b/pcb/RescueAVR-Schematic.pdf differ
diff --git a/pcb/RescueAVR.kicad_pcb b/pcb/RescueAVR.kicad_pcb
new file mode 100644
index 0000000..df544a9
--- /dev/null
+++ b/pcb/RescueAVR.kicad_pcb
@@ -0,0 +1,12568 @@
+(kicad_pcb
+ (version 20240108)
+ (generator "pcbnew")
+ (generator_version "8.0")
+ (general
+ (thickness 1.6)
+ (legacy_teardrops no)
+ )
+ (paper "A4")
+ (title_block
+ (title "RescueAVR")
+ (date "2024-08-25")
+ (rev "1.0")
+ (company "Arduino Craft Corner")
+ )
+ (layers
+ (0 "F.Cu" signal)
+ (31 "B.Cu" signal)
+ (32 "B.Adhes" user "B.Adhesive")
+ (33 "F.Adhes" user "F.Adhesive")
+ (34 "B.Paste" user)
+ (35 "F.Paste" user)
+ (36 "B.SilkS" user "B.Silkscreen")
+ (37 "F.SilkS" user "F.Silkscreen")
+ (38 "B.Mask" user)
+ (39 "F.Mask" user)
+ (40 "Dwgs.User" user "User.Drawings")
+ (41 "Cmts.User" user "User.Comments")
+ (42 "Eco1.User" user "User.Eco1")
+ (43 "Eco2.User" user "User.Eco2")
+ (44 "Edge.Cuts" user)
+ (45 "Margin" user)
+ (46 "B.CrtYd" user "B.Courtyard")
+ (47 "F.CrtYd" user "F.Courtyard")
+ (48 "B.Fab" user)
+ (49 "F.Fab" user)
+ )
+ (setup
+ (stackup
+ (layer "F.SilkS"
+ (type "Top Silk Screen")
+ )
+ (layer "F.Paste"
+ (type "Top Solder Paste")
+ )
+ (layer "F.Mask"
+ (type "Top Solder Mask")
+ (color "Green")
+ (thickness 0.01)
+ )
+ (layer "F.Cu"
+ (type "copper")
+ (thickness 0.035)
+ )
+ (layer "dielectric 1"
+ (type "core")
+ (thickness 1.51)
+ (material "FR4")
+ (epsilon_r 4.5)
+ (loss_tangent 0.02)
+ )
+ (layer "B.Cu"
+ (type "copper")
+ (thickness 0.035)
+ )
+ (layer "B.Mask"
+ (type "Bottom Solder Mask")
+ (color "Green")
+ (thickness 0.01)
+ )
+ (layer "B.Paste"
+ (type "Bottom Solder Paste")
+ )
+ (layer "B.SilkS"
+ (type "Bottom Silk Screen")
+ )
+ (copper_finish "None")
+ (dielectric_constraints no)
+ )
+ (pad_to_mask_clearance 0)
+ (allow_soldermask_bridges_in_footprints no)
+ (aux_axis_origin 100 100)
+ (grid_origin 146.475 62.911)
+ (pcbplotparams
+ (layerselection 0x0000030_80000001)
+ (plot_on_all_layers_selection 0x0000000_00000000)
+ (disableapertmacros no)
+ (usegerberextensions no)
+ (usegerberattributes yes)
+ (usegerberadvancedattributes yes)
+ (creategerberjobfile yes)
+ (dashed_line_dash_ratio 12.000000)
+ (dashed_line_gap_ratio 3.000000)
+ (svgprecision 6)
+ (plotframeref no)
+ (viasonmask no)
+ (mode 1)
+ (useauxorigin no)
+ (hpglpennumber 1)
+ (hpglpenspeed 20)
+ (hpglpendiameter 15.000000)
+ (pdf_front_fp_property_popups yes)
+ (pdf_back_fp_property_popups yes)
+ (dxfpolygonmode yes)
+ (dxfimperialunits yes)
+ (dxfusepcbnewfont yes)
+ (psnegative no)
+ (psa4output no)
+ (plotreference yes)
+ (plotvalue yes)
+ (plotfptext yes)
+ (plotinvisibletext no)
+ (sketchpadsonfab no)
+ (subtractmaskfromsilk no)
+ (outputformat 1)
+ (mirror no)
+ (drillshape 1)
+ (scaleselection 1)
+ (outputdirectory "")
+ )
+ )
+ (net 0 "")
+ (net 1 "GND")
+ (net 2 "unconnected-(J1-Pin_1-Pad1)")
+ (net 3 "+5V")
+ (net 4 "/IOREF")
+ (net 5 "/A0")
+ (net 6 "/A1")
+ (net 7 "/A2")
+ (net 8 "/A3")
+ (net 9 "/13")
+ (net 10 "/12")
+ (net 11 "/AREF")
+ (net 12 "/8")
+ (net 13 "/7")
+ (net 14 "/*11")
+ (net 15 "/*10")
+ (net 16 "/*9")
+ (net 17 "/4")
+ (net 18 "/2")
+ (net 19 "/*6")
+ (net 20 "/*5")
+ (net 21 "/TX{slash}1")
+ (net 22 "/*3")
+ (net 23 "/RX{slash}0")
+ (net 24 "+3V3")
+ (net 25 "unconnected-(J1-Pin_8-Pad8)")
+ (net 26 "/~{RESET}")
+ (net 27 "unconnected-(J2-Pin_4-Pad4)")
+ (net 28 "unconnected-(J2-Pin_1-Pad1)")
+ (net 29 "unconnected-(J2-Pin_2-Pad2)")
+ (net 30 "unconnected-(U1-PC3-Pad26)")
+ (net 31 "unconnected-(U1-AREF-Pad21)")
+ (net 32 "/A5")
+ (net 33 "unconnected-(U1-PD0-Pad2)")
+ (net 34 "/A4")
+ (net 35 "/HVRES")
+ (net 36 "unconnected-(U1-XTAL2{slash}PB7-Pad10)")
+ (net 37 "unconnected-(U1-PC5-Pad28)")
+ (net 38 "unconnected-(U1-PC4-Pad27)")
+ (net 39 "unconnected-(U2-XTAL2{slash}PB1-Pad3)")
+ (net 40 "unconnected-(U2-PA3-Pad10)")
+ (net 41 "unconnected-(U2-PB2-Pad5)")
+ (net 42 "unconnected-(U2-PA7-Pad6)")
+ (net 43 "unconnected-(J6-Pin_1-Pad1)")
+ (net 44 "unconnected-(U3-XTAL2{slash}PB4-Pad3)")
+ (net 45 "Net-(Q1-B)")
+ (net 46 "Net-(Q2-C)")
+ (net 47 "Net-(Q2-B)")
+ (net 48 "Net-(Q1-C)")
+ (net 49 "Net-(Q2-E)")
+ (footprint "Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical"
+ (locked yes)
+ (layer "F.Cu")
+ (uuid "00000000-0000-0000-0000-0000551afcfc")
+ (at 127.94 97.46 90)
+ (descr "Through hole straight socket strip, 1x08, 2.54mm pitch, single row (from Kicad 4.0.7), script generated")
+ (tags "Through hole socket strip THT 1x08 2.54mm single row")
+ (property "Reference" "J1"
+ (at 0 -2.77 90)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "8dc850f4-d923-4e77-aa57-834836bc5435")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "Power"
+ (at -3.81 8.89 180)
+ (layer "F.Fab")
+ (uuid "9377e3d7-15d8-4985-a2de-9b1ad8445957")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical"
+ (at 0 0 90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "ceceeec2-7cfe-45be-b50f-5964a8bbd630")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "bff4ec6b-1ecc-40b3-8106-d9db7b101b9d")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 0 0 90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "8a869d2b-961c-49c4-99fe-f9c96d1c41ad")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "Connector*:*_1x??_*")
+ (path "/00000000-0000-0000-0000-000056d71773")
+ (sheetname "Root")
+ (sheetfile "RescueAVR.kicad_sch")
+ (attr through_hole)
+ (fp_line
+ (start 1.33 -1.33)
+ (end 1.33 0)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "91177968-556f-4752-9af1-09fa18d3572b")
+ )
+ (fp_line
+ (start 0 -1.33)
+ (end 1.33 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "75b1d0da-dfb9-4208-8754-3e0d468075c8")
+ )
+ (fp_line
+ (start 1.33 1.27)
+ (end 1.33 19.11)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "0ac80512-28a6-4bd8-99d0-6e65fd37647a")
+ )
+ (fp_line
+ (start -1.33 1.27)
+ (end 1.33 1.27)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "5ceb8a5d-4063-4ae1-8793-6657c50c56f2")
+ )
+ (fp_line
+ (start -1.33 1.27)
+ (end -1.33 19.11)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "cc083e8d-88ca-4e08-b9a9-04138f1f41eb")
+ )
+ (fp_line
+ (start -1.33 19.11)
+ (end 1.33 19.11)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "0592f9d7-7f70-4fe3-b3a2-60d7c4410478")
+ )
+ (fp_line
+ (start 1.75 -1.8)
+ (end 1.75 19.55)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "c5bb32fd-07b6-483c-847c-9596cb74ffdd")
+ )
+ (fp_line
+ (start -1.8 -1.8)
+ (end 1.75 -1.8)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "1ddd5fbd-34a1-45c8-a28a-110e5c646e7c")
+ )
+ (fp_line
+ (start 1.75 19.55)
+ (end -1.8 19.55)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "83853038-852c-4dc5-bc22-8647092141ab")
+ )
+ (fp_line
+ (start -1.8 19.55)
+ (end -1.8 -1.8)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "a4b2a1e8-96e8-4fd3-b7fa-084962fd114e")
+ )
+ (fp_line
+ (start 0.635 -1.27)
+ (end 1.27 -0.635)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "83251fb8-f515-4eec-9a8a-3ac95b17390a")
+ )
+ (fp_line
+ (start -1.27 -1.27)
+ (end 0.635 -1.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "2cfb7899-42bd-41fd-a166-281c36f43e34")
+ )
+ (fp_line
+ (start 1.27 -0.635)
+ (end 1.27 19.05)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "fef50c58-f846-4213-ba14-45a0702c83bc")
+ )
+ (fp_line
+ (start 1.27 19.05)
+ (end -1.27 19.05)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "00486af5-9647-492b-a2d1-29201c2a46cd")
+ )
+ (fp_line
+ (start -1.27 19.05)
+ (end -1.27 -1.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "b82ff1fd-b966-4c7d-adbb-056d90ebf85f")
+ )
+ (fp_text user "${REFERENCE}"
+ (at -3.81 0 0)
+ (layer "F.Fab")
+ (uuid "0e392479-e8b7-4d17-a10d-3a9b6452e221")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (pad "1" thru_hole rect
+ (at 0 0 90)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 2 "unconnected-(J1-Pin_1-Pad1)")
+ (pinfunction "Pin_1")
+ (pintype "passive+no_connect")
+ (uuid "7072bb5d-c6de-4ba3-bb1e-9804da12fe8d")
+ )
+ (pad "2" thru_hole oval
+ (at 0 2.54 90)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 4 "/IOREF")
+ (pinfunction "Pin_2")
+ (pintype "passive")
+ (uuid "02c4af35-e648-4904-9db9-62bdf30a2b22")
+ )
+ (pad "3" thru_hole oval
+ (at 0 5.08 90)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 26 "/~{RESET}")
+ (pinfunction "Pin_3")
+ (pintype "passive")
+ (uuid "5e6f1098-0f3c-4a2f-9673-2515b28c82d3")
+ )
+ (pad "4" thru_hole oval
+ (at 0 7.62 90)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 24 "+3V3")
+ (pinfunction "Pin_4")
+ (pintype "passive")
+ (uuid "2e271cff-dc8a-4067-84a7-d81471489844")
+ )
+ (pad "5" thru_hole oval
+ (at 0 10.16 90)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 3 "+5V")
+ (pinfunction "Pin_5")
+ (pintype "passive")
+ (uuid "2206fbb6-721c-4b01-aa0d-d5b981c25441")
+ )
+ (pad "6" thru_hole oval
+ (at 0 12.7 90)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 1 "GND")
+ (pinfunction "Pin_6")
+ (pintype "passive")
+ (uuid "8272d694-fde6-4a39-97cb-8b78ea4009b8")
+ )
+ (pad "7" thru_hole oval
+ (at 0 15.24 90)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 1 "GND")
+ (pinfunction "Pin_7")
+ (pintype "passive")
+ (uuid "9c83db76-08e0-40d1-9fa8-00eac7a3fe39")
+ )
+ (pad "8" thru_hole oval
+ (at 0 17.78 90)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 25 "unconnected-(J1-Pin_8-Pad8)")
+ (pinfunction "Pin_8")
+ (pintype "passive+no_connect")
+ (uuid "c4237cbf-3f17-4773-8952-de95c04cf5d0")
+ )
+ (model "${KICAD7_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x08_P2.54mm_Vertical.wrl"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Connector_PinSocket_2.54mm:PinSocket_1x06_P2.54mm_Vertical"
+ (locked yes)
+ (layer "F.Cu")
+ (uuid "00000000-0000-0000-0000-0000551afd13")
+ (at 150.8 97.46 90)
+ (descr "Through hole straight socket strip, 1x06, 2.54mm pitch, single row (from Kicad 4.0.7), script generated")
+ (tags "Through hole socket strip THT 1x06 2.54mm single row")
+ (property "Reference" "J3"
+ (at 0 -2.77 90)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "0c325bee-cc8b-4126-a3c9-62ece1d6dc18")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "Analog"
+ (at -3.81 6.35 180)
+ (layer "F.Fab")
+ (uuid "a730af38-9ebd-4a0d-9ec7-5c6086547146")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x06_P2.54mm_Vertical"
+ (at 0 0 90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "6e630426-87ad-425b-bcb0-13be1190361e")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "dc5f5d9c-0230-44da-b0ae-da6e39724f55")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 0 0 90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "51bd9bbc-e713-4fa7-a67d-5af7e5b53b3d")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "Connector*:*_1x??_*")
+ (path "/00000000-0000-0000-0000-000056d72f1c")
+ (sheetname "Root")
+ (sheetfile "RescueAVR.kicad_sch")
+ (attr through_hole)
+ (fp_line
+ (start 1.33 -1.33)
+ (end 1.33 0)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "cb859e0b-442d-4858-b8b2-0cb9340fb9bc")
+ )
+ (fp_line
+ (start 0 -1.33)
+ (end 1.33 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "5198e08d-850c-427b-b175-810b9eb0130f")
+ )
+ (fp_line
+ (start 1.33 1.27)
+ (end 1.33 14.03)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "2679448a-b9cc-4f10-97ac-0a9cdfb2e770")
+ )
+ (fp_line
+ (start -1.33 1.27)
+ (end 1.33 1.27)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "71ff053b-b2e9-4ec2-a559-769fb504fedb")
+ )
+ (fp_line
+ (start -1.33 1.27)
+ (end -1.33 14.03)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "a1fd50d3-f008-4ba8-887f-b84361af79ff")
+ )
+ (fp_line
+ (start -1.33 14.03)
+ (end 1.33 14.03)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "a29fae5d-5725-4f3a-918d-f87e17fd34ae")
+ )
+ (fp_line
+ (start 1.75 -1.8)
+ (end 1.75 14.45)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "3b4dc403-13a9-451e-bfdf-9becb3374e56")
+ )
+ (fp_line
+ (start -1.8 -1.8)
+ (end 1.75 -1.8)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "c6135864-2fe4-4cb1-943f-a3c454e09aad")
+ )
+ (fp_line
+ (start 1.75 14.45)
+ (end -1.8 14.45)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "7c4b6c84-15c6-4466-ad75-20659260689d")
+ )
+ (fp_line
+ (start -1.8 14.45)
+ (end -1.8 -1.8)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "1a107c5d-da6c-413f-9edf-f058ba462965")
+ )
+ (fp_line
+ (start 0.635 -1.27)
+ (end 1.27 -0.635)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "50dbe1ea-b651-43d5-a36b-0382fe4c970d")
+ )
+ (fp_line
+ (start -1.27 -1.27)
+ (end 0.635 -1.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "5f083233-9e50-48df-a893-57ca2293a62a")
+ )
+ (fp_line
+ (start 1.27 -0.635)
+ (end 1.27 13.97)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "f5fbab2c-b492-40cd-b525-82ff61e5fc86")
+ )
+ (fp_line
+ (start 1.27 13.97)
+ (end -1.27 13.97)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "4168c63c-de4e-4942-adf8-9ac4df5b4857")
+ )
+ (fp_line
+ (start -1.27 13.97)
+ (end -1.27 -1.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "715ac1f3-c10f-4fbd-b875-2c84249399c5")
+ )
+ (fp_text user "${REFERENCE}"
+ (at -3.81 0 180)
+ (layer "F.Fab")
+ (uuid "8169274a-63b9-45da-baba-b277b78e7105")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (pad "1" thru_hole rect
+ (at 0 0 90)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 5 "/A0")
+ (pinfunction "Pin_1")
+ (pintype "passive")
+ (uuid "d01848fa-8955-4a7a-b543-6d87b8c1512d")
+ )
+ (pad "2" thru_hole oval
+ (at 0 2.54 90)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 6 "/A1")
+ (pinfunction "Pin_2")
+ (pintype "passive")
+ (uuid "1bfdef0f-e37f-458a-941f-b3cc72c929ab")
+ )
+ (pad "3" thru_hole oval
+ (at 0 5.08 90)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 7 "/A2")
+ (pinfunction "Pin_3")
+ (pintype "passive")
+ (uuid "5beca739-571a-4e84-bc4f-59c76a6d841d")
+ )
+ (pad "4" thru_hole oval
+ (at 0 7.62 90)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 8 "/A3")
+ (pinfunction "Pin_4")
+ (pintype "passive")
+ (uuid "eff31d34-4d0b-4d78-9e54-01201549b84f")
+ )
+ (pad "5" thru_hole oval
+ (at 0 10.16 90)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 34 "/A4")
+ (pinfunction "Pin_5")
+ (pintype "passive")
+ (uuid "ea5b9dbd-eadf-4ddf-82e3-5d604252f800")
+ )
+ (pad "6" thru_hole oval
+ (at 0 12.7 90)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 32 "/A5")
+ (pinfunction "Pin_6")
+ (pintype "passive")
+ (uuid "d77e5dcd-ccdf-49c3-9f69-d935575c8538")
+ )
+ (model "${KICAD7_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x06_P2.54mm_Vertical.wrl"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Connector_PinSocket_2.54mm:PinSocket_1x10_P2.54mm_Vertical"
+ (locked yes)
+ (layer "F.Cu")
+ (uuid "00000000-0000-0000-0000-0000551afd43")
+ (at 118.796 49.2 90)
+ (descr "Through hole straight socket strip, 1x10, 2.54mm pitch, single row (from Kicad 4.0.7), script generated")
+ (tags "Through hole socket strip THT 1x10 2.54mm single row")
+ (property "Reference" "J2"
+ (at 0 -2.77 90)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "e3738030-5bb8-4ee0-9acd-8a449423b7d0")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "Digital/PWM"
+ (at 3.81 11.43 180)
+ (layer "F.Fab")
+ (uuid "fa93c785-8569-4c2b-8cef-1eea4f72e320")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x10_P2.54mm_Vertical"
+ (at 0 0 90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "af37a8ea-5b25-4c3b-9f91-c23a447edda2")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "b726d74a-c1c1-4c9c-86b9-abe81074d5cd")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 0 0 90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "749552e8-2684-469f-9ce0-928bcea54cfe")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "Connector*:*_1x??_*")
+ (path "/00000000-0000-0000-0000-000056d72368")
+ (sheetname "Root")
+ (sheetfile "RescueAVR.kicad_sch")
+ (attr through_hole)
+ (fp_line
+ (start 1.33 -1.33)
+ (end 1.33 0)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "9359314a-e8ce-4d0a-b740-2fd73d27a35b")
+ )
+ (fp_line
+ (start 0 -1.33)
+ (end 1.33 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "cc222d95-1048-40b3-a80f-749d472111ae")
+ )
+ (fp_line
+ (start 1.33 1.27)
+ (end 1.33 24.19)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "e54023ea-92bb-49dd-be0c-154df32467ac")
+ )
+ (fp_line
+ (start -1.33 1.27)
+ (end 1.33 1.27)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "f850565c-9509-43b6-b02a-3042bdb6ac7a")
+ )
+ (fp_line
+ (start -1.33 1.27)
+ (end -1.33 24.19)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "38cbcd9b-b2e2-48a4-bade-81dc64e5fe82")
+ )
+ (fp_line
+ (start -1.33 24.19)
+ (end 1.33 24.19)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "19df3943-e9ce-46de-94fe-42160ddd4737")
+ )
+ (fp_line
+ (start 1.75 -1.8)
+ (end 1.75 24.6)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "40beb9c5-7d2c-4aec-b0bb-16252f986b32")
+ )
+ (fp_line
+ (start -1.8 -1.8)
+ (end 1.75 -1.8)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "da59c004-148f-434c-be04-94e1f2be71a9")
+ )
+ (fp_line
+ (start 1.75 24.6)
+ (end -1.8 24.6)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "ba1b6699-577a-4330-9138-3431aedd8087")
+ )
+ (fp_line
+ (start -1.8 24.6)
+ (end -1.8 -1.8)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "8eb67aae-4d88-4301-8cef-6d87b09a897c")
+ )
+ (fp_line
+ (start 0.635 -1.27)
+ (end 1.27 -0.635)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "29758fcd-42d9-4a5c-b3c2-d2aff039ccfd")
+ )
+ (fp_line
+ (start -1.27 -1.27)
+ (end 0.635 -1.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "9614ab88-5aa4-4f24-af10-41268aec4e51")
+ )
+ (fp_line
+ (start 1.27 -0.635)
+ (end 1.27 24.13)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "161dba1b-5cfb-477c-a30e-20789e64240c")
+ )
+ (fp_line
+ (start 1.27 24.13)
+ (end -1.27 24.13)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "68bbe13d-c08a-4a16-b96f-345b63ba1730")
+ )
+ (fp_line
+ (start -1.27 24.13)
+ (end -1.27 -1.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "747cabbe-2766-444f-adc0-7bf3b304ff30")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 3.81 0 0)
+ (layer "F.Fab")
+ (uuid "e16cf037-fefe-479d-8b70-835791f9b75d")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (pad "1" thru_hole rect
+ (at 0 0 90)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 28 "unconnected-(J2-Pin_1-Pad1)")
+ (pinfunction "Pin_1")
+ (pintype "passive+no_connect")
+ (uuid "29fcb139-bd4d-46c2-a1ef-edb27596c197")
+ )
+ (pad "2" thru_hole oval
+ (at 0 2.54 90)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 29 "unconnected-(J2-Pin_2-Pad2)")
+ (pinfunction "Pin_2")
+ (pintype "passive+no_connect")
+ (uuid "8a2a0c3c-afd3-4fc0-8335-c8cdebe19069")
+ )
+ (pad "3" thru_hole oval
+ (at 0 5.08 90)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 11 "/AREF")
+ (pinfunction "Pin_3")
+ (pintype "passive")
+ (uuid "53d55053-23d5-47c4-ae1a-096372b59dfe")
+ )
+ (pad "4" thru_hole oval
+ (at 0 7.62 90)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 27 "unconnected-(J2-Pin_4-Pad4)")
+ (pinfunction "Pin_4")
+ (pintype "passive")
+ (uuid "0538039b-679e-4566-b0f6-d1dca51b81a6")
+ )
+ (pad "5" thru_hole oval
+ (at 0 10.16 90)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 9 "/13")
+ (pinfunction "Pin_5")
+ (pintype "passive")
+ (uuid "52bfa648-49f3-43c4-a92f-09a020bcf6f1")
+ )
+ (pad "6" thru_hole oval
+ (at 0 12.7 90)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 10 "/12")
+ (pinfunction "Pin_6")
+ (pintype "passive")
+ (uuid "31a2671f-7c35-4f2a-bf7b-0ea49c31992c")
+ )
+ (pad "7" thru_hole oval
+ (at 0 15.24 90)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 14 "/*11")
+ (pinfunction "Pin_7")
+ (pintype "passive")
+ (uuid "0b3cab23-1b3b-4478-a15c-9a9089de498e")
+ )
+ (pad "8" thru_hole oval
+ (at 0 17.78 90)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 15 "/*10")
+ (pinfunction "Pin_8")
+ (pintype "passive")
+ (uuid "60ab1308-c3cf-4eb7-89a2-9b517bef58fc")
+ )
+ (pad "9" thru_hole oval
+ (at 0 20.32 90)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 16 "/*9")
+ (pinfunction "Pin_9")
+ (pintype "passive")
+ (uuid "9f147e98-0360-4eb5-878f-7136c27a65b1")
+ )
+ (pad "10" thru_hole oval
+ (at 0 22.86 90)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 12 "/8")
+ (pinfunction "Pin_10")
+ (pintype "passive")
+ (uuid "960a3d90-c5cc-4e56-80ed-d10965c73eee")
+ )
+ (model "${KICAD7_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x10_P2.54mm_Vertical.wrl"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical"
+ (locked yes)
+ (layer "F.Cu")
+ (uuid "00000000-0000-0000-0000-0000551afd5a")
+ (at 145.72 49.2 90)
+ (descr "Through hole straight socket strip, 1x08, 2.54mm pitch, single row (from Kicad 4.0.7), script generated")
+ (tags "Through hole socket strip THT 1x08 2.54mm single row")
+ (property "Reference" "J4"
+ (at 0 -2.77 90)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "802e26f6-a473-4168-a2af-89075c46cdb8")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "Digital/PWM"
+ (at 3.81 8.89 180)
+ (layer "F.Fab")
+ (uuid "353f7f31-4cfc-40c2-80f9-8865fe231e7f")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical"
+ (at 0 0 90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "1334806e-7ef3-4bf7-9c24-5260b5a289dc")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "55615e55-49e1-4641-9d97-0bfb879bb6d2")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 0 0 90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "c767bd07-aeb4-4e0c-9c47-603f70479958")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "Connector*:*_1x??_*")
+ (path "/00000000-0000-0000-0000-000056d734d0")
+ (sheetname "Root")
+ (sheetfile "RescueAVR.kicad_sch")
+ (attr through_hole)
+ (fp_line
+ (start 1.33 -1.33)
+ (end 1.33 0)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "b6ecb2d3-a6f5-498e-b1d1-4de7d75ebedd")
+ )
+ (fp_line
+ (start 0 -1.33)
+ (end 1.33 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "76c41bd0-ab07-4de8-84e8-1fa700c12d50")
+ )
+ (fp_line
+ (start 1.33 1.27)
+ (end 1.33 19.11)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "d9865338-d0b8-43dc-a482-232c73779af2")
+ )
+ (fp_line
+ (start -1.33 1.27)
+ (end 1.33 1.27)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "8308cb37-6795-4cfb-8974-8437bcae5ce3")
+ )
+ (fp_line
+ (start -1.33 1.27)
+ (end -1.33 19.11)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "4b5b4a9d-5f22-4286-b1ce-b55f8d1258c3")
+ )
+ (fp_line
+ (start -1.33 19.11)
+ (end 1.33 19.11)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "499c4f11-07c7-42dc-9233-f46900fc9b26")
+ )
+ (fp_line
+ (start 1.75 -1.8)
+ (end 1.75 19.55)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "a68555b4-b45a-40e0-90d8-fe97177330f2")
+ )
+ (fp_line
+ (start -1.8 -1.8)
+ (end 1.75 -1.8)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "f50931b9-fdf8-42aa-b34f-5254338fc25d")
+ )
+ (fp_line
+ (start 1.75 19.55)
+ (end -1.8 19.55)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "1374dff6-c958-4145-a3ea-9703345cd2aa")
+ )
+ (fp_line
+ (start -1.8 19.55)
+ (end -1.8 -1.8)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "cc162ab3-6367-43c7-88a9-3d5911be4222")
+ )
+ (fp_line
+ (start 0.635 -1.27)
+ (end 1.27 -0.635)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "0a40b505-adb2-4e1e-8d1c-52bc77b51139")
+ )
+ (fp_line
+ (start -1.27 -1.27)
+ (end 0.635 -1.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "ca52caa5-4732-4132-a440-ee56d3d9966c")
+ )
+ (fp_line
+ (start 1.27 -0.635)
+ (end 1.27 19.05)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "4599f884-f1b9-42da-9b29-5d665bf9d5bb")
+ )
+ (fp_line
+ (start 1.27 19.05)
+ (end -1.27 19.05)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "e1146d60-1d49-4fbf-aa8d-5f1893a0c124")
+ )
+ (fp_line
+ (start -1.27 19.05)
+ (end -1.27 -1.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "253a2e07-c1ca-4f3d-b86e-4e2b92428d91")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 3.81 0 0)
+ (layer "F.Fab")
+ (uuid "0854b80e-95c6-49a6-be56-dbd3f5a8fff0")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (pad "1" thru_hole rect
+ (at 0 0 90)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 13 "/7")
+ (pinfunction "Pin_1")
+ (pintype "passive")
+ (uuid "96619a64-4787-40fb-8667-cc0dfdc60ecc")
+ )
+ (pad "2" thru_hole oval
+ (at 0 2.54 90)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 19 "/*6")
+ (pinfunction "Pin_2")
+ (pintype "passive")
+ (uuid "e21589c8-9acb-4dfd-b26e-575a983b7f76")
+ )
+ (pad "3" thru_hole oval
+ (at 0 5.08 90)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 20 "/*5")
+ (pinfunction "Pin_3")
+ (pintype "passive")
+ (uuid "f12e60f2-da16-4904-b4d4-cf95f3eabc57")
+ )
+ (pad "4" thru_hole oval
+ (at 0 7.62 90)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 17 "/4")
+ (pinfunction "Pin_4")
+ (pintype "passive")
+ (uuid "ebc36dc4-a03d-4f33-8b8b-cf0052b39d61")
+ )
+ (pad "5" thru_hole oval
+ (at 0 10.16 90)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 22 "/*3")
+ (pinfunction "Pin_5")
+ (pintype "passive")
+ (uuid "c166337a-a32b-4b24-8138-2d06c6a9a023")
+ )
+ (pad "6" thru_hole oval
+ (at 0 12.7 90)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 18 "/2")
+ (pinfunction "Pin_6")
+ (pintype "passive")
+ (uuid "4489a306-6cbf-4d6d-b304-35018fbedf01")
+ )
+ (pad "7" thru_hole oval
+ (at 0 15.24 90)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 21 "/TX{slash}1")
+ (pinfunction "Pin_7")
+ (pintype "passive")
+ (uuid "6d6ed4f7-6224-439b-99e3-86d1022efe1b")
+ )
+ (pad "8" thru_hole oval
+ (at 0 17.78 90)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 23 "/RX{slash}0")
+ (pinfunction "Pin_8")
+ (pintype "passive")
+ (uuid "d9fd5e0c-3c54-4825-a824-15d8041c0356")
+ )
+ (model "${KICAD7_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x08_P2.54mm_Vertical.wrl"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Package_TO_SOT_THT:TO-92"
+ (layer "F.Cu")
+ (uuid "03fabf50-9f38-4b9e-b760-4d2956e0ca9b")
+ (at 103.295 83.231)
+ (descr "TO-92 leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf)")
+ (tags "to-92 sc-43 sc-43a sot54 PA33 transistor")
+ (property "Reference" "Q1"
+ (at 1.27 -3.56 0)
+ (layer "F.SilkS")
+ (uuid "2b974971-5b00-4ade-8fc5-13070c0579f2")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "BC547(NPN)"
+ (at 1.905 2.79 0)
+ (layer "F.SilkS")
+ (uuid "6203dd27-48cf-4a1c-aaf0-9aa3fac1e876")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Footprint" "Package_TO_SOT_THT:TO-92"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "cc1c5fc2-7eb1-4d52-945c-62f45e660214")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" "https://ngspice.sourceforge.io/docs/ngspice-html-manual/manual.xhtml#cha_BJTs"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "7a9a5edd-09a3-452c-a60b-19b6a5870111")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" "Bipolar transistor symbol for simulation only, substrate tied to the emitter"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "cf051ab3-896c-4340-a61f-0c9af354a5cd")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Sim.Device" "NPN"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "685ce6fe-0556-4580-b056-ceacb685d212")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Sim.Type" "GUMMELPOON"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "b67989d0-6103-4055-9938-9139986a4994")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Sim.Pins" "1=C 2=B 3=E"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "2569f468-f468-45f8-9f57-eb49a2bd4968")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (path "/f805840b-2050-4821-a43d-fd1747c2c1e5")
+ (sheetname "Root")
+ (sheetfile "RescueAVR.kicad_sch")
+ (attr through_hole)
+ (fp_line
+ (start -0.53 1.85)
+ (end 3.07 1.85)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "42bf65d9-615f-46cf-bb05-27e6c0f976f1")
+ )
+ (fp_arc
+ (start -0.568478 1.838478)
+ (mid -1.132087 -0.994977)
+ (end 1.27 -2.6)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "f1c59902-5447-4372-8b35-e17a963a555d")
+ )
+ (fp_arc
+ (start 1.27 -2.6)
+ (mid 3.672087 -0.994977)
+ (end 3.108478 1.838478)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "799e893c-8297-4d5a-8c50-7a8de4784ee1")
+ )
+ (fp_line
+ (start -1.46 -2.73)
+ (end -1.46 2.01)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "0677f3f0-580b-42e8-a510-c2692a2942a2")
+ )
+ (fp_line
+ (start -1.46 -2.73)
+ (end 4 -2.73)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "a966d72c-8dad-4445-b2ba-90e3d93d3922")
+ )
+ (fp_line
+ (start 4 2.01)
+ (end -1.46 2.01)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "04969c08-8011-4cae-95fd-26dfd6cc9728")
+ )
+ (fp_line
+ (start 4 2.01)
+ (end 4 -2.73)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "e349b24f-9184-4cba-94e2-24c82464a2c1")
+ )
+ (fp_line
+ (start -0.5 1.75)
+ (end 3 1.75)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "525eb379-d910-4e02-bf1c-a3b1c661101c")
+ )
+ (fp_arc
+ (start -0.483625 1.753625)
+ (mid -1.021221 -0.949055)
+ (end 1.27 -2.48)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "fffbfe82-4bbc-45eb-a615-53273625c1bb")
+ )
+ (fp_arc
+ (start 1.27 -2.48)
+ (mid 3.561221 -0.949055)
+ (end 3.023625 1.753625)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "ced3e8d0-0639-45a0-b4e9-567005efe877")
+ )
+ (pad "1" thru_hole rect
+ (at 0 0)
+ (size 1.3 1.3)
+ (drill 0.75)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 48 "Net-(Q1-C)")
+ (pinfunction "C")
+ (pintype "open_collector")
+ (uuid "363113f7-88e6-409a-9c68-8e2986c8f341")
+ )
+ (pad "2" thru_hole circle
+ (at 1.27 -1.27)
+ (size 1.3 1.3)
+ (drill 0.75)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 45 "Net-(Q1-B)")
+ (pinfunction "B")
+ (pintype "input")
+ (uuid "acab5650-e549-4b9d-ad49-822b4c1cb812")
+ )
+ (pad "3" thru_hole circle
+ (at 2.54 0)
+ (size 1.3 1.3)
+ (drill 0.75)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 1 "GND")
+ (pinfunction "E")
+ (pintype "open_emitter")
+ (uuid "9bee2d9f-53e5-4b10-924e-78822bf1e98f")
+ )
+ (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92.wrl"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal"
+ (layer "F.Cu")
+ (uuid "04f1193d-5c87-4225-a16c-28cfd2bd3c97")
+ (at 117.265 83.866)
+ (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
+ (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm")
+ (property "Reference" "R5"
+ (at 1.905 -1.92 0)
+ (layer "F.SilkS")
+ (uuid "8d111e76-e9dc-4288-81f4-f4577567f14f")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "100Ω"
+ (at 6.35 -1.905 0)
+ (layer "F.SilkS")
+ (uuid "2fd6b821-b136-42c4-bb43-f3b856bccc33")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "4c177c94-3c7d-4ffb-bf7b-b34adf33e8de")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "3c7e5508-39a3-4a03-b7ac-271ecd4e659c")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" "Resistor"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "2535c3b6-f6f6-4d26-9a2e-4caa064554eb")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "R_*")
+ (path "/b058f866-deca-4ae7-a485-ca9ced5263ad")
+ (sheetname "Root")
+ (sheetfile "RescueAVR.kicad_sch")
+ (attr through_hole)
+ (fp_line
+ (start 0.94 0)
+ (end 1.89 0)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "de69e54a-e58c-4183-94ed-47e710418a75")
+ )
+ (fp_line
+ (start 1.89 -0.92)
+ (end 1.89 0.92)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "f78e1ab6-eeb5-44af-90d7-cec7c5d9c40d")
+ )
+ (fp_line
+ (start 1.89 0.92)
+ (end 5.73 0.92)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "0133444b-0eb3-4546-93d1-96fe97b70a20")
+ )
+ (fp_line
+ (start 5.73 -0.92)
+ (end 1.89 -0.92)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "1f78c0ec-a131-4053-a24d-8026ecbe1f4f")
+ )
+ (fp_line
+ (start 5.73 0.92)
+ (end 5.73 -0.92)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "f7f61a5e-542f-4119-8d43-b932351cf424")
+ )
+ (fp_line
+ (start 6.68 0)
+ (end 5.73 0)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "5e134ebd-aacd-43eb-afe3-e7b69867904f")
+ )
+ (fp_line
+ (start -0.95 -1.05)
+ (end -0.95 1.05)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "73da96e6-a1fb-4076-a1f7-a1ee01b8a950")
+ )
+ (fp_line
+ (start -0.95 1.05)
+ (end 8.57 1.05)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "6024d24f-4f41-46ed-ad84-908f5816d882")
+ )
+ (fp_line
+ (start 8.57 -1.05)
+ (end -0.95 -1.05)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "1e948372-5b8b-4e56-bec0-7cc60dad693d")
+ )
+ (fp_line
+ (start 8.57 1.05)
+ (end 8.57 -1.05)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "4ee18bbc-853c-40d7-930f-5ce6c40fb635")
+ )
+ (fp_line
+ (start 0 0)
+ (end 2.01 0)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "ab01ecbb-ed18-4d1f-bb88-fbed148dbbec")
+ )
+ (fp_line
+ (start 2.01 -0.8)
+ (end 2.01 0.8)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "24dec781-4965-4be5-8e32-6286bccf9e67")
+ )
+ (fp_line
+ (start 2.01 0.8)
+ (end 5.61 0.8)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "1811bfb0-4e67-4a34-b53b-b2450be8d290")
+ )
+ (fp_line
+ (start 5.61 -0.8)
+ (end 2.01 -0.8)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "136d1c8d-13a3-4221-a8f4-461f5b5e4d48")
+ )
+ (fp_line
+ (start 5.61 0.8)
+ (end 5.61 -0.8)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "24fd1626-ed6c-4cf5-a3ba-008aa2f85e90")
+ )
+ (fp_line
+ (start 7.62 0)
+ (end 5.61 0)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "19dd8216-2921-48c8-bf8f-623422ee9d39")
+ )
+ (pad "1" thru_hole circle
+ (at 0 0)
+ (size 1.4 1.4)
+ (drill 0.7)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 35 "/HVRES")
+ (pintype "passive")
+ (uuid "1c1f9bff-c089-43bd-bb7e-beccc20db1ba")
+ )
+ (pad "2" thru_hole oval
+ (at 7.62 0)
+ (size 1.4 1.4)
+ (drill 0.7)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 46 "Net-(Q2-C)")
+ (pintype "passive")
+ (uuid "5f604a8f-84e0-4daf-b312-e5e57052fe1b")
+ )
+ (model "${KICAD8_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Package_DIP:DIP-28_W7.62mm_Socket"
+ (layer "F.Cu")
+ (uuid "1a898ddd-ebea-450b-83ec-9a940b299198")
+ (at 153.721 54.006)
+ (descr "28-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket")
+ (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket")
+ (property "Reference" "U1"
+ (at 3.81 -2.33 0)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "6ee119a5-d252-4564-9bab-0e13b72af520")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "ATTinyX8,"
+ (at -1.531 37.48 0)
+ (layer "F.SilkS")
+ (uuid "bbde942d-d97f-414f-8a52-1b0fe713ebef")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Package_DIP:DIP-28_W7.62mm_Socket"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "211ca441-e079-4078-b9b6-01321fe59ae0")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/ATmega328_P%20AVR%20MCU%20with%20picoPower%20Technology%20Data%20Sheet%2040001984A.pdf"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "490a53af-dce8-41b8-b7a3-11df85cd2886")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" "20MHz, 32kB Flash, 2kB SRAM, 1kB EEPROM, DIP-28"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "eac13bb9-77d6-4d25-b5bb-3032d2ac0bb5")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "DIP*W7.62mm*")
+ (path "/017652d1-2eed-4b19-93f1-62d7282c40b2")
+ (sheetname "Root")
+ (sheetfile "RescueAVR.kicad_sch")
+ (attr through_hole)
+ (fp_line
+ (start -1.33 -1.39)
+ (end -1.33 34.41)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "7b63389d-5df0-4874-b36c-c998b476cc4a")
+ )
+ (fp_line
+ (start -1.33 34.41)
+ (end 8.95 34.41)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "e565e4a6-4f47-4e33-b482-9d6ed0a8cb84")
+ )
+ (fp_line
+ (start 1.16 -1.33)
+ (end 1.16 34.35)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "68647b11-5113-4642-ac17-048f922a72e4")
+ )
+ (fp_line
+ (start 1.16 34.35)
+ (end 6.46 34.35)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "01e0bb13-d844-4d40-bc8b-1b69c6c5babf")
+ )
+ (fp_line
+ (start 2.81 -1.33)
+ (end 1.16 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "8ec75cd8-c33e-42ec-a4bc-3e1b66218db3")
+ )
+ (fp_line
+ (start 6.46 -1.33)
+ (end 4.81 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "6ab3d5f5-7b6f-405e-bf2a-ca4732cd947f")
+ )
+ (fp_line
+ (start 6.46 34.35)
+ (end 6.46 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "f4e86888-ffea-4f34-84f0-a4037d78fbae")
+ )
+ (fp_line
+ (start 8.95 -1.39)
+ (end -1.33 -1.39)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "37669d72-4175-40ce-971a-b9826b6dca7e")
+ )
+ (fp_line
+ (start 8.95 34.41)
+ (end 8.95 -1.39)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "4d5ebefa-1178-4064-8c03-f97c7a5a45fd")
+ )
+ (fp_arc
+ (start 4.81 -1.33)
+ (mid 3.81 -0.33)
+ (end 2.81 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "bb196aa6-91aa-4c55-b822-93ad6fc59f71")
+ )
+ (fp_line
+ (start -1.55 -1.6)
+ (end -1.55 34.65)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "3494b125-36bc-40ab-a7e8-81db20a4481c")
+ )
+ (fp_line
+ (start -1.55 34.65)
+ (end 9.15 34.65)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "34733636-cf84-4072-aea0-a8fdc99af464")
+ )
+ (fp_line
+ (start 9.15 -1.6)
+ (end -1.55 -1.6)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "993f8697-ce04-46bc-8a35-947590251d8d")
+ )
+ (fp_line
+ (start 9.15 34.65)
+ (end 9.15 -1.6)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "cec0b9f3-0887-4166-b017-f445bbff9369")
+ )
+ (fp_line
+ (start -1.27 -1.33)
+ (end -1.27 34.35)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "abffa17e-3519-43d5-9fbb-03142f04febf")
+ )
+ (fp_line
+ (start -1.27 34.35)
+ (end 8.89 34.35)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "fd34d16d-917c-4c9b-8b37-4e3a2cdb9ea1")
+ )
+ (fp_line
+ (start 0.635 -0.27)
+ (end 1.635 -1.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "e78f8de1-702e-434b-973d-93ec2aded7fb")
+ )
+ (fp_line
+ (start 0.635 34.29)
+ (end 0.635 -0.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "6e2e8465-0e19-46c2-8dc9-c0667e8e5e3d")
+ )
+ (fp_line
+ (start 1.635 -1.27)
+ (end 6.985 -1.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "30c9cf3d-528b-4998-a777-2d8554a99003")
+ )
+ (fp_line
+ (start 6.985 -1.27)
+ (end 6.985 34.29)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "89449ce0-51ef-44ea-9e6a-fe7fee07e9de")
+ )
+ (fp_line
+ (start 6.985 34.29)
+ (end 0.635 34.29)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "a4fdd2c9-4cfe-4b7c-8957-fd00a6ae45f9")
+ )
+ (fp_line
+ (start 8.89 -1.33)
+ (end -1.27 -1.33)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "d3147060-5436-4e14-bf0f-a8c67594a4c5")
+ )
+ (fp_line
+ (start 8.89 34.35)
+ (end 8.89 -1.33)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "70b7e879-fb83-47d0-8386-6fc56477722f")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 3.81 16.51 0)
+ (layer "F.Fab")
+ (uuid "309b93db-eb3e-4528-8011-e706667599d5")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (pad "1" thru_hole rect
+ (at 0 0)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 35 "/HVRES")
+ (pinfunction "~{RESET}/PC6")
+ (pintype "bidirectional")
+ (uuid "5685fb44-4a20-40c5-b6a0-4b94c84a16f2")
+ )
+ (pad "2" thru_hole oval
+ (at 0 2.54)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 33 "unconnected-(U1-PD0-Pad2)")
+ (pinfunction "PD0")
+ (pintype "bidirectional+no_connect")
+ (uuid "97452545-95f8-41cc-8df1-fa93a28f9061")
+ )
+ (pad "3" thru_hole oval
+ (at 0 5.08)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 34 "/A4")
+ (pinfunction "PD1")
+ (pintype "bidirectional")
+ (uuid "eeec9fa4-e0e3-4304-8265-b158cfd6f76f")
+ )
+ (pad "4" thru_hole oval
+ (at 0 7.62)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 8 "/A3")
+ (pinfunction "PD2")
+ (pintype "bidirectional")
+ (uuid "b9c5cd62-91ee-4266-851f-bddc2a61cef4")
+ )
+ (pad "5" thru_hole oval
+ (at 0 10.16)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 7 "/A2")
+ (pinfunction "PD3")
+ (pintype "bidirectional")
+ (uuid "bee6075b-cc4a-4477-9252-19a78226eab5")
+ )
+ (pad "6" thru_hole oval
+ (at 0 12.7)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 6 "/A1")
+ (pinfunction "PD4")
+ (pintype "bidirectional")
+ (uuid "559d65ec-215b-4ecb-b4d5-2b9093cf787a")
+ )
+ (pad "7" thru_hole oval
+ (at 0 15.24)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 10 "/12")
+ (pinfunction "VCC")
+ (pintype "power_in")
+ (uuid "5b4e3c72-0353-48c2-9cc9-b6fc9b516518")
+ )
+ (pad "8" thru_hole oval
+ (at 0 17.78)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 1 "GND")
+ (pinfunction "GND")
+ (pintype "power_in")
+ (uuid "a9197b35-4145-42f5-a7f0-a975fdccb349")
+ )
+ (pad "9" thru_hole oval
+ (at 0 20.32)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 5 "/A0")
+ (pinfunction "XTAL1/PB6")
+ (pintype "bidirectional")
+ (uuid "c284686e-ea76-43e4-b12e-f6042a3c6fbd")
+ )
+ (pad "10" thru_hole oval
+ (at 0 22.86)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 36 "unconnected-(U1-XTAL2{slash}PB7-Pad10)")
+ (pinfunction "XTAL2/PB7")
+ (pintype "bidirectional+no_connect")
+ (uuid "ad858e7a-a324-4609-8b59-1772197ad771")
+ )
+ (pad "11" thru_hole oval
+ (at 0 25.4)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 15 "/*10")
+ (pinfunction "PD5")
+ (pintype "bidirectional")
+ (uuid "d9f0329a-bd26-411c-ac00-e728450a1f0e")
+ )
+ (pad "12" thru_hole oval
+ (at 0 27.94)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 14 "/*11")
+ (pinfunction "PD6")
+ (pintype "bidirectional")
+ (uuid "fe93a441-f6bf-4b78-81ed-f9fb00b8cfb7")
+ )
+ (pad "13" thru_hole oval
+ (at 0 30.48)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 1 "GND")
+ (pinfunction "PD7")
+ (pintype "bidirectional")
+ (uuid "e7ad56a3-e0fa-447b-8297-8e8c6c120836")
+ )
+ (pad "14" thru_hole oval
+ (at 0 33.02)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 16 "/*9")
+ (pinfunction "PB0")
+ (pintype "bidirectional")
+ (uuid "f2220e8f-b914-44e0-97b0-413ad3051637")
+ )
+ (pad "15" thru_hole oval
+ (at 7.62 33.02)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 12 "/8")
+ (pinfunction "PB1")
+ (pintype "bidirectional")
+ (uuid "0ea65d38-9c05-4245-a15f-0973e87dec07")
+ )
+ (pad "16" thru_hole oval
+ (at 7.62 30.48)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 13 "/7")
+ (pinfunction "PB2")
+ (pintype "bidirectional")
+ (uuid "e36f3a17-1d80-4cc3-a6f9-ee0793377a99")
+ )
+ (pad "17" thru_hole oval
+ (at 7.62 27.94)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 19 "/*6")
+ (pinfunction "PB3")
+ (pintype "bidirectional")
+ (uuid "7037f8f3-3acc-4d98-893f-023f3caaeebe")
+ )
+ (pad "18" thru_hole oval
+ (at 7.62 25.4)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 20 "/*5")
+ (pinfunction "PB4")
+ (pintype "bidirectional")
+ (uuid "41dad524-9b56-47b5-a0e3-c3d8606088cf")
+ )
+ (pad "19" thru_hole oval
+ (at 7.62 22.86)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 17 "/4")
+ (pinfunction "PB5")
+ (pintype "bidirectional")
+ (uuid "5c3fafa8-2a5c-4c4e-be29-20c51f2371ca")
+ )
+ (pad "20" thru_hole oval
+ (at 7.62 20.32)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 10 "/12")
+ (pinfunction "AVCC")
+ (pintype "power_in")
+ (uuid "4b8c80f6-edf9-4d43-8886-6792ff6e5227")
+ )
+ (pad "21" thru_hole oval
+ (at 7.62 17.78)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 31 "unconnected-(U1-AREF-Pad21)")
+ (pinfunction "AREF")
+ (pintype "passive")
+ (uuid "c718b05d-e07e-4678-bfd0-390d0fb639a5")
+ )
+ (pad "22" thru_hole oval
+ (at 7.62 15.24)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 1 "GND")
+ (pinfunction "GND")
+ (pintype "passive")
+ (uuid "9d9e50d0-0707-4b75-b9ca-7ad7227b6133")
+ )
+ (pad "23" thru_hole oval
+ (at 7.62 12.7)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 22 "/*3")
+ (pinfunction "PC0")
+ (pintype "bidirectional")
+ (uuid "003825c2-3cba-40b2-8f32-4cb4daab0416")
+ )
+ (pad "24" thru_hole oval
+ (at 7.62 10.16)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 18 "/2")
+ (pinfunction "PC1")
+ (pintype "bidirectional")
+ (uuid "10cfafc5-3a7d-4595-b31f-91a13f39dc95")
+ )
+ (pad "25" thru_hole oval
+ (at 7.62 7.62)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 32 "/A5")
+ (pinfunction "PC2")
+ (pintype "bidirectional")
+ (uuid "b31fa2ab-5c48-4ec0-8285-0e993f166bfd")
+ )
+ (pad "26" thru_hole oval
+ (at 7.62 5.08)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 30 "unconnected-(U1-PC3-Pad26)")
+ (pinfunction "PC3")
+ (pintype "bidirectional+no_connect")
+ (uuid "61fa5621-0b54-42a5-9387-a8e42886e41c")
+ )
+ (pad "27" thru_hole oval
+ (at 7.62 2.54)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 38 "unconnected-(U1-PC4-Pad27)")
+ (pinfunction "PC4")
+ (pintype "bidirectional+no_connect")
+ (uuid "4d39e903-4fd2-46f8-82b5-4973cf8d4a5e")
+ )
+ (pad "28" thru_hole oval
+ (at 7.62 0)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 37 "unconnected-(U1-PC5-Pad28)")
+ (pinfunction "PC5")
+ (pintype "bidirectional+no_connect")
+ (uuid "3447cfe8-599b-447a-80d6-defa0eb25e8e")
+ )
+ (model "${KICAD8_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-28_W7.62mm_Socket.wrl"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Capacitor_THT:C_Disc_D7.5mm_W2.5mm_P5.00mm"
+ (layer "F.Cu")
+ (uuid "33d7aff8-a17b-42ec-9e09-06dc3a4a8434")
+ (at 166.16 76.841 90)
+ (descr "C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=7.5*2.5mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf")
+ (tags "C Disc series Radial pin pitch 5.00mm diameter 7.5mm width 2.5mm Capacitor")
+ (property "Reference" "C1"
+ (at 2.5 0 90)
+ (layer "F.SilkS")
+ (uuid "9e1aa5c3-5209-44ba-8848-4c0790f13436")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "100nF"
+ (at 2.5 2.5 90)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "305abefc-191d-410f-b8d8-5b106a183213")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Footprint" "Capacitor_THT:C_Disc_D7.5mm_W2.5mm_P5.00mm"
+ (at 0 0 90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "1798a051-6799-4805-8690-6be68bb9866d")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "2b7cbcc0-04fb-401a-bc8c-61cde4d2d286")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" "Unpolarized capacitor"
+ (at 0 0 90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "c8ed6f08-b121-413b-a1a1-b597e37dc27d")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "C_*")
+ (path "/fb6dc048-b73a-458b-97f1-7d1500ed6312")
+ (sheetname "Root")
+ (sheetfile "RescueAVR.kicad_sch")
+ (attr through_hole)
+ (fp_line
+ (start 6.37 -1.37)
+ (end 6.37 1.37)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "58137318-f373-4abe-9d02-43b709b126c3")
+ )
+ (fp_line
+ (start -1.37 -1.37)
+ (end 6.37 -1.37)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "adfb8c32-3944-4b18-b3f2-a0b5b1726404")
+ )
+ (fp_line
+ (start -1.37 -1.37)
+ (end -1.37 1.37)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "4853e9bc-2354-41a9-9ace-af79b4bd8f83")
+ )
+ (fp_line
+ (start -1.37 1.37)
+ (end 6.37 1.37)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "27258b07-6a25-4a01-af52-e23e99e31551")
+ )
+ (fp_line
+ (start 6.5 -1.5)
+ (end -1.5 -1.5)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "0a0bb6a4-fce6-49db-94d2-6c32d1c6ba18")
+ )
+ (fp_line
+ (start -1.5 -1.5)
+ (end -1.5 1.5)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "59df8d75-75c2-4048-89a8-2f1112850ff2")
+ )
+ (fp_line
+ (start 6.5 1.5)
+ (end 6.5 -1.5)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "1897b56c-a869-4a49-a254-37cb79db9e51")
+ )
+ (fp_line
+ (start -1.5 1.5)
+ (end 6.5 1.5)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "78a148a3-b063-491e-9a6c-da4657b88782")
+ )
+ (fp_line
+ (start 6.25 -1.25)
+ (end -1.25 -1.25)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "f3987b2f-af9f-4503-b427-ffd10c748542")
+ )
+ (fp_line
+ (start -1.25 -1.25)
+ (end -1.25 1.25)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "e2c27909-810c-4cb3-8253-66a0e393715c")
+ )
+ (fp_line
+ (start 6.25 1.25)
+ (end 6.25 -1.25)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "e7369118-8f1e-4579-b634-ba96701d8b9a")
+ )
+ (fp_line
+ (start -1.25 1.25)
+ (end 6.25 1.25)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "34256392-c642-462d-b81c-94a89c3de124")
+ )
+ (pad "1" thru_hole circle
+ (at 0 0 90)
+ (size 2 2)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 10 "/12")
+ (pintype "passive")
+ (uuid "e93cf8e5-f51b-4529-a160-3885f0d9cb6d")
+ )
+ (pad "2" thru_hole circle
+ (at 5 0 90)
+ (size 2 2)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 1 "GND")
+ (pintype "passive")
+ (uuid "4eb430db-b567-4811-ab6f-1dd38f97dc13")
+ )
+ (model "${KICAD8_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D7.5mm_W2.5mm_P5.00mm.wrl"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal"
+ (layer "F.Cu")
+ (uuid "41a19947-3583-4c94-840d-c1f20c2f6715")
+ (at 103.295 76.881)
+ (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
+ (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm")
+ (property "Reference" "R2"
+ (at 1.905 -1.92 0)
+ (layer "F.SilkS")
+ (uuid "f1864f73-1893-4905-bebc-50fd3d09510b")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "1kΩ"
+ (at 5.715 -1.905 0)
+ (layer "F.SilkS")
+ (uuid "2946bf13-ac09-49d1-b90d-a4036d470b49")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "a42adae9-6eb7-4b01-8af3-cc027f941c57")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "ec84f7a4-aac5-4325-9851-5e142e291732")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" "Resistor"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "4f19ba33-6fd6-4905-88eb-111d3e8cdd5d")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "R_*")
+ (path "/a447e583-37eb-472c-96a9-569a52b2f930")
+ (sheetname "Root")
+ (sheetfile "RescueAVR.kicad_sch")
+ (attr through_hole)
+ (fp_line
+ (start 0.94 0)
+ (end 1.89 0)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "49a8fd63-149f-4dea-93a9-539d369b187d")
+ )
+ (fp_line
+ (start 1.89 -0.92)
+ (end 1.89 0.92)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "954c370b-5edf-45f7-a722-6954f8ab2e5f")
+ )
+ (fp_line
+ (start 1.89 0.92)
+ (end 5.73 0.92)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "ca4bf745-7100-4861-8d85-37f52a0a3e66")
+ )
+ (fp_line
+ (start 5.73 -0.92)
+ (end 1.89 -0.92)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "d719663a-258c-4325-86d9-d485df1d2f55")
+ )
+ (fp_line
+ (start 5.73 0.92)
+ (end 5.73 -0.92)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "3d656231-8a2e-4d88-9ab7-7dc3823c6b70")
+ )
+ (fp_line
+ (start 6.68 0)
+ (end 5.73 0)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "e3a8cbdb-ee67-49e6-bf60-4dc3f1e3f61e")
+ )
+ (fp_line
+ (start -0.95 -1.05)
+ (end -0.95 1.05)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "5453ac56-4d72-40b4-84bc-24800d6840f1")
+ )
+ (fp_line
+ (start -0.95 1.05)
+ (end 8.57 1.05)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "839f453b-fe2d-4976-a3e0-90f131b7648f")
+ )
+ (fp_line
+ (start 8.57 -1.05)
+ (end -0.95 -1.05)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "70d145eb-87d0-4dd6-a958-df8327f44c84")
+ )
+ (fp_line
+ (start 8.57 1.05)
+ (end 8.57 -1.05)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "2fb9486a-515a-4478-be24-e21e13709a42")
+ )
+ (fp_line
+ (start 0 0)
+ (end 2.01 0)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "0d777ffa-8830-427a-a877-44612532c20f")
+ )
+ (fp_line
+ (start 2.01 -0.8)
+ (end 2.01 0.8)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "281e6773-2942-41d9-b960-3348c3547dac")
+ )
+ (fp_line
+ (start 2.01 0.8)
+ (end 5.61 0.8)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "7d304f05-25cb-4615-80f8-8683b3ba0bf6")
+ )
+ (fp_line
+ (start 5.61 -0.8)
+ (end 2.01 -0.8)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "e25ad1ab-c52a-414a-8bde-ba7bb9b49854")
+ )
+ (fp_line
+ (start 5.61 0.8)
+ (end 5.61 -0.8)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "67a15952-981a-46a1-a9d8-558cddbe5972")
+ )
+ (fp_line
+ (start 7.62 0)
+ (end 5.61 0)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "b944864c-76ef-4abe-b3cd-46dee2777232")
+ )
+ (pad "1" thru_hole circle
+ (at 0 0)
+ (size 1.4 1.4)
+ (drill 0.7)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 1 "GND")
+ (pintype "passive")
+ (uuid "9568b4b3-95a4-4f7c-89d2-64b862a5defc")
+ )
+ (pad "2" thru_hole oval
+ (at 7.62 0)
+ (size 1.4 1.4)
+ (drill 0.7)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 46 "Net-(Q2-C)")
+ (pintype "passive")
+ (uuid "8c37f7b2-a2cd-45ae-8e99-441b7298b048")
+ )
+ (model "${KICAD8_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal"
+ (layer "F.Cu")
+ (uuid "46eabad2-dfde-4e29-a6f7-a1bd13c95d65")
+ (at 117.265 71.801)
+ (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
+ (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm")
+ (property "Reference" "R3"
+ (at 1.905 -1.92 0)
+ (layer "F.SilkS")
+ (uuid "98acd619-344d-43fa-a59c-e706607f5396")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "1kΩ"
+ (at 5.715 -1.905 0)
+ (layer "F.SilkS")
+ (uuid "b94a6c66-9ab1-47aa-bfd1-2213af7bd9ab")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "46bd5726-d81c-482d-8e97-6ca0b448a907")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "a7037d37-425b-4584-9d96-9c71b2bc905d")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" "Resistor"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "059d995f-4069-4046-9787-72247b6f6af0")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "R_*")
+ (path "/f7964bb5-04c8-4fec-bd6a-b02b9fbaaeed")
+ (sheetname "Root")
+ (sheetfile "RescueAVR.kicad_sch")
+ (attr through_hole)
+ (fp_line
+ (start 0.94 0)
+ (end 1.89 0)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "4ea187eb-63f0-40c7-a57a-207c0ab76a22")
+ )
+ (fp_line
+ (start 1.89 -0.92)
+ (end 1.89 0.92)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "d44328fa-519a-4861-9a46-4490f6b4c002")
+ )
+ (fp_line
+ (start 1.89 0.92)
+ (end 5.73 0.92)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "14890a76-3290-4264-ad09-a6e3bebb97d2")
+ )
+ (fp_line
+ (start 5.73 -0.92)
+ (end 1.89 -0.92)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "2792d048-d895-4195-8bbf-f6730ec307b5")
+ )
+ (fp_line
+ (start 5.73 0.92)
+ (end 5.73 -0.92)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "8225645b-8369-49ac-9513-1e4c23cac845")
+ )
+ (fp_line
+ (start 6.68 0)
+ (end 5.73 0)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "0ef70341-02d3-42bd-9b22-783b88ee144e")
+ )
+ (fp_line
+ (start -0.95 -1.05)
+ (end -0.95 1.05)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "d3b64d37-47a4-472b-8179-c6ac136452b9")
+ )
+ (fp_line
+ (start -0.95 1.05)
+ (end 8.57 1.05)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "e9c503e5-825b-4834-a9e7-0533ebb285f5")
+ )
+ (fp_line
+ (start 8.57 -1.05)
+ (end -0.95 -1.05)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "39e93146-a291-455b-8142-749e08670d85")
+ )
+ (fp_line
+ (start 8.57 1.05)
+ (end 8.57 -1.05)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "462912b1-22de-4e3e-8fec-de6ad6a6a3de")
+ )
+ (fp_line
+ (start 0 0)
+ (end 2.01 0)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "f834b1d5-6439-476f-8f22-b77a20ed40dc")
+ )
+ (fp_line
+ (start 2.01 -0.8)
+ (end 2.01 0.8)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "1842d5b0-b752-4bb2-b600-fa4b31034425")
+ )
+ (fp_line
+ (start 2.01 0.8)
+ (end 5.61 0.8)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "b707c1ea-d88a-4aa6-b081-672156892981")
+ )
+ (fp_line
+ (start 5.61 -0.8)
+ (end 2.01 -0.8)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "b1320df5-a2e5-4477-85f5-a52d49e87868")
+ )
+ (fp_line
+ (start 5.61 0.8)
+ (end 5.61 -0.8)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "98b4d1e5-10d9-40c6-950b-7c2248f4254f")
+ )
+ (fp_line
+ (start 7.62 0)
+ (end 5.61 0)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "62dc8b0a-aad6-455e-8dba-45de52f4ec8d")
+ )
+ (pad "1" thru_hole circle
+ (at 0 0)
+ (size 1.4 1.4)
+ (drill 0.7)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 48 "Net-(Q1-C)")
+ (pintype "passive")
+ (uuid "522fd02c-8431-49d1-9e3b-6c3d08449c4d")
+ )
+ (pad "2" thru_hole oval
+ (at 7.62 0)
+ (size 1.4 1.4)
+ (drill 0.7)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 47 "Net-(Q2-B)")
+ (pintype "passive")
+ (uuid "2d1e6015-a3c9-4775-b29d-3ba2a32dfdc4")
+ )
+ (model "${KICAD8_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Package_TO_SOT_THT:TO-92"
+ (layer "F.Cu")
+ (uuid "5689c604-126b-4450-a815-0f2bfd02e41b")
+ (at 110.915 83.231)
+ (descr "TO-92 leads molded, narrow, drill 0.75mm (see NXP sot054_po.pdf)")
+ (tags "to-92 sc-43 sc-43a sot54 PA33 transistor")
+ (property "Reference" "Q2"
+ (at 1.27 -3.56 0)
+ (layer "F.SilkS")
+ (uuid "1823c23c-b56d-44a5-914a-e27647770850")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "BC557(PNP)"
+ (at 3.81 2.79 0)
+ (layer "F.SilkS")
+ (uuid "d9026880-0bd7-4ec0-b53f-b4ffa43f607c")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Footprint" "Package_TO_SOT_THT:TO-92"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "ac7052ff-ddb2-48a3-b01f-5d5306b3c0e4")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" "https://ngspice.sourceforge.io/docs/ngspice-html-manual/manual.xhtml#cha_BJTs"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "1e4d765d-9bfc-4432-a59b-7e1d210e2dc9")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" "Bipolar transistor symbol for simulation only, substrate tied to the emitter"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "86d6542c-bfc5-4d0b-9b3a-44daccf5d6a1")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Sim.Device" "PNP"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "1804bde6-b215-49d2-8fb1-6bf9cc926829")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Sim.Type" "GUMMELPOON"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "70c86ed8-a5b4-49db-b0a1-90682ee5eee7")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Sim.Pins" "1=C 2=B 3=E"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "0287418b-8b44-4861-9c58-9e936d9ea4ae")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (path "/e5ccd41b-2c8b-4576-b6a7-b4362785bea2")
+ (sheetname "Root")
+ (sheetfile "RescueAVR.kicad_sch")
+ (attr through_hole)
+ (fp_line
+ (start -0.53 1.85)
+ (end 3.07 1.85)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "0eef7a46-03d4-445a-aee0-f680b6124fe8")
+ )
+ (fp_arc
+ (start -0.568478 1.838478)
+ (mid -1.132087 -0.994977)
+ (end 1.27 -2.6)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "bd66350b-e385-44b9-b830-d4bdcd6ec594")
+ )
+ (fp_arc
+ (start 1.27 -2.6)
+ (mid 3.672087 -0.994977)
+ (end 3.108478 1.838478)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "1d6ac3d3-19f1-4d19-ab88-b8063e036751")
+ )
+ (fp_line
+ (start -1.46 -2.73)
+ (end -1.46 2.01)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "7fa2be51-f676-4b7d-88af-b85097099144")
+ )
+ (fp_line
+ (start -1.46 -2.73)
+ (end 4 -2.73)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "633bca91-bb1e-40b5-943b-78903c155fc7")
+ )
+ (fp_line
+ (start 4 2.01)
+ (end -1.46 2.01)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "cbec27c2-f486-41d0-8b6e-9360418b4d7d")
+ )
+ (fp_line
+ (start 4 2.01)
+ (end 4 -2.73)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "b79ff3f2-1468-4abe-b3b7-0ec3b47e2522")
+ )
+ (fp_line
+ (start -0.5 1.75)
+ (end 3 1.75)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "c0268b4c-aaa8-4e8d-9e05-e7782b66d5f1")
+ )
+ (fp_arc
+ (start -0.483625 1.753625)
+ (mid -1.021221 -0.949055)
+ (end 1.27 -2.48)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "4c282da4-e4a6-4a0f-bf40-452fdd1bdd71")
+ )
+ (fp_arc
+ (start 1.27 -2.48)
+ (mid 3.561221 -0.949055)
+ (end 3.023625 1.753625)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "c106d9c4-753f-48ce-8112-9513d78bd41b")
+ )
+ (pad "1" thru_hole rect
+ (at 0 0)
+ (size 1.3 1.3)
+ (drill 0.75)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 46 "Net-(Q2-C)")
+ (pinfunction "C")
+ (pintype "open_collector")
+ (uuid "bd460e2e-80f4-46a9-8e7c-cc2a3eb34ddd")
+ )
+ (pad "2" thru_hole circle
+ (at 1.27 -1.27)
+ (size 1.3 1.3)
+ (drill 0.75)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 47 "Net-(Q2-B)")
+ (pinfunction "B")
+ (pintype "input")
+ (uuid "6cfe1b16-3215-431e-b3b3-39f06aea48d1")
+ )
+ (pad "3" thru_hole circle
+ (at 2.54 0)
+ (size 1.3 1.3)
+ (drill 0.75)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 49 "Net-(Q2-E)")
+ (pinfunction "E")
+ (pintype "open_emitter")
+ (uuid "689ffe06-db18-409f-85fc-9f875d10ee6d")
+ )
+ (model "${KICAD8_3DMODEL_DIR}/Package_TO_SOT_THT.3dshapes/TO-92.wrl"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Arduino_MountingHole:MountingHole_3.2mm"
+ (locked yes)
+ (layer "F.Cu")
+ (uuid "6e571799-0217-4b63-970e-fdbb6a7139e3")
+ (at 115.24 49.2)
+ (descr "Mounting Hole 3.2mm, no annular, M3")
+ (tags "mounting hole 3.2mm no annular m3")
+ (property "Reference" "MH1"
+ (at 0 -4.2 0)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "8166b532-5089-4abb-b621-69a782ecd25f")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "MountingHole_3.2mm"
+ (at 0 4.2 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "54621935-82bc-42c6-9e15-38bc7350e068")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "09461760-6b1f-4c24-afe0-41dc12ae9010")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "36b628c0-e5e1-4101-8ae7-f3dfc0e11333")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "efa1b0e7-4741-497c-b79d-f8da3888bb44")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (attr board_only exclude_from_pos_files exclude_from_bom)
+ (fp_circle
+ (center 0 0)
+ (end 1.7 0)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (fill none)
+ (layer "F.CrtYd")
+ (uuid "40f5cbf8-f4f9-4056-a408-8d297a5987bd")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 0.3 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "446ffda8-6560-4538-a787-6082c86fbcd9")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (pad "" np_thru_hole circle
+ (at 0 0)
+ (size 3.2 3.2)
+ (drill 3.2)
+ (layers "*.Cu" "*.Mask")
+ (uuid "1aabe967-aeae-4f97-bc09-79c46ddd1176")
+ )
+ )
+ (footprint "Connector_PinSocket_2.54mm:PinSocket_1x20_P2.54mm_Vertical"
+ (layer "F.Cu")
+ (uuid "7d4272c2-a7f6-47c0-99d2-b1cedb4f96b6")
+ (at 150.285 94.026 -90)
+ (descr "Through hole straight socket strip, 1x20, 2.54mm pitch, single row (from Kicad 4.0.7), script generated")
+ (tags "Through hole socket strip THT 1x20 2.54mm single row")
+ (property "Reference" "J5"
+ (at 0 -2.77 -90)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "e2082531-06c5-4653-a145-0543d20603cd")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "Conn_01x20_Socket"
+ (at 0 51.03 -90)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "495a59b8-84b6-4d21-8544-31d3ce3e632a")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x20_P2.54mm_Vertical"
+ (at 0 0 -90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "9a08a54e-9dc7-4a8a-9074-3ee222a11351")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 -90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "076b4b76-b318-484f-afe0-f65c77c3b50e")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" "Generic connector, single row, 01x20, script generated"
+ (at 0 0 -90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "abd9b3a0-7783-4ec4-a0b6-fe424c332ee0")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "Connector*:*_1x??_*")
+ (path "/7c99818f-9ed3-45c6-a687-9a488618cd26")
+ (sheetname "Root")
+ (sheetfile "RescueAVR.kicad_sch")
+ (attr through_hole)
+ (fp_line
+ (start -1.33 49.59)
+ (end 1.33 49.59)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "9aef4726-0ea9-4eee-9442-2559ddbfd91e")
+ )
+ (fp_line
+ (start -1.33 1.27)
+ (end -1.33 49.59)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "259b5428-9dc1-4e31-92de-d7c39ceff5e4")
+ )
+ (fp_line
+ (start -1.33 1.27)
+ (end 1.33 1.27)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "96059c4d-959c-421f-b3e8-45777605e784")
+ )
+ (fp_line
+ (start 1.33 1.27)
+ (end 1.33 49.59)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "899fff07-b991-4ddc-94da-17df40b92bcf")
+ )
+ (fp_line
+ (start 0 -1.33)
+ (end 1.33 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "c06f4fcf-45d8-469e-9215-0200b75aec2c")
+ )
+ (fp_line
+ (start 1.33 -1.33)
+ (end 1.33 0)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "1a3b979a-2b8a-4f8f-87d1-a3d1f075a405")
+ )
+ (fp_line
+ (start -1.8 50)
+ (end -1.8 -1.8)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "e3b8176b-d790-4113-86c0-3ef5eba3c112")
+ )
+ (fp_line
+ (start 1.75 50)
+ (end -1.8 50)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "0808b413-96ad-425d-878f-5aab5b209953")
+ )
+ (fp_line
+ (start -1.8 -1.8)
+ (end 1.75 -1.8)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "5ebc9ec7-c65c-41b9-b0b2-18241a0de3d8")
+ )
+ (fp_line
+ (start 1.75 -1.8)
+ (end 1.75 50)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "58b031db-21cb-445c-a401-17b724880546")
+ )
+ (fp_line
+ (start -1.27 49.53)
+ (end -1.27 -1.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "873def08-2a56-4670-899c-58ba7609fc98")
+ )
+ (fp_line
+ (start 1.27 49.53)
+ (end -1.27 49.53)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "cfbac678-9239-48ef-855a-333f7b887485")
+ )
+ (fp_line
+ (start 1.27 -0.635)
+ (end 1.27 49.53)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "8bbdc826-3fb1-4e2b-920e-8030ceb76e16")
+ )
+ (fp_line
+ (start -1.27 -1.27)
+ (end 0.635 -1.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "a86b9fba-c86e-4da8-9812-a201e1ed133b")
+ )
+ (fp_line
+ (start 0.635 -1.27)
+ (end 1.27 -0.635)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "e4e8a2ce-6aa7-4d48-b58d-c14098ba626b")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 0 24.13 0)
+ (layer "F.Fab")
+ (uuid "42e6707d-801b-4ce6-919c-5feccfb40000")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (pad "1" thru_hole rect
+ (at 0 0 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 32 "/A5")
+ (pinfunction "Pin_1")
+ (pintype "passive")
+ (uuid "f5be8d48-4366-4637-9bf2-575cbd64ede9")
+ )
+ (pad "2" thru_hole oval
+ (at 0 2.54 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 1 "GND")
+ (pinfunction "Pin_2")
+ (pintype "passive")
+ (uuid "e54e94eb-de94-4b9f-ad8a-96364a99484d")
+ )
+ (pad "3" thru_hole oval
+ (at 0 5.08 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 14 "/*11")
+ (pinfunction "Pin_3")
+ (pintype "passive")
+ (uuid "ef065ba4-c432-4486-8d29-1f46ae641053")
+ )
+ (pad "4" thru_hole oval
+ (at 0 7.62 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 15 "/*10")
+ (pinfunction "Pin_4")
+ (pintype "passive")
+ (uuid "24df41f5-55f8-4dee-bca3-5b1651f4ebff")
+ )
+ (pad "5" thru_hole oval
+ (at 0 10.16 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 5 "/A0")
+ (pinfunction "Pin_5")
+ (pintype "passive")
+ (uuid "8c6727fb-ffd6-4040-9d0e-578b24fdbcfc")
+ )
+ (pad "6" thru_hole oval
+ (at 0 12.7 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 6 "/A1")
+ (pinfunction "Pin_6")
+ (pintype "passive")
+ (uuid "ce0d252d-25c0-41cd-9d1c-12e9845b8f2d")
+ )
+ (pad "7" thru_hole oval
+ (at 0 15.24 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 7 "/A2")
+ (pinfunction "Pin_7")
+ (pintype "passive")
+ (uuid "9605bb10-50b8-4387-b01f-d600d3ac9307")
+ )
+ (pad "8" thru_hole oval
+ (at 0 17.78 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 8 "/A3")
+ (pinfunction "Pin_8")
+ (pintype "passive")
+ (uuid "31eed27c-6e5d-471c-935b-9036b2d21ee9")
+ )
+ (pad "9" thru_hole oval
+ (at 0 20.32 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 34 "/A4")
+ (pinfunction "Pin_9")
+ (pintype "passive")
+ (uuid "b1bd8e02-9e0b-40bb-b527-7d33aa02c964")
+ )
+ (pad "10" thru_hole oval
+ (at 0 22.86 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 35 "/HVRES")
+ (pinfunction "Pin_10")
+ (pintype "passive")
+ (uuid "7c9d3730-6c20-4df0-bc8b-4646a897cb96")
+ )
+ (pad "11" thru_hole oval
+ (at 0 25.4 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 1 "GND")
+ (pinfunction "Pin_11")
+ (pintype "passive")
+ (uuid "597acdd6-dafd-40b4-a7c5-3dd0ab667f20")
+ )
+ (pad "12" thru_hole oval
+ (at 0 27.94 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 10 "/12")
+ (pinfunction "Pin_12")
+ (pintype "passive")
+ (uuid "030c9abf-dc65-417e-81a1-f5a3e49f9c14")
+ )
+ (pad "13" thru_hole oval
+ (at 0 30.48 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 18 "/2")
+ (pinfunction "Pin_13")
+ (pintype "passive")
+ (uuid "28b72fb5-66cb-4989-9e1e-421b3cc50f78")
+ )
+ (pad "14" thru_hole oval
+ (at 0 33.02 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 22 "/*3")
+ (pinfunction "Pin_14")
+ (pintype "passive")
+ (uuid "2e48662c-9f88-40e5-9228-5c81765b793d")
+ )
+ (pad "15" thru_hole oval
+ (at 0 35.56 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 17 "/4")
+ (pinfunction "Pin_15")
+ (pintype "passive")
+ (uuid "3823bca4-f88c-4817-99fd-b757d527b92f")
+ )
+ (pad "16" thru_hole oval
+ (at 0 38.1 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 20 "/*5")
+ (pinfunction "Pin_16")
+ (pintype "passive")
+ (uuid "4aca352a-4cb7-42ed-9395-6eabc550a539")
+ )
+ (pad "17" thru_hole oval
+ (at 0 40.64 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 19 "/*6")
+ (pinfunction "Pin_17")
+ (pintype "passive")
+ (uuid "eec43775-8df8-4072-955e-fa6aaf92a32c")
+ )
+ (pad "18" thru_hole oval
+ (at 0 43.18 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 13 "/7")
+ (pinfunction "Pin_18")
+ (pintype "passive")
+ (uuid "9501038e-0b55-44d9-a401-642e891f7f8c")
+ )
+ (pad "19" thru_hole oval
+ (at 0 45.72 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 12 "/8")
+ (pinfunction "Pin_19")
+ (pintype "passive")
+ (uuid "c783c305-603a-4e71-846f-5d72334e628c")
+ )
+ (pad "20" thru_hole oval
+ (at 0 48.26 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 16 "/*9")
+ (pinfunction "Pin_20")
+ (pintype "passive")
+ (uuid "af2667e1-7768-4346-9d5b-e6ba84c2723a")
+ )
+ (model "${KICAD8_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x20_P2.54mm_Vertical.wrl"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal"
+ (layer "F.Cu")
+ (uuid "84a18776-13d8-4dd5-b2c4-d07099b41292")
+ (at 147.745 56.561 180)
+ (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
+ (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm")
+ (property "Reference" "R1"
+ (at 5.08 -1.905 0)
+ (layer "F.SilkS")
+ (uuid "45784b79-f612-43bb-a2c7-f389d045c75a")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "4.7kΩ"
+ (at 1.27 -1.905 0)
+ (layer "F.SilkS")
+ (uuid "4d981544-e5c1-4467-8755-88866cbd5939")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal"
+ (at 0 0 180)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "9992659e-7046-4b51-8e4f-326a72fadffc")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 180)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "db4e043b-0d5a-4b2a-90e6-27d7c51f3ca0")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" "Resistor"
+ (at 0 0 180)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "89eb93b9-53bf-4888-917f-9e5afa0fbe3c")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "R_*")
+ (path "/ecde7d52-443c-4351-93f2-209094301cfe")
+ (sheetname "Root")
+ (sheetfile "RescueAVR.kicad_sch")
+ (attr through_hole)
+ (fp_line
+ (start 6.68 0)
+ (end 5.73 0)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "7d08473d-661a-405e-931c-9aee6c476740")
+ )
+ (fp_line
+ (start 5.73 0.92)
+ (end 5.73 -0.92)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "273d27ce-8a37-447d-9bc6-e03940b406f6")
+ )
+ (fp_line
+ (start 5.73 -0.92)
+ (end 1.89 -0.92)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "cf284ada-028b-4de3-a17f-d5f2b521db87")
+ )
+ (fp_line
+ (start 1.89 0.92)
+ (end 5.73 0.92)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "cbb02835-87ae-4dc1-a7cc-ca933fb68bb2")
+ )
+ (fp_line
+ (start 1.89 -0.92)
+ (end 1.89 0.92)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "82d98c1e-ac21-4292-aebd-5572b0e40e7c")
+ )
+ (fp_line
+ (start 0.94 0)
+ (end 1.89 0)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "2da7e8ce-4e83-491f-927c-fd21a7b131cf")
+ )
+ (fp_line
+ (start 8.57 1.05)
+ (end 8.57 -1.05)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "448016b4-0130-42df-92cc-164ab83195e0")
+ )
+ (fp_line
+ (start 8.57 -1.05)
+ (end -0.95 -1.05)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "1f85bca6-b487-4582-a284-86b711cff178")
+ )
+ (fp_line
+ (start -0.95 1.05)
+ (end 8.57 1.05)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "ee6e7b80-7662-4c35-9035-e8200ae50695")
+ )
+ (fp_line
+ (start -0.95 -1.05)
+ (end -0.95 1.05)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "285daa77-c63b-452c-91ce-c43863cbd92f")
+ )
+ (fp_line
+ (start 7.62 0)
+ (end 5.61 0)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "0d8a72eb-23fb-49e2-8e3a-3458f54d67b5")
+ )
+ (fp_line
+ (start 5.61 0.8)
+ (end 5.61 -0.8)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "ba9d101a-4ce5-4489-8338-574aee8236d4")
+ )
+ (fp_line
+ (start 5.61 -0.8)
+ (end 2.01 -0.8)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "114eaacf-a3f3-4428-893f-7712f29ce421")
+ )
+ (fp_line
+ (start 2.01 0.8)
+ (end 5.61 0.8)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "5e92d93a-204e-4243-91af-9b23b2ca07f8")
+ )
+ (fp_line
+ (start 2.01 -0.8)
+ (end 2.01 0.8)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "f7dc7bfd-83b9-450d-b40c-4990be8c98b7")
+ )
+ (fp_line
+ (start 0 0)
+ (end 2.01 0)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "b689ccf3-b63d-4c77-81e0-d6a0be647b51")
+ )
+ (pad "1" thru_hole circle
+ (at 0 0 180)
+ (size 1.4 1.4)
+ (drill 0.7)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 9 "/13")
+ (pintype "passive")
+ (uuid "3621e972-083a-4cac-8446-bd7848c7829c")
+ )
+ (pad "2" thru_hole oval
+ (at 7.62 0 180)
+ (size 1.4 1.4)
+ (drill 0.7)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 45 "Net-(Q1-B)")
+ (pintype "passive")
+ (uuid "09b61faf-827c-4c66-b67a-b19264600d8c")
+ )
+ (model "${KICAD8_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical"
+ (layer "F.Cu")
+ (uuid "9f15000d-569b-476d-b429-f39fd95570fd")
+ (at 136.3 52.776 -90)
+ (descr "Through hole straight socket strip, 1x08, 2.54mm pitch, single row (from Kicad 4.0.7), script generated")
+ (tags "Through hole socket strip THT 1x08 2.54mm single row")
+ (property "Reference" "J6"
+ (at 0 22.225 0)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "84020040-4720-4b81-a123-6d460be82ec8")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "Conn_01x08_Socket"
+ (at 0 20.55 90)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "f11081c0-00ee-4f11-b9ef-46bf8cd1a084")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical"
+ (at 0 0 -90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "88640179-9221-41a2-828e-e311b58ac5c5")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 -90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "71f50a47-8b92-4160-9e51-c41192e06b4e")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" "Generic connector, single row, 01x08, script generated"
+ (at 0 0 -90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "91f5cd8e-5c98-403c-b395-05645c674a9b")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "Connector*:*_1x??_*")
+ (path "/456a926b-6987-4188-a24c-e2f5694bddf7")
+ (sheetname "Root")
+ (sheetfile "RescueAVR.kicad_sch")
+ (attr through_hole)
+ (fp_line
+ (start -1.33 19.11)
+ (end 1.33 19.11)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "8028d16e-44f3-4e8a-a07e-44afcd8afaf5")
+ )
+ (fp_line
+ (start -1.33 1.27)
+ (end -1.33 19.11)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "4e04de49-f3e7-452c-85c0-f1ac9f00da9c")
+ )
+ (fp_line
+ (start -1.33 1.27)
+ (end 1.33 1.27)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "5df19bd3-dd59-41fd-98af-1a10f7480bc1")
+ )
+ (fp_line
+ (start 1.33 1.27)
+ (end 1.33 19.11)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "ee7977b8-9a9a-4854-91b7-5cedf9bd06eb")
+ )
+ (fp_line
+ (start 0 -1.33)
+ (end 1.33 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "06461444-a3a1-4318-aaf5-98fbb85f3548")
+ )
+ (fp_line
+ (start 1.33 -1.33)
+ (end 1.33 0)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "a2a2b8ca-2f60-4b97-975c-d02b0cfcf245")
+ )
+ (fp_line
+ (start -1.8 19.55)
+ (end -1.8 -1.8)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "62d79909-5d2c-461b-bc94-cae7865421c3")
+ )
+ (fp_line
+ (start 1.75 19.55)
+ (end -1.8 19.55)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "88be8cf8-62a6-4a81-aaa0-022e05ab368a")
+ )
+ (fp_line
+ (start -1.8 -1.8)
+ (end 1.75 -1.8)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "07958b2c-696d-4ba4-b8bd-336e79f7f1d1")
+ )
+ (fp_line
+ (start 1.75 -1.8)
+ (end 1.75 19.55)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "2fcda7df-b63c-4c8b-9a99-541b815806a9")
+ )
+ (fp_line
+ (start -1.27 19.05)
+ (end -1.27 -1.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "13a9ccb1-b148-4b38-9880-91dcfa325d12")
+ )
+ (fp_line
+ (start 1.27 19.05)
+ (end -1.27 19.05)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "01e40024-4095-4ed2-8749-bc079bd966c5")
+ )
+ (fp_line
+ (start 1.27 -0.635)
+ (end 1.27 19.05)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "fd1e0d35-e708-4885-acb7-25d2aad7ec7a")
+ )
+ (fp_line
+ (start -1.27 -1.27)
+ (end 0.635 -1.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "d7aced42-8077-4e60-815d-9c4c4e6bc8a9")
+ )
+ (fp_line
+ (start 0.635 -1.27)
+ (end 1.27 -0.635)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "8587e1c1-b1b2-4a00-84c3-6ec765de7027")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 0 8.89 0)
+ (layer "F.Fab")
+ (uuid "87965814-ef60-4e4e-85d0-59e7089ae4c9")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (pad "1" thru_hole rect
+ (at 0 0 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 43 "unconnected-(J6-Pin_1-Pad1)")
+ (pinfunction "Pin_1")
+ (pintype "passive")
+ (uuid "c3c845e0-73a8-44f5-b587-b4c6cad1f17a")
+ )
+ (pad "2" thru_hole oval
+ (at 0 2.54 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 5 "/A0")
+ (pinfunction "Pin_2")
+ (pintype "passive")
+ (uuid "bca28163-93f4-4d1a-bc0f-c9c44809d4db")
+ )
+ (pad "3" thru_hole oval
+ (at 0 5.08 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 6 "/A1")
+ (pinfunction "Pin_3")
+ (pintype "passive")
+ (uuid "737c58d9-3208-47ab-9dc1-ed0ea1ee7155")
+ )
+ (pad "4" thru_hole oval
+ (at 0 7.62 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 7 "/A2")
+ (pinfunction "Pin_4")
+ (pintype "passive")
+ (uuid "bc74654c-c0c9-49b7-945a-7212bfe6fbaa")
+ )
+ (pad "5" thru_hole oval
+ (at 0 10.16 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 32 "/A5")
+ (pinfunction "Pin_5")
+ (pintype "passive")
+ (uuid "b912a304-82a7-423f-95c6-22a921e99255")
+ )
+ (pad "6" thru_hole oval
+ (at 0 12.7 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 35 "/HVRES")
+ (pinfunction "Pin_6")
+ (pintype "passive")
+ (uuid "e18e2082-5601-4054-a7f5-9730a0541dfb")
+ )
+ (pad "7" thru_hole oval
+ (at 0 15.24 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 1 "GND")
+ (pinfunction "Pin_7")
+ (pintype "passive")
+ (uuid "74f1932d-cc68-49ae-a779-158083794b68")
+ )
+ (pad "8" thru_hole oval
+ (at 0 17.78 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 10 "/12")
+ (pinfunction "Pin_8")
+ (pintype "passive")
+ (uuid "0050016a-1ec2-4835-b953-17e02bf76fd6")
+ )
+ (model "${KICAD8_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x08_P2.54mm_Vertical.wrl"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Booster:Step-Up-Converter"
+ (layer "F.Cu")
+ (uuid "ad97a094-247e-4f0b-ba7e-2ed84d63b45f")
+ (at 117.86 62.701 -90)
+ (property "Reference" "U4"
+ (at 0.21 6.945 0)
+ (unlocked yes)
+ (layer "F.SilkS")
+ (uuid "5713a5c9-cff0-4cfb-a2f8-b8f1f39c7c7f")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.1)
+ )
+ )
+ )
+ (property "Value" "~"
+ (at 0 1 -90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (uuid "16117ca8-088b-48c8-a749-e12ef2f02a8a")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Footprint" "Booster:Step-Up-Converter"
+ (at 0 0 -90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "ab8d85c8-dd33-4c82-ba2b-0610c2bd746e")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 -90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "69006697-00e6-4ec1-ae40-096bde3b7591")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 0 0 -90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "75f813b5-85a8-4f32-b9d2-79fc812caa6a")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (path "/86df0915-b775-4b9f-af37-dc2c934eab66")
+ (sheetname "Root")
+ (sheetfile "RescueAVR.kicad_sch")
+ (attr through_hole)
+ (fp_rect
+ (start -10.9 5.3)
+ (end 11.1 16.3)
+ (stroke
+ (width 0.1)
+ (type default)
+ )
+ (fill none)
+ (layer "F.Fab")
+ (uuid "176a10e7-e8bf-418c-a053-11c9cbeac921")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 0 2.5 -90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (uuid "47a8c26d-8600-4931-a86e-7303d0c0ae13")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (pad "1" thru_hole circle
+ (at -8.9 11.3 270)
+ (size 2 2)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 1 "GND")
+ (pinfunction "GND")
+ (pintype "passive")
+ (uuid "cb3ec9a4-5f3a-44b5-b8c4-d3172ecd9b71")
+ )
+ (pad "2" thru_hole circle
+ (at -8.9 15.2 270)
+ (size 2 2)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 3 "+5V")
+ (pinfunction "Vin")
+ (pintype "passive")
+ (uuid "87ac51a0-7731-4e94-8c50-5932b712c73a")
+ )
+ (pad "3" thru_hole circle
+ (at 9.1 15.2 270)
+ (size 2 2)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 1 "GND")
+ (pinfunction "GND")
+ (pintype "passive")
+ (uuid "b8b426dc-5c0f-4734-b597-04c2ed7a3c83")
+ )
+ (pad "4" thru_hole circle
+ (at 9.1 7.4 270)
+ (size 2 2)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 49 "Net-(Q2-E)")
+ (pinfunction "Vout")
+ (pintype "passive")
+ (uuid "45ad45f8-b0ca-4d0f-8ce6-ffeb78d80b65")
+ )
+ )
+ (footprint "Package_DIP:DIP-14_W7.62mm_Socket"
+ (layer "F.Cu")
+ (uuid "b7225249-4cff-45c3-9513-3ffda41d4343")
+ (at 132.505 68.626 90)
+ (descr "14-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket")
+ (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket")
+ (property "Reference" "U2"
+ (at 3.81 -2.33 90)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "2caae52a-54f4-4e79-a1bc-9f0991609aa8")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "ATtinyX4"
+ (at -2.54 8.255 180)
+ (layer "F.SilkS")
+ (uuid "cb9da91d-98d3-4b5a-a834-6b6636b57108")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Footprint" "Package_DIP:DIP-14_W7.62mm_Socket"
+ (at 0 0 90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "d547cef6-cfaa-4eb1-b91f-c8671f94dd4b")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/doc8006.pdf"
+ (at 0 0 90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "a2673958-cab0-48b9-9d6a-be2b1b432aa9")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" "20MHz, 8kB Flash, 512B SRAM, 512B EEPROM, debugWIRE, DIP-14"
+ (at 0 0 90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "2b5397b7-15eb-4b28-b167-3e1f6f9a250f")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "DIP*W7.62mm*")
+ (path "/501d9987-2f97-4dbd-9030-e4e766cd6feb")
+ (sheetname "Root")
+ (sheetfile "RescueAVR.kicad_sch")
+ (attr through_hole)
+ (fp_line
+ (start 8.95 -1.39)
+ (end -1.33 -1.39)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "4624ed3e-e2ac-4534-bcef-97a1e18659ac")
+ )
+ (fp_line
+ (start -1.33 -1.39)
+ (end -1.33 16.63)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "ac4fba95-6b34-4910-8b64-c7ab733e3661")
+ )
+ (fp_line
+ (start 6.46 -1.33)
+ (end 4.81 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "8ba640c0-f028-44ff-82cd-09899badf3cc")
+ )
+ (fp_line
+ (start 2.81 -1.33)
+ (end 1.16 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "6d519528-d840-4a9c-bf50-f7efcc5c3bf3")
+ )
+ (fp_line
+ (start 1.16 -1.33)
+ (end 1.16 16.57)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "64c374ca-abfc-4ebc-8ccf-321e4eb79c5c")
+ )
+ (fp_line
+ (start 6.46 16.57)
+ (end 6.46 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "a944c81f-44d9-4c70-836a-3c4e3ffd49b2")
+ )
+ (fp_line
+ (start 1.16 16.57)
+ (end 6.46 16.57)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "ef5c2383-7d66-49ac-8d66-cd4992e5041c")
+ )
+ (fp_line
+ (start 8.95 16.63)
+ (end 8.95 -1.39)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "d34b2dc5-59f7-4f51-988c-f1fdfc9bb923")
+ )
+ (fp_line
+ (start -1.33 16.63)
+ (end 8.95 16.63)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "0944379f-9ae2-42c1-9e3c-1b920767e367")
+ )
+ (fp_arc
+ (start 4.81 -1.33)
+ (mid 3.81 -0.33)
+ (end 2.81 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "856258d8-c19c-421f-b28c-19a92c192a8a")
+ )
+ (fp_line
+ (start 9.15 -1.6)
+ (end -1.55 -1.6)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "9d4c447b-f2ba-48d2-903f-b886a0a61400")
+ )
+ (fp_line
+ (start -1.55 -1.6)
+ (end -1.55 16.85)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "232f83de-2045-4bf5-9066-629c75f2f22c")
+ )
+ (fp_line
+ (start 9.15 16.85)
+ (end 9.15 -1.6)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "a4a46d01-4200-402b-897a-85c56251e84d")
+ )
+ (fp_line
+ (start -1.55 16.85)
+ (end 9.15 16.85)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "917e8fe8-ed20-4b80-9137-e2530a73fbdc")
+ )
+ (fp_line
+ (start 8.89 -1.33)
+ (end -1.27 -1.33)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "6683c96d-afbc-4a2b-a1fb-8abaee9d1b67")
+ )
+ (fp_line
+ (start -1.27 -1.33)
+ (end -1.27 16.57)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "bdc2e7fa-8d30-4e61-9a9f-2418e53d6ed9")
+ )
+ (fp_line
+ (start 6.985 -1.27)
+ (end 6.985 16.51)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "40ddcd0a-a3c7-4ea6-9a1a-5b6c74ff0a33")
+ )
+ (fp_line
+ (start 1.635 -1.27)
+ (end 6.985 -1.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "7a6d9bcc-1d4e-495e-8a55-0c815b7ee11b")
+ )
+ (fp_line
+ (start 0.635 -0.27)
+ (end 1.635 -1.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "1cb20379-23ee-44c3-81b2-76732a8e75b0")
+ )
+ (fp_line
+ (start 6.985 16.51)
+ (end 0.635 16.51)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "54220e56-3c43-4ffb-b6db-e2025b1d46a9")
+ )
+ (fp_line
+ (start 0.635 16.51)
+ (end 0.635 -0.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "78b49368-d770-4ef5-ba9f-c2fa39203be0")
+ )
+ (fp_line
+ (start 8.89 16.57)
+ (end 8.89 -1.33)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "6b64faba-b584-4837-8bd8-f1691a2a9b0e")
+ )
+ (fp_line
+ (start -1.27 16.57)
+ (end 8.89 16.57)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "f6156157-e185-47f5-9843-3171d3284142")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 3.81 7.62 180)
+ (layer "F.Fab")
+ (uuid "08fc292e-f575-4ca2-856c-e50bb7490c18")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (pad "1" thru_hole rect
+ (at 0 0 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 10 "/12")
+ (pinfunction "VCC")
+ (pintype "power_in")
+ (uuid "4f321c1e-8381-47f3-a365-12041c10d5e5")
+ )
+ (pad "2" thru_hole oval
+ (at 0 2.54 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 32 "/A5")
+ (pinfunction "XTAL1/PB0")
+ (pintype "bidirectional")
+ (uuid "35c2eef3-bc49-4e35-a614-fd817ed5ae6f")
+ )
+ (pad "3" thru_hole oval
+ (at 0 5.08 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 39 "unconnected-(U2-XTAL2{slash}PB1-Pad3)")
+ (pinfunction "XTAL2/PB1")
+ (pintype "bidirectional+no_connect")
+ (uuid "7a069d7c-eb20-4754-a00e-c6882634e748")
+ )
+ (pad "4" thru_hole oval
+ (at 0 7.62 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 35 "/HVRES")
+ (pinfunction "~{RESET}/PB3")
+ (pintype "bidirectional")
+ (uuid "546f0474-3d54-49e4-988e-9cc12c0d9355")
+ )
+ (pad "5" thru_hole oval
+ (at 0 10.16 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 41 "unconnected-(U2-PB2-Pad5)")
+ (pinfunction "PB2")
+ (pintype "bidirectional+no_connect")
+ (uuid "13976f73-8244-4809-b3d7-698030c8b18f")
+ )
+ (pad "6" thru_hole oval
+ (at 0 12.7 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 42 "unconnected-(U2-PA7-Pad6)")
+ (pinfunction "PA7")
+ (pintype "bidirectional+no_connect")
+ (uuid "150546fb-c060-4544-86a9-71140ccdaecf")
+ )
+ (pad "7" thru_hole oval
+ (at 0 15.24 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 5 "/A0")
+ (pinfunction "PA6")
+ (pintype "bidirectional")
+ (uuid "8dcbc9bc-7e16-4af1-a3ab-a7f44259f373")
+ )
+ (pad "8" thru_hole oval
+ (at 7.62 15.24 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 6 "/A1")
+ (pinfunction "PA5")
+ (pintype "bidirectional")
+ (uuid "15a64e64-406f-4402-ae5b-0e57617f626b")
+ )
+ (pad "9" thru_hole oval
+ (at 7.62 12.7 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 7 "/A2")
+ (pinfunction "PA4")
+ (pintype "bidirectional")
+ (uuid "93ed85ea-ae9c-4504-ad8b-b7726ef312bf")
+ )
+ (pad "10" thru_hole oval
+ (at 7.62 10.16 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 40 "unconnected-(U2-PA3-Pad10)")
+ (pinfunction "PA3")
+ (pintype "bidirectional+no_connect")
+ (uuid "4da616e6-96e3-4b3b-b927-ceaf9e61cee4")
+ )
+ (pad "11" thru_hole oval
+ (at 7.62 7.62 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 1 "GND")
+ (pinfunction "PA2")
+ (pintype "bidirectional")
+ (uuid "1d509842-278e-43a9-ba70-a2e681f7e1a5")
+ )
+ (pad "12" thru_hole oval
+ (at 7.62 5.08 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 1 "GND")
+ (pinfunction "PA1")
+ (pintype "bidirectional")
+ (uuid "856d42b8-55bb-44a6-a841-f7b694cead54")
+ )
+ (pad "13" thru_hole oval
+ (at 7.62 2.54 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 1 "GND")
+ (pinfunction "AREF/PA0")
+ (pintype "bidirectional")
+ (uuid "107bbdb9-960f-49e6-8df4-146d262adcd8")
+ )
+ (pad "14" thru_hole oval
+ (at 7.62 0 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 1 "GND")
+ (pinfunction "GND")
+ (pintype "power_in")
+ (uuid "74f0f738-27e0-4e62-a4b7-ec87b4ce8d0d")
+ )
+ (model "${KICAD8_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-14_W7.62mm_Socket.wrl"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Capacitor_THT:C_Disc_D7.5mm_W2.5mm_P5.00mm"
+ (layer "F.Cu")
+ (uuid "d68ffb3f-410d-43c6-ba10-b27b0f7fda60")
+ (at 118.615 97.836)
+ (descr "C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=7.5*2.5mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf")
+ (tags "C Disc series Radial pin pitch 5.00mm diameter 7.5mm width 2.5mm Capacitor")
+ (property "Reference" "C3"
+ (at 2.5 0 0)
+ (layer "F.SilkS")
+ (uuid "41f99d3b-8133-4974-8d71-b4e4bc556551")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "100nF"
+ (at 2.5 2.5 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "0d6508b9-f3ff-4590-8e84-76c78929976b")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Footprint" "Capacitor_THT:C_Disc_D7.5mm_W2.5mm_P5.00mm"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "06bda97d-94af-48c7-8ffe-f076e91b695c")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "81526c89-02e5-443b-9da9-1453f7e9d666")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" "Unpolarized capacitor"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "3ea4c272-4dba-4ce0-929f-b784d7897ae5")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "C_*")
+ (path "/819a8b18-3aec-49de-856d-87cd276f29d7")
+ (sheetname "Root")
+ (sheetfile "RescueAVR.kicad_sch")
+ (attr through_hole)
+ (fp_line
+ (start -1.37 -1.37)
+ (end -1.37 1.37)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "70bc6386-008b-4db5-8efe-de6ddd745a74")
+ )
+ (fp_line
+ (start -1.37 -1.37)
+ (end 6.37 -1.37)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "9c9bc8be-ad90-4f0c-852f-583ba04eea1b")
+ )
+ (fp_line
+ (start -1.37 1.37)
+ (end 6.37 1.37)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "40b77912-b809-4c80-999e-7675fde12aa7")
+ )
+ (fp_line
+ (start 6.37 -1.37)
+ (end 6.37 1.37)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "af336af0-5d9a-4fc1-95f9-d6550c768c9c")
+ )
+ (fp_line
+ (start -1.5 -1.5)
+ (end -1.5 1.5)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "74b481b1-fdef-4be7-872b-1e9f4a5bd14a")
+ )
+ (fp_line
+ (start -1.5 1.5)
+ (end 6.5 1.5)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "285dd6f4-8514-4094-84f0-26f53a221c4c")
+ )
+ (fp_line
+ (start 6.5 -1.5)
+ (end -1.5 -1.5)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "45cdde7c-4160-4d73-9c80-24feb82dbb30")
+ )
+ (fp_line
+ (start 6.5 1.5)
+ (end 6.5 -1.5)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "f9db0ce6-8e51-407c-93f1-87a12c4eb15f")
+ )
+ (fp_line
+ (start -1.25 -1.25)
+ (end -1.25 1.25)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "f9edde2d-0d22-48ea-aab5-439b447a9ff2")
+ )
+ (fp_line
+ (start -1.25 1.25)
+ (end 6.25 1.25)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "d225b186-415e-4096-bd29-5ee5bcbc0d7a")
+ )
+ (fp_line
+ (start 6.25 -1.25)
+ (end -1.25 -1.25)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "488e6f13-687c-4f2d-9a13-da3e0a2f521f")
+ )
+ (fp_line
+ (start 6.25 1.25)
+ (end 6.25 -1.25)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "d9b00c7a-8f2f-45e6-ad3a-70a115b5f66f")
+ )
+ (pad "1" thru_hole circle
+ (at 0 0)
+ (size 2 2)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 10 "/12")
+ (pintype "passive")
+ (uuid "c9ac32c0-d1be-4aa2-9c62-2989128e9377")
+ )
+ (pad "2" thru_hole circle
+ (at 5 0)
+ (size 2 2)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 1 "GND")
+ (pintype "passive")
+ (uuid "0a9f5423-05b3-457d-a1ed-7539ad7c6c91")
+ )
+ (model "${KICAD8_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D7.5mm_W2.5mm_P5.00mm.wrl"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Capacitor_THT:C_Disc_D7.5mm_W2.5mm_P5.00mm"
+ (layer "F.Cu")
+ (uuid "da8df4ff-09ca-4b9a-ac8f-9c393a4b228b")
+ (at 105.24 48.941)
+ (descr "C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=7.5*2.5mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf")
+ (tags "C Disc series Radial pin pitch 5.00mm diameter 7.5mm width 2.5mm Capacitor")
+ (property "Reference" "C2"
+ (at 2.5 0 0)
+ (layer "F.SilkS")
+ (uuid "66c74f6e-899f-4d76-8869-b0a003639856")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "100nF"
+ (at 2.5 2.5 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "8fecd3f8-579c-483a-abf7-717c104102d7")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Footprint" "Capacitor_THT:C_Disc_D7.5mm_W2.5mm_P5.00mm"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "ada4c784-a957-47a3-8b0c-a58ae508e52a")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "f9ce25c1-2087-4ee5-bccb-f059d18c54ed")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" "Unpolarized capacitor"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "313d579e-661a-44a0-91f4-ada4b37d4f67")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "C_*")
+ (path "/8365d6f4-46cc-429e-bc4d-0e29571c27f4")
+ (sheetname "Root")
+ (sheetfile "RescueAVR.kicad_sch")
+ (attr through_hole)
+ (fp_line
+ (start -1.37 -1.37)
+ (end -1.37 1.37)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "709bb8b1-1bea-477e-a964-cd734774a01f")
+ )
+ (fp_line
+ (start -1.37 -1.37)
+ (end 6.37 -1.37)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "6aebcdab-3426-4225-8135-d50a00b3aa57")
+ )
+ (fp_line
+ (start -1.37 1.37)
+ (end 6.37 1.37)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "fd32a414-188a-4cb2-9f4e-d441106c0c08")
+ )
+ (fp_line
+ (start 6.37 -1.37)
+ (end 6.37 1.37)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "1a1be8fe-5098-40e6-84a1-d9dd5816e16d")
+ )
+ (fp_line
+ (start -1.5 -1.5)
+ (end -1.5 1.5)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "2be7bf17-1066-41be-9d5b-b600ca5bda65")
+ )
+ (fp_line
+ (start -1.5 1.5)
+ (end 6.5 1.5)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "24a446b4-56ad-4a64-bb84-56e1b8557325")
+ )
+ (fp_line
+ (start 6.5 -1.5)
+ (end -1.5 -1.5)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "c4d98d3f-7aa6-4650-9578-c670f7bcedc8")
+ )
+ (fp_line
+ (start 6.5 1.5)
+ (end 6.5 -1.5)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "92acf1d2-b1b8-47ad-8c18-b1a867750c38")
+ )
+ (fp_line
+ (start -1.25 -1.25)
+ (end -1.25 1.25)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "67b3c1aa-cf86-424d-b050-beced6357c81")
+ )
+ (fp_line
+ (start -1.25 1.25)
+ (end 6.25 1.25)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "c82a9ac2-6853-459e-b80e-2c1b527a6094")
+ )
+ (fp_line
+ (start 6.25 -1.25)
+ (end -1.25 -1.25)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "f54c3ae3-3a5f-4f67-b7f8-999ae07bbe25")
+ )
+ (fp_line
+ (start 6.25 1.25)
+ (end 6.25 -1.25)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "bc834c55-b5c2-4e80-9aec-3b66520af17f")
+ )
+ (pad "1" thru_hole circle
+ (at 0 0)
+ (size 2 2)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 10 "/12")
+ (pintype "passive")
+ (uuid "a139cf53-3e77-4f52-be8e-17b224c967d1")
+ )
+ (pad "2" thru_hole circle
+ (at 5 0)
+ (size 2 2)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 1 "GND")
+ (pintype "passive")
+ (uuid "2e3b3b41-c2af-4bb7-8113-287a3b2e4871")
+ )
+ (model "${KICAD8_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D7.5mm_W2.5mm_P5.00mm.wrl"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Arduino_MountingHole:MountingHole_3.2mm"
+ (locked yes)
+ (layer "F.Cu")
+ (uuid "e37b79bf-98e8-4522-b749-f0e7c6a98bbc")
+ (at 113.97 97.46)
+ (descr "Mounting Hole 3.2mm, no annular, M3")
+ (tags "mounting hole 3.2mm no annular m3")
+ (property "Reference" "MH2"
+ (at 0 -4.2 0)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "05f3de70-3221-4b3a-8c00-124cda2518d2")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "MountingHole_3.2mm"
+ (at 0 4.2 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "e898e031-f90d-4d56-b519-a50eb29b3a3d")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "4a6f4f77-a3da-4ece-98fa-7d0c05edc459")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "42057e82-c7b1-4468-8491-b5c465e4c34e")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "367f3472-5f84-4502-be0a-65d08fe3cce5")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (attr board_only exclude_from_pos_files exclude_from_bom)
+ (fp_circle
+ (center 0 0)
+ (end 1.7 0)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (fill none)
+ (layer "F.CrtYd")
+ (uuid "81e7e7d8-43fe-4276-b06c-846383cd94e2")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 0.3 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "cff3a8ca-23e6-4c1c-8786-0b09a7a5bf2c")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (pad "" np_thru_hole circle
+ (at 0 0)
+ (size 3.2 3.2)
+ (drill 3.2)
+ (layers "*.Cu" "*.Mask")
+ (uuid "c8c44d91-ad4e-4db1-91ff-c0f194088c20")
+ )
+ )
+ (footprint "Package_DIP:DIP-8_W7.62mm_Socket"
+ (layer "F.Cu")
+ (uuid "e50b1a4d-8705-45ae-bf5b-ce339220fca0")
+ (at 140.125 81.961 90)
+ (descr "8-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils), Socket")
+ (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil Socket")
+ (property "Reference" "U3"
+ (at 3.81 -2.33 90)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "38d39f7a-3e7d-4f8e-8e04-71775a7d4da4")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "ATtinyX2, X5, 1X, "
+ (at -2.54 10.795 180)
+ (layer "F.SilkS")
+ (uuid "3c4acf14-82d1-4bb2-9cf7-4e15c24e11ba")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket"
+ (at 0 0 90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "4ed6553b-ef7b-4ea7-a981-245215c4752e")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/atmel-2586-avr-8-bit-microcontroller-attiny25-attiny45-attiny85_datasheet.pdf"
+ (at 0 0 90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "4fda6bcd-b1aa-43e4-90e4-e09a59fbfda5")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" "20MHz, 8kB Flash, 512B SRAM, 512B EEPROM, debugWIRE, DIP-8"
+ (at 0 0 90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "709b09ef-6f35-448c-ae72-96d73bc92bc9")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "DIP*W7.62mm*")
+ (path "/972cec47-4f35-48fb-acd8-2ab87849f5c8")
+ (sheetname "Root")
+ (sheetfile "RescueAVR.kicad_sch")
+ (attr through_hole)
+ (fp_line
+ (start 8.95 -1.39)
+ (end -1.33 -1.39)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "41052313-b355-4c3d-bb8c-80462ba38115")
+ )
+ (fp_line
+ (start -1.33 -1.39)
+ (end -1.33 9.01)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "13faa198-9d08-47dc-b51f-c51b34845359")
+ )
+ (fp_line
+ (start 6.46 -1.33)
+ (end 4.81 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "1026719d-a9d1-4ffa-b055-be8cadae88b3")
+ )
+ (fp_line
+ (start 2.81 -1.33)
+ (end 1.16 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "5c19e8cd-4cc1-4c65-b29c-1d040418b592")
+ )
+ (fp_line
+ (start 1.16 -1.33)
+ (end 1.16 8.95)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "c6477288-7189-41ee-aaf3-03815de8d873")
+ )
+ (fp_line
+ (start 6.46 8.95)
+ (end 6.46 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "29d4a05e-2c39-4cf7-94e5-628da1a40b4f")
+ )
+ (fp_line
+ (start 1.16 8.95)
+ (end 6.46 8.95)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "a85558cb-8644-4a25-a5ad-cc6426cf2ba0")
+ )
+ (fp_line
+ (start 8.95 9.01)
+ (end 8.95 -1.39)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "2e630973-c1d2-4379-a1e5-93cdfaa59c1c")
+ )
+ (fp_line
+ (start -1.33 9.01)
+ (end 8.95 9.01)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "4226698a-5c7a-496f-91c0-5fd32fb1be2a")
+ )
+ (fp_arc
+ (start 4.81 -1.33)
+ (mid 3.81 -0.33)
+ (end 2.81 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "ba0609ba-494d-4e0a-ab3c-714ecb3908f1")
+ )
+ (fp_line
+ (start 9.15 -1.6)
+ (end -1.55 -1.6)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "d83ed5fc-f30a-42ea-a3a8-059611b8f4e9")
+ )
+ (fp_line
+ (start -1.55 -1.6)
+ (end -1.55 9.2)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "2ab3be14-3c98-4ed0-be4c-54f3c88a6265")
+ )
+ (fp_line
+ (start 9.15 9.2)
+ (end 9.15 -1.6)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "84f89f18-1b29-45f3-b961-477dd06545e4")
+ )
+ (fp_line
+ (start -1.55 9.2)
+ (end 9.15 9.2)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "7055da3f-3ff2-4066-b78b-4c4ba1b9d5ca")
+ )
+ (fp_line
+ (start 8.89 -1.33)
+ (end -1.27 -1.33)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "78458d9d-5144-4a08-a343-3adc6c33e04d")
+ )
+ (fp_line
+ (start -1.27 -1.33)
+ (end -1.27 8.95)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "321351ab-6311-47f6-8795-0608481fddad")
+ )
+ (fp_line
+ (start 6.985 -1.27)
+ (end 6.985 8.89)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "1a09901f-ef75-4e72-b267-d5b87168c042")
+ )
+ (fp_line
+ (start 1.635 -1.27)
+ (end 6.985 -1.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "d5ded465-0513-403a-9247-817544210c53")
+ )
+ (fp_line
+ (start 0.635 -0.27)
+ (end 1.635 -1.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "e0c95f96-ead8-4210-a831-8bdb14ba4cee")
+ )
+ (fp_line
+ (start 6.985 8.89)
+ (end 0.635 8.89)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "7798d54e-2ebc-44cb-b0c4-92928e102739")
+ )
+ (fp_line
+ (start 0.635 8.89)
+ (end 0.635 -0.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "8e821772-3a46-4f12-9cb0-0c065c9ced19")
+ )
+ (fp_line
+ (start 8.89 8.95)
+ (end 8.89 -1.33)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "0520d00d-a3c8-450d-8a6c-f6488fcd016e")
+ )
+ (fp_line
+ (start -1.27 8.95)
+ (end 8.89 8.95)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "1f1be630-e057-4286-8400-b44daa612647")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 3.81 3.81 180)
+ (layer "F.Fab")
+ (uuid "a84ae987-de19-4629-aa95-507a6059da39")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (pad "1" thru_hole rect
+ (at 0 0 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 35 "/HVRES")
+ (pinfunction "~{RESET}/PB5")
+ (pintype "bidirectional")
+ (uuid "fca3eb9e-ae5e-450a-834d-dc3bf5bbc58d")
+ )
+ (pad "2" thru_hole oval
+ (at 0 2.54 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 32 "/A5")
+ (pinfunction "XTAL1/PB3")
+ (pintype "bidirectional")
+ (uuid "d8a77fba-da1f-46b8-9605-06216dcbd196")
+ )
+ (pad "3" thru_hole oval
+ (at 0 5.08 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 44 "unconnected-(U3-XTAL2{slash}PB4-Pad3)")
+ (pinfunction "XTAL2/PB4")
+ (pintype "bidirectional+no_connect")
+ (uuid "8f576cc6-07ca-4093-9485-620aa37b5718")
+ )
+ (pad "4" thru_hole oval
+ (at 0 7.62 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 1 "GND")
+ (pinfunction "GND")
+ (pintype "power_in")
+ (uuid "ffa4b7c3-65b6-43f0-9e07-b7dc7eb3460a")
+ )
+ (pad "5" thru_hole oval
+ (at 7.62 7.62 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 5 "/A0")
+ (pinfunction "AREF/PB0")
+ (pintype "bidirectional")
+ (uuid "f9020fd4-bf0f-4d52-a009-8763e0284b3e")
+ )
+ (pad "6" thru_hole oval
+ (at 7.62 5.08 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 6 "/A1")
+ (pinfunction "PB1")
+ (pintype "bidirectional")
+ (uuid "3af38a5e-c2b0-4963-9819-3996baac8e41")
+ )
+ (pad "7" thru_hole oval
+ (at 7.62 2.54 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 7 "/A2")
+ (pinfunction "PB2")
+ (pintype "bidirectional")
+ (uuid "a177e15c-5d25-45d1-b514-7af19379eee7")
+ )
+ (pad "8" thru_hole oval
+ (at 7.62 0 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 10 "/12")
+ (pinfunction "VCC")
+ (pintype "power_in")
+ (uuid "2712303e-3ad6-4a83-b019-fa5665ee8b91")
+ )
+ (model "${KICAD8_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-8_W7.62mm_Socket.wrl"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Arduino_MountingHole:MountingHole_3.2mm"
+ (locked yes)
+ (layer "F.Cu")
+ (uuid "e9ebf119-598a-41fd-98be-2dbed0b47309")
+ (at 166.04 64.44)
+ (descr "Mounting Hole 3.2mm, no annular, M3")
+ (tags "mounting hole 3.2mm no annular m3")
+ (property "Reference" "MH3"
+ (at 0 -4.2 0)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "c0dfd452-f95d-425d-a4e1-76f4d4a34935")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "MountingHole_3.2mm"
+ (at 0 4.2 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "e4b6b365-3a2f-4b5f-8024-d98a1fe1b31a")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "413d5a88-3dc1-4d37-af7d-b3579f1e3171")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "f19615ca-dd8a-4c1b-a70a-cdb7d50197e9")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "87826f02-5563-4080-813e-0dca18f79c9a")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (attr board_only exclude_from_pos_files exclude_from_bom)
+ (fp_circle
+ (center 0 0)
+ (end 1.7 0)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (fill none)
+ (layer "F.CrtYd")
+ (uuid "12c4587b-161e-440b-9f81-6eaf89864310")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 0.3 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "6c3e0fcd-9a4f-4284-9404-7d7ffa791756")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (pad "" np_thru_hole circle
+ (at 0 0)
+ (size 3.2 3.2)
+ (drill 3.2)
+ (layers "*.Cu" "*.Mask")
+ (uuid "f5c5381c-91f2-49ef-aa73-4183f7581432")
+ )
+ )
+ (footprint "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal"
+ (layer "F.Cu")
+ (uuid "eb3aeed6-8583-4949-a6fc-ad92ef447a41")
+ (at 124.885 78.151 180)
+ (descr "Resistor, Axial_DIN0204 series, Axial, Horizontal, pin pitch=7.62mm, 0.167W, length*diameter=3.6*1.6mm^2, http://cdn-reichelt.de/documents/datenblatt/B400/1_4W%23YAG.pdf")
+ (tags "Resistor Axial_DIN0204 series Axial Horizontal pin pitch 7.62mm 0.167W length 3.6mm diameter 1.6mm")
+ (property "Reference" "R4"
+ (at 5.715 1.905 0)
+ (layer "F.SilkS")
+ (uuid "42b010fe-f575-4fb0-b41e-e1a24bd84da6")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "10kΩ"
+ (at 1.27 1.92 0)
+ (layer "F.SilkS")
+ (uuid "929bac7f-d924-4516-9e83-b6000091763b")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal"
+ (at 0 0 180)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "fb95486e-805c-4682-83af-7ed58341d0e8")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 180)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "0ae7471a-4545-4fdc-8d1a-c42f853b20a5")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" "Resistor"
+ (at 0 0 180)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "0693bbab-47aa-4017-af46-112623cbbddf")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "R_*")
+ (path "/d5c1fce9-18d8-40fc-9be7-058bc35af7d4")
+ (sheetname "Root")
+ (sheetfile "RescueAVR.kicad_sch")
+ (attr through_hole)
+ (fp_line
+ (start 6.68 0)
+ (end 5.73 0)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "57c1b83a-e9d4-4492-891d-2934e2a4e267")
+ )
+ (fp_line
+ (start 5.73 0.92)
+ (end 5.73 -0.92)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "8d7a420b-2a22-490f-bec1-c25a0e8b53b0")
+ )
+ (fp_line
+ (start 5.73 -0.92)
+ (end 1.89 -0.92)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "33e9ccc9-72be-41f5-a2e2-0b9aa474b651")
+ )
+ (fp_line
+ (start 1.89 0.92)
+ (end 5.73 0.92)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "d8a4f70b-c801-45cd-afcd-b1e10fd0bb9a")
+ )
+ (fp_line
+ (start 1.89 -0.92)
+ (end 1.89 0.92)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "860c7940-c8c9-403d-8832-c56da5be4aa6")
+ )
+ (fp_line
+ (start 0.94 0)
+ (end 1.89 0)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "24b64fdd-ca07-4755-90a9-c9d3de3ad3bd")
+ )
+ (fp_line
+ (start 8.57 1.05)
+ (end 8.57 -1.05)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "186b7089-c6f4-4347-83ce-dd13353ed563")
+ )
+ (fp_line
+ (start 8.57 -1.05)
+ (end -0.95 -1.05)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "649992f5-cabe-4cbd-b066-424d5b69e4ae")
+ )
+ (fp_line
+ (start -0.95 1.05)
+ (end 8.57 1.05)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "0571fcce-0f6f-40b5-b200-8be7e7ab83f8")
+ )
+ (fp_line
+ (start -0.95 -1.05)
+ (end -0.95 1.05)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "6337b5ac-9a53-4607-a8dc-ac919544e8f7")
+ )
+ (fp_line
+ (start 7.62 0)
+ (end 5.61 0)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "6732cf77-713b-4044-ac37-2dd687c750fb")
+ )
+ (fp_line
+ (start 5.61 0.8)
+ (end 5.61 -0.8)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "64d0699c-961c-4aad-bd9d-2862bde85427")
+ )
+ (fp_line
+ (start 5.61 -0.8)
+ (end 2.01 -0.8)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "8900cc67-8774-448b-821d-ea5c43f85474")
+ )
+ (fp_line
+ (start 2.01 0.8)
+ (end 5.61 0.8)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "d28af444-77b1-408c-88dc-058093eb15fd")
+ )
+ (fp_line
+ (start 2.01 -0.8)
+ (end 2.01 0.8)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "46b52ab9-7b62-46fa-970c-85112b5286a2")
+ )
+ (fp_line
+ (start 0 0)
+ (end 2.01 0)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "001c5b26-55cd-4ad6-9dc0-6d4a90386483")
+ )
+ (pad "1" thru_hole circle
+ (at 0 0 180)
+ (size 1.4 1.4)
+ (drill 0.7)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 47 "Net-(Q2-B)")
+ (pintype "passive")
+ (uuid "d72edd77-f2af-47eb-bb83-600d09f0db08")
+ )
+ (pad "2" thru_hole oval
+ (at 7.62 0 180)
+ (size 1.4 1.4)
+ (drill 0.7)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 49 "Net-(Q2-E)")
+ (pintype "passive")
+ (uuid "e7d50ed6-8e17-433e-a644-31c54fe1e6fe")
+ )
+ (model "${KICAD8_3DMODEL_DIR}/Resistor_THT.3dshapes/R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal.wrl"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Arduino_MountingHole:MountingHole_3.2mm"
+ (locked yes)
+ (layer "F.Cu")
+ (uuid "ee2daf16-2f42-4829-9824-10ca9836b9cd")
+ (at 166.04 92.38)
+ (descr "Mounting Hole 3.2mm, no annular, M3")
+ (tags "mounting hole 3.2mm no annular m3")
+ (property "Reference" "MH4"
+ (at 0 -4.2 0)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "46427898-674b-4049-865e-86a6af00b2cf")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "MountingHole_3.2mm"
+ (at 0 4.2 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "52374269-59fb-41e0-9845-69559a9c68e7")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "2c4f900d-93a2-44f9-89d1-581de33dfa8e")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "0660cd81-9379-47bc-87a7-1154b6bd7608")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "dc8e5b81-6f24-483f-b644-08dee91dbd8d")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (attr board_only exclude_from_pos_files exclude_from_bom)
+ (fp_circle
+ (center 0 0)
+ (end 1.7 0)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (fill none)
+ (layer "F.CrtYd")
+ (uuid "9b79a9fe-4457-4362-8b90-95b153dc8c40")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 0.3 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "c036c6db-c339-4e6d-b082-30fecb679f40")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (pad "" np_thru_hole circle
+ (at 0 0)
+ (size 3.2 3.2)
+ (drill 3.2)
+ (layers "*.Cu" "*.Mask")
+ (uuid "ad854452-7590-443f-8d90-eb3b4c714525")
+ )
+ )
+ (gr_line
+ (start 93.65 67.615)
+ (end 93.65 56.185)
+ (stroke
+ (width 0.15)
+ (type solid)
+ )
+ (layer "Dwgs.User")
+ (uuid "886b3496-76f8-498c-900d-2acfeb3f3b58")
+ )
+ (gr_line
+ (start 109.525 56.185)
+ (end 109.525 67.615)
+ (stroke
+ (width 0.15)
+ (type solid)
+ )
+ (layer "Dwgs.User")
+ (uuid "bf6edab4-3acb-4a87-b344-4fa26a7ce1ab")
+ )
+ (gr_line
+ (start 93.65 56.185)
+ (end 109.525 56.185)
+ (stroke
+ (width 0.15)
+ (type solid)
+ )
+ (layer "Dwgs.User")
+ (uuid "da3f2702-9f42-46a9-b5f9-abfc74e86759")
+ )
+ (gr_line
+ (start 109.525 67.615)
+ (end 93.65 67.615)
+ (stroke
+ (width 0.15)
+ (type solid)
+ )
+ (layer "Dwgs.User")
+ (uuid "fde342e7-23e6-43a1-9afe-f71547964d5d")
+ )
+ (gr_line
+ (start 166.04 59.36)
+ (end 168.58 61.9)
+ (stroke
+ (width 0.15)
+ (type solid)
+ )
+ (layer "Edge.Cuts")
+ (uuid "14983443-9435-48e9-8e51-6faf3f00bdfc")
+ )
+ (gr_line
+ (start 100 99.238)
+ (end 100 47.422)
+ (stroke
+ (width 0.15)
+ (type solid)
+ )
+ (layer "Edge.Cuts")
+ (uuid "16738e8d-f64a-4520-b480-307e17fc6e64")
+ )
+ (gr_line
+ (start 168.58 61.9)
+ (end 168.58 96.19)
+ (stroke
+ (width 0.15)
+ (type solid)
+ )
+ (layer "Edge.Cuts")
+ (uuid "58c6d72f-4bb9-4dd3-8643-c635155dbbd9")
+ )
+ (gr_line
+ (start 165.278 100)
+ (end 100.762 100)
+ (stroke
+ (width 0.15)
+ (type solid)
+ )
+ (layer "Edge.Cuts")
+ (uuid "63988798-ab74-4066-afcb-7d5e2915caca")
+ )
+ (gr_line
+ (start 100.762 46.66)
+ (end 163.5 46.66)
+ (stroke
+ (width 0.15)
+ (type solid)
+ )
+ (layer "Edge.Cuts")
+ (uuid "6fef40a2-9c09-4d46-b120-a8241120c43b")
+ )
+ (gr_arc
+ (start 100.762 100)
+ (mid 100.223185 99.776815)
+ (end 100 99.238)
+ (stroke
+ (width 0.15)
+ (type solid)
+ )
+ (layer "Edge.Cuts")
+ (uuid "814cca0a-9069-4535-992b-1bc51a8012a6")
+ )
+ (gr_line
+ (start 168.58 96.19)
+ (end 166.04 98.73)
+ (stroke
+ (width 0.15)
+ (type solid)
+ )
+ (layer "Edge.Cuts")
+ (uuid "93ebe48c-2f88-4531-a8a5-5f344455d694")
+ )
+ (gr_line
+ (start 163.5 46.66)
+ (end 166.04 49.2)
+ (stroke
+ (width 0.15)
+ (type solid)
+ )
+ (layer "Edge.Cuts")
+ (uuid "a1531b39-8dae-4637-9a8d-49791182f594")
+ )
+ (gr_arc
+ (start 166.04 99.238)
+ (mid 165.816815 99.776815)
+ (end 165.278 100)
+ (stroke
+ (width 0.15)
+ (type solid)
+ )
+ (layer "Edge.Cuts")
+ (uuid "b69d9560-b866-4a54-9fbe-fec8c982890e")
+ )
+ (gr_line
+ (start 166.04 49.2)
+ (end 166.04 59.36)
+ (stroke
+ (width 0.15)
+ (type solid)
+ )
+ (layer "Edge.Cuts")
+ (uuid "e462bc5f-271d-43fc-ab39-c424cc8a72ce")
+ )
+ (gr_line
+ (start 166.04 98.73)
+ (end 166.04 99.238)
+ (stroke
+ (width 0.15)
+ (type solid)
+ )
+ (layer "Edge.Cuts")
+ (uuid "ea66c48c-ef77-4435-9521-1af21d8c2327")
+ )
+ (gr_arc
+ (start 100 47.422)
+ (mid 100.223185 46.883185)
+ (end 100.762 46.66)
+ (stroke
+ (width 0.15)
+ (type solid)
+ )
+ (layer "Edge.Cuts")
+ (uuid "ef0ee1ce-7ed7-4e9c-abb9-dc0926a9353e")
+ )
+ (gr_text "ATmega(X)8"
+ (at 152.19 93.391 0)
+ (layer "F.SilkS")
+ (uuid "0a9a1bad-0cb1-4a6c-adb4-dc5d9864e5f0")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ (justify left)
+ )
+ )
+ (gr_text "~{WR}\n"
+ (at 135.68 92.121 90)
+ (layer "F.SilkS")
+ (uuid "0d58b361-04b7-43a2-adac-876904b222dc")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.1875)
+ )
+ (justify left bottom)
+ )
+ )
+ (gr_text "GND"
+ (at 125.52 92.121 90)
+ (layer "F.SilkS")
+ (uuid "11ca135d-2b7c-4364-9541-07f77078d2c7")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.1875)
+ )
+ (justify left bottom)
+ )
+ )
+ (gr_text "HVRES(12V)"
+ (at 124.25 54.656 90)
+ (layer "F.SilkS")
+ (uuid "193bead9-d53d-4a9b-9fac-1760618e66b4")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.1875)
+ )
+ (justify right bottom)
+ )
+ )
+ (gr_text "HVPP"
+ (at 119.17 88.946 0)
+ (layer "F.SilkS")
+ (uuid "1b79c088-cce2-4039-8b13-52387b147b9b")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (gr_text "~{OE}"
+ (at 133.14 92.121 90)
+ (layer "F.SilkS")
+ (uuid "1bc77064-bc28-426c-9848-86b4e7bf1d55")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.1875)
+ )
+ (justify left bottom)
+ )
+ )
+ (gr_text "AT90S2323, AT90S2343"
+ (at 149.65 86.406 0)
+ (layer "F.SilkS")
+ (uuid "251ea054-c28f-4e46-8bde-41b855580b96")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ (justify right)
+ )
+ )
+ (gr_text "XA1"
+ (at 145.84 92.121 90)
+ (layer "F.SilkS")
+ (uuid "25a3b3bd-3436-4b46-92b8-53abd976639d")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.1875)
+ )
+ (justify left bottom)
+ )
+ )
+ (gr_text "BS1"
+ (at 138.22 92.121 90)
+ (layer "F.SilkS")
+ (uuid "29dd6ee8-38c5-4f27-bfc9-ce975ea81a7c")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.1875)
+ )
+ (justify left bottom)
+ )
+ )
+ (gr_text "Vcc"
+ (at 122.98 92.121 90)
+ (layer "F.SilkS")
+ (uuid "2bd83e0c-52c5-4f5e-8f63-e4f8d6de5032")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.1875)
+ )
+ (justify left bottom)
+ )
+ )
+ (gr_text "SDI"
+ (at 134.41 54.656 90)
+ (layer "F.SilkS")
+ (uuid "2d321519-f781-47eb-9ff5-ff800ef61de8")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.1875)
+ )
+ (justify right bottom)
+ )
+ )
+ (gr_text "XA0"
+ (at 143.3 92.121 90)
+ (layer "F.SilkS")
+ (uuid "2fc86eaa-e45e-46a3-b6bc-3a751afb8a73")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.1875)
+ )
+ (justify left bottom)
+ )
+ )
+ (gr_text "HVSP\n"
+ (at 140.125 52.751 0)
+ (layer "F.SilkS")
+ (uuid "3232be1a-4ad8-41d8-b949-005be2d2dc45")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (gr_text "D4\n"
+ (at 112.82 92.121 90)
+ (layer "F.SilkS")
+ (uuid "3c9cec03-f4c3-48c0-8f37-ced20f718f7d")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.1875)
+ )
+ (justify left bottom)
+ )
+ )
+ (gr_text "D2\n"
+ (at 107.74 92.121 90)
+ (layer "F.SilkS")
+ (uuid "40267463-87f6-452f-8572-cc4e7ec2cd79")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.1875)
+ )
+ (justify left bottom)
+ )
+ )
+ (gr_text "GND"
+ (at 121.71 54.656 90)
+ (layer "F.SilkS")
+ (uuid "47a3653c-b9b0-4e39-8552-5699ef367514")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.1875)
+ )
+ (justify right bottom)
+ )
+ )
+ (gr_text "HVRES(12V)"
+ (at 128.06 92.121 90)
+ (layer "F.SilkS")
+ (uuid "4e9b4c64-42d7-452f-a31a-77113cccd035")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.1875)
+ )
+ (justify left bottom)
+ )
+ )
+ (gr_text "SDO\n"
+ (at 129.33 54.656 90)
+ (layer "F.SilkS")
+ (uuid "5cfa7979-6066-4a27-adfc-745dede11b9c")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.1875)
+ )
+ (justify right bottom)
+ )
+ )
+ (gr_text "D0"
+ (at 102.66 92.121 90)
+ (layer "F.SilkS")
+ (uuid "69eff8ca-0881-44a9-83ec-c3afb1732f99")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.1875)
+ )
+ (justify left bottom)
+ )
+ )
+ (gr_text "D6\n"
+ (at 117.9 92.121 90)
+ (layer "F.SilkS")
+ (uuid "715740ce-18d0-4448-b9e2-8e9bc5517410")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.1875)
+ )
+ (justify left bottom)
+ )
+ )
+ (gr_text "D7\n"
+ (at 120.44 92.121 90)
+ (layer "F.SilkS")
+ (uuid "72f6977e-190d-498b-8691-cd4b91040c90")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.1875)
+ )
+ (justify left bottom)
+ )
+ )
+ (gr_text "D3\n\n"
+ (at 112.185 92.121 90)
+ (layer "F.SilkS")
+ (uuid "779b1f67-7c05-415f-9193-5db24f071303")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.1875)
+ )
+ (justify left bottom)
+ )
+ )
+ (gr_text "D5\n"
+ (at 115.36 92.121 90)
+ (layer "F.SilkS")
+ (uuid "80c7c069-afd0-4039-abb5-4f55e0759678")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.1875)
+ )
+ (justify left bottom)
+ )
+ )
+ (gr_text "SCI\n"
+ (at 126.79 54.656 90)
+ (layer "F.SilkS")
+ (uuid "8644c770-69d0-4120-a2b3-113702fd1b69")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.1875)
+ )
+ (justify right bottom)
+ )
+ )
+ (gr_text "RDY"
+ (at 130.6 92.121 90)
+ (layer "F.SilkS")
+ (uuid "90a5d363-7df0-4d9f-a46a-f6dc75c76ffd")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.1875)
+ )
+ (justify left bottom)
+ )
+ )
+ (gr_text "BS2"
+ (at 150.92 92.121 90)
+ (layer "F.SilkS")
+ (uuid "a90838b9-a782-46bb-bc28-7915f2b55667")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.1875)
+ )
+ (justify left bottom)
+ )
+ )
+ (gr_text "SII\n"
+ (at 131.87 54.656 90)
+ (layer "F.SilkS")
+ (uuid "b60bc42f-8b43-465f-b36f-0e3960391716")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.1875)
+ )
+ (justify right bottom)
+ )
+ )
+ (gr_text "Vcc"
+ (at 119.17 54.656 90)
+ (layer "F.SilkS")
+ (uuid "bb5a5c66-5d84-4912-ada3-50a419abdbd8")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.1875)
+ )
+ (justify right bottom)
+ )
+ )
+ (gr_text "PAGEL\n"
+ (at 148.38 92.121 90)
+ (layer "F.SilkS")
+ (uuid "c2e4f36a-d834-421b-88e9-78cb9bc35efb")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.1875)
+ )
+ (justify left bottom)
+ )
+ )
+ (gr_text "XTAL1"
+ (at 140.76 92.121 90)
+ (layer "F.SilkS")
+ (uuid "c4169cec-6713-4200-bea4-4de1fb369dd2")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.1875)
+ )
+ (justify left bottom)
+ )
+ )
+ (gr_text "AT90S2333, 4433,"
+ (at 152.19 89.581 0)
+ (layer "F.SilkS")
+ (uuid "c85d243c-a96a-46e3-837d-33c7c2aaad37")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ (justify left)
+ )
+ )
+ (gr_text "RescueAVR \nV1.0"
+ (at 100.755 99.741 0)
+ (layer "F.SilkS")
+ (uuid "d14cc98a-64d8-4528-bfd9-154db2b23db2")
+ (effects
+ (font
+ (size 1.3 1.3)
+ (thickness 0.3)
+ (bold yes)
+ )
+ (justify left bottom)
+ )
+ )
+ (gr_text "D1"
+ (at 105.2 92.121 90)
+ (layer "F.SilkS")
+ (uuid "eac8f110-3098-4abf-a9f3-fdf94d981c73")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.1875)
+ )
+ (justify left bottom)
+ )
+ )
+ (segment
+ (start 150.2072 73.7727)
+ (end 152.1939 71.786)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "087ce1eb-4889-4469-a030-e69510f717af")
+ )
+ (segment
+ (start 126.0617 93.7251)
+ (end 127.4069 92.3799)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "0fa9742e-a168-46ad-8d59-d34d8a67dc06")
+ )
+ (segment
+ (start 126.0617 94.026)
+ (end 126.0617 93.7251)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "13301b78-0580-4af7-872b-d0b99e674325")
+ )
+ (segment
+ (start 105.835 83.231)
+ (end 105.835 79.421)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "1a378a74-1175-4bfd-8fa2-00a25288ddcd")
+ )
+ (segment
+ (start 132.505 61.006)
+ (end 133.6317 61.006)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "1dfdce89-a901-4702-bfd2-c96f54c9608a")
+ )
+ (segment
+ (start 121.06 52.776)
+ (end 121.06 53.9527)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "1e7cb2f1-ccfa-435e-ba09-c3abe09f3d8d")
+ )
+ (segment
+ (start 141.2517 61.006)
+ (end 141.2517 61.2525)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "21b4c421-a36c-4826-a912-0e47655284ee")
+ )
+ (segment
+ (start 137.585 61.006)
+ (end 136.1717 61.006)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "2384283a-8288-45ef-88a4-142c8eb6ad5b")
+ )
+ (segment
+ (start 132.505 61.006)
+ (end 131.3783 61.006)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "4334537e-5774-4dd0-b1bd-a979725bd565")
+ )
+ (segment
+ (start 166.16 71.841)
+ (end 163.565 69.246)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "501b6963-6b38-490f-a656-5d873f062e97")
+ )
+ (segment
+ (start 140.125 61.006)
+ (end 137.585 61.006)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "51f5faf0-d1de-44ea-869d-4044f0de9064")
+ )
+ (segment
+ (start 128.5529 61.4456)
+ (end 130.9387 61.4456)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "55a6b801-7592-4aa3-8a0a-40a7fd878d25")
+ )
+ (segment
+ (start 148.2082 67.1692)
+ (end 149.015 67.976)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "56144595-ff9c-4f36-97d8-54403e92426d")
+ )
+ (segment
+ (start 161.341 69.246)
+ (end 160.2143 69.246)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "5e16a33c-6f01-47fd-8873-1a624e20b0d0")
+ )
+ (segment
+ (start 158.9443 67.976)
+ (end 154.8503 67.976)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "635fecd1-22c9-4e83-89e4-773607564a21")
+ )
+ (segment
+ (start 152.1939 71.786)
+ (end 153.721 71.786)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "63a6c34c-2dcc-42aa-9211-4a26b6a602af")
+ )
+ (segment
+ (start 163.565 69.246)
+ (end 161.341 69.246)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "65ba140b-6695-4369-b0ec-4a3680c82830")
+ )
+ (segment
+ (start 106.56 67.901)
+ (end 102.66 71.801)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "6893ff55-e8cf-4d84-82ea-267c7e1d634c")
+ )
+ (segment
+ (start 141.2517 61.2525)
+ (end 147.1684 67.1692)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "68d3133f-4306-4a86-b902-5c7ddb5ad50b")
+ )
+ (segment
+ (start 151.3967 84.486)
+ (end 153.721 84.486)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "6e5d08d5-65e6-4487-b5c7-0f64981d8569")
+ )
+ (segment
+ (start 135.045 61.006)
+ (end 133.6317 61.006)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "a166aec3-a8e7-49be-8fbd-ae79fe085c85")
+ )
+ (segment
+ (start 140.125 61.006)
+ (end 141.2517 61.006)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "b25993b4-2cbf-4a01-b224-02f389c575cc")
+ )
+ (segment
+ (start 106.56 53.801)
+ (end 106.56 67.901)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "b4bcd118-0ce8-4f7f-bce0-805c817be46d")
+ )
+ (segment
+ (start 147.745 94.026)
+ (end 146.5683 94.026)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "c1e23706-22a2-40a2-8a8c-67957edf151e")
+ )
+ (segment
+ (start 105.835 79.421)
+ (end 103.295 76.881)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "c1f377f6-3310-475c-9a4e-559632ae3bdb")
+ )
+ (segment
+ (start 145.2899 92.3799)
+ (end 146.5683 93.6583)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "c1f75c37-ac4a-4727-839b-3a24573c27cf")
+ )
+ (segment
+ (start 121.06 53.9527)
+ (end 128.5529 61.4456)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "d9363566-db69-46d5-9c70-f59001b4c4fc")
+ )
+ (segment
+ (start 146.5683 93.6583)
+ (end 146.5683 94.026)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "d9f434e3-0cab-4139-9995-f9989fbf4934")
+ )
+ (segment
+ (start 147.745 81.961)
+ (end 148.8717 81.961)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "da041537-5fb5-4736-9edf-e27f70cd5a2a")
+ )
+ (segment
+ (start 160.2143 69.246)
+ (end 158.9443 67.976)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "ddf3b196-a021-46f0-8deb-5af54619ae7d")
+ )
+ (segment
+ (start 135.045 61.006)
+ (end 136.1717 61.006)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "dee06591-212a-48cd-be2d-35e70322db0f")
+ )
+ (segment
+ (start 124.885 94.026)
+ (end 126.0617 94.026)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "e3164be6-1104-4e71-a7ab-58c231dda206")
+ )
+ (segment
+ (start 149.015 67.976)
+ (end 154.8503 67.976)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "e438c558-5f1c-4dec-a51a-56179e1d36cc")
+ )
+ (segment
+ (start 143.18 97.46)
+ (end 140.64 97.46)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "e43cf4cf-9b78-437e-bbe9-0145869e1e69")
+ )
+ (segment
+ (start 148.8717 81.961)
+ (end 151.3967 84.486)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "efa2b4fd-75eb-43c8-b741-4128d9d65d8b")
+ )
+ (segment
+ (start 147.1684 67.1692)
+ (end 148.2082 67.1692)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "f023857d-157f-4466-b1f3-2ca2b73032d9")
+ )
+ (segment
+ (start 130.9387 61.4456)
+ (end 131.3783 61.006)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "fe28229c-9e88-45a7-81eb-79e0b9d3da43")
+ )
+ (segment
+ (start 127.4069 92.3799)
+ (end 145.2899 92.3799)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "fffbbf1e-d00a-4201-a0f6-df27410e5693")
+ )
+ (via
+ (at 154.8503 67.976)
+ (size 0.6)
+ (drill 0.4)
+ (layers "F.Cu" "B.Cu")
+ (net 1)
+ (uuid "98a0f497-ee5f-447e-b9bc-67c40817c13c")
+ )
+ (via
+ (at 150.2072 73.7727)
+ (size 0.6)
+ (drill 0.4)
+ (layers "F.Cu" "B.Cu")
+ (net 1)
+ (uuid "bcf5f6db-a357-4d5a-bf16-fa43d62e0703")
+ )
+ (segment
+ (start 153.721 71.786)
+ (end 153.721 70.6593)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "00af17ff-757d-431f-9b4f-027033e8e115")
+ )
+ (segment
+ (start 147.745 94.026)
+ (end 146.5683 94.026)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "07c2e1ec-aa41-4ca9-8c61-c9b2bf6c6cfd")
+ )
+ (segment
+ (start 148.3827 80.8343)
+ (end 147.745 80.8343)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "0e95b763-bb5f-412b-8518-4b2b80c2afe9")
+ )
+ (segment
+ (start 144.3567 96.5662)
+ (end 144.3567 97.46)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "1dae5cb0-4873-4160-9e5e-427f5a43007e")
+ )
+ (segment
+ (start 153.721 84.486)
+ (end 153.721 85.6127)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "2d8c8c7b-e5b2-468d-b401-7442a9fc159a")
+ )
+ (segment
+ (start 124.885 94.026)
+ (end 124.885 95.2027)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "32436157-0a00-49c1-ae8e-45ca9872bfab")
+ )
+ (segment
+ (start 146.5683 94.026)
+ (end 146.5683 94.3546)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "37f554df-2029-410d-82b6-959cde6fe616")
+ )
+ (segment
+ (start 102.66 76.246)
+ (end 102.66 71.801)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "426d9b6b-7723-4394-beb4-90b1e3bb55b1")
+ )
+ (segment
+ (start 150.2072 73.7727)
+ (end 150.2072 79.0098)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "50400f8e-6939-4da7-955f-37793a3fd25a")
+ )
+ (segment
+ (start 123.615 96.4727)
+ (end 123.615 97.836)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "54f26895-fd3e-45f1-b8b6-37e07465f102")
+ )
+ (segment
+ (start 115.2586 53.9596)
+ (end 110.83 49.531)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "55d8cddb-04e2-4d25-a0dd-fe0eba754b75")
+ )
+ (segment
+ (start 119.8833 53.1437)
+ (end 119.0674 53.9596)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "60bc145c-ea86-4d18-b626-0c91c0e3396d")
+ )
+ (segment
+ (start 121.06 52.776)
+ (end 119.8833 52.776)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "72b1e669-68da-4a02-bd4d-764e6ff5307a")
+ )
+ (segment
+ (start 119.0674 53.9596)
+ (end 115.2586 53.9596)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "7682bb8f-7e84-4ceb-87fb-27f031331477")
+ )
+ (segment
+ (start 153.721 70.6593)
+ (end 154.0027 70.6593)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "7ca1052d-c16c-4b6e-9048-a7a5c89b21ad")
+ )
+ (segment
+ (start 147.745 91.307)
+ (end 153.4393 85.6127)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "7ce918f3-650a-4ceb-b202-4a3bf719d396")
+ )
+ (segment
+ (start 150.2072 79.0098)
+ (end 148.3827 80.8343)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "7fecf183-2a91-4760-a6a3-ecd786425fc0")
+ )
+ (segment
+ (start 154.0027 70.6593)
+ (end 154.8503 69.8117)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "860caf0f-929a-459d-b3e8-bdf9fcaf1484")
+ )
+ (segment
+ (start 110.83 49.531)
+ (end 106.56 53.801)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "8a8ced1c-fb73-47b8-82bb-4f1f0deb0dd0")
+ )
+ (segment
+ (start 124.885 95.2027)
+ (end 123.615 96.4727)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "b43a2f39-0e29-4708-8ae2-28bd08fee0d0")
+ )
+ (segment
+ (start 143.18 97.46)
+ (end 144.3567 97.46)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "b828eb3f-18e5-47bd-8bcd-af44192a868f")
+ )
+ (segment
+ (start 103.295 76.881)
+ (end 102.66 76.246)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "d1d0169a-99a9-4dc9-863e-6fffc14ea8f2")
+ )
+ (segment
+ (start 146.5683 94.3546)
+ (end 144.3567 96.5662)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "d8927d41-6118-4c1f-afa3-5edcfe6cf8a7")
+ )
+ (segment
+ (start 147.745 81.961)
+ (end 147.745 80.8343)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "dba5df8f-13d1-4abb-806a-1404f514929c")
+ )
+ (segment
+ (start 153.4393 85.6127)
+ (end 153.721 85.6127)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "dc44f09c-e8e5-4035-b071-acfdb3dec18a")
+ )
+ (segment
+ (start 110.83 49.531)
+ (end 110.24 48.941)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "dd07b009-903d-4011-b7ab-e84190e6ddc2")
+ )
+ (segment
+ (start 154.8503 69.8117)
+ (end 154.8503 67.976)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "e0bd28e2-f627-4d28-9b1e-ff588fbab30e")
+ )
+ (segment
+ (start 147.745 94.026)
+ (end 147.745 91.307)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "e3c24875-88db-44af-9e98-eeb23ba77449")
+ )
+ (segment
+ (start 119.8833 52.776)
+ (end 119.8833 53.1437)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "f52b6399-c966-419e-8a90-051af4524cf7")
+ )
+ (segment
+ (start 136.315 99.106)
+ (end 136.161 99.26)
+ (width 0.4)
+ (layer "F.Cu")
+ (net 3)
+ (uuid "52155421-f1a3-4c85-bbc7-5cb2503ea8b7")
+ )
+ (segment
+ (start 138.1 97.46)
+ (end 136.454 99.106)
+ (width 0.4)
+ (layer "F.Cu")
+ (net 3)
+ (uuid "5ecc5f83-94fe-4f62-803a-e5bc1421dbdb")
+ )
+ (segment
+ (start 100.755 97.836)
+ (end 100.755 55.706)
+ (width 0.4)
+ (layer "F.Cu")
+ (net 3)
+ (uuid "60d933eb-0bdf-461f-a366-95ebda33bbab")
+ )
+ (segment
+ (start 100.755 55.706)
+ (end 102.66 53.801)
+ (width 0.4)
+ (layer "F.Cu")
+ (net 3)
+ (uuid "68e65598-35f1-4f6c-aaaf-5c0f535db09a")
+ )
+ (segment
+ (start 136.454 99.106)
+ (end 136.315 99.106)
+ (width 0.4)
+ (layer "F.Cu")
+ (net 3)
+ (uuid "6b20517e-d134-4982-8fff-e9eaa383ec6d")
+ )
+ (segment
+ (start 102.179 99.26)
+ (end 100.755 97.836)
+ (width 0.4)
+ (layer "F.Cu")
+ (net 3)
+ (uuid "a1aab654-a11f-435e-a8dc-9bcd4c1a7e82")
+ )
+ (segment
+ (start 136.161 99.26)
+ (end 102.179 99.26)
+ (width 0.4)
+ (layer "F.Cu")
+ (net 3)
+ (uuid "f33729be-a48f-4752-b9dd-656750dbe66e")
+ )
+ (segment
+ (start 148.9301 74.3994)
+ (end 152.5209 74.3994)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 5)
+ (uuid "19ce92f7-a935-487a-8514-96983db8d9fa")
+ )
+ (segment
+ (start 141.3017 94.026)
+ (end 141.3017 94.3937)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 5)
+ (uuid "5a5bf4db-f073-4575-8791-9e056c72ff04")
+ )
+ (segment
+ (start 141.3017 94.3937)
+ (end 143.1913 96.2833)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 5)
+ (uuid "5ce4e461-8bd2-4f94-92f1-ca6ca127252b")
+ )
+ (segment
+ (start 147.745 74.341)
+ (end 148.8717 74.341)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 5)
+ (uuid "808ddec2-b2c8-41bb-8cbc-5b93bbde0f78")
+ )
+ (segment
+ (start 148.4466 96.2833)
+ (end 149.6233 97.46)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 5)
+ (uuid "8df3187c-e6c6-483c-a32e-84456f7d2fde")
+ )
+ (segment
+ (start 150.8 97.46)
+ (end 149.6233 97.46)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 5)
+ (uuid "900792b4-131f-4266-b5b1-e4fb87411a45")
+ )
+ (segment
+ (start 143.1913 96.2833)
+ (end 148.4466 96.2833)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 5)
+ (uuid "95c51705-74f0-4fe1-b9b6-f1723897b01e")
+ )
+ (segment
+ (start 140.125 94.026)
+ (end 141.3017 94.026)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 5)
+ (uuid "a0a076f6-2281-4a0b-8733-fb990a1c5726")
+ )
+ (segment
+ (start 148.8717 74.341)
+ (end 148.9301 74.3994)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 5)
+ (uuid "c886d212-6d27-4b97-9d17-2a87e7968823")
+ )
+ (segment
+ (start 152.5209 74.3994)
+ (end 152.5943 74.326)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 5)
+ (uuid "d0764144-a8ef-4ee0-9cf9-6e59a34cb393")
+ )
+ (segment
+ (start 153.721 74.326)
+ (end 152.5943 74.326)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 5)
+ (uuid "e584fc82-6e55-4d57-bfa2-00583689ec53")
+ )
+ (segment
+ (start 142.7026 54.3293)
+ (end 148.8755 60.5022)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 5)
+ (uuid "04673044-c6e9-4767-bd21-7d29128287d2")
+ )
+ (segment
+ (start 153.721 74.326)
+ (end 153.721 75.4527)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 5)
+ (uuid "2fd9564c-8804-477c-b8ee-03c6a75660f3")
+ )
+ (segment
+ (start 147.745 74.341)
+ (end 147.745 68.626)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 5)
+ (uuid "44e6dc8c-b54b-4ea3-9dfb-094f8f715741")
+ )
+ (segment
+ (start 134.9367 53.585)
+ (end 135.681 54.3293)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 5)
+ (uuid "4d8b5c30-1dfa-4318-9e5e-6dc17c048735")
+ )
+ (segment
+ (start 133.76 52.776)
+ (end 134.9367 52.776)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 5)
+ (uuid "60540bfc-bed1-420c-8b4e-a22739dab5ec")
+ )
+ (segment
+ (start 135.681 54.3293)
+ (end 142.7026 54.3293)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 5)
+ (uuid "61b0ce20-48b2-495d-bd31-8c9bd4671d95")
+ )
+ (segment
+ (start 148.8755 60.5022)
+ (end 148.8755 66.3688)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 5)
+ (uuid "71f03a23-c6fc-4b9a-b167-3cb8a53e8c54")
+ )
+ (segment
+ (start 154.0027 75.4527)
+ (end 155.3141 76.7641)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 5)
+ (uuid "98f7abbe-6291-45f0-ad35-782e37bb6c31")
+ )
+ (segment
+ (start 150.8 97.46)
+ (end 150.8 96.2833)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 5)
+ (uuid "a0dd99bc-77a3-424f-afb1-6706bb615871")
+ )
+ (segment
+ (start 155.3141 76.7641)
+ (end 155.3141 91.7692)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 5)
+ (uuid "a3ee7ba1-d788-4918-bf77-3e6f7d25b6d1")
+ )
+ (segment
+ (start 134.9367 52.776)
+ (end 134.9367 53.585)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 5)
+ (uuid "bd8b250e-f6d5-4af6-8d8f-67c804dccacb")
+ )
+ (segment
+ (start 155.3141 91.7692)
+ (end 150.8 96.2833)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 5)
+ (uuid "cac86eab-d28e-4411-8f90-df082ac99d63")
+ )
+ (segment
+ (start 147.745 68.626)
+ (end 147.745 67.4993)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 5)
+ (uuid "d6f4ac98-dfcd-4c23-9934-c83fd2b35669")
+ )
+ (segment
+ (start 148.8755 66.3688)
+ (end 147.745 67.4993)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 5)
+ (uuid "d7ca84d8-4cf1-4b21-aef3-61860a5efb82")
+ )
+ (segment
+ (start 153.721 75.4527)
+ (end 154.0027 75.4527)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 5)
+ (uuid "e7b82a70-c0c5-41f2-8eac-b31f0f62e314")
+ )
+ (segment
+ (start 153.721 66.706)
+ (end 152.5943 66.706)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 6)
+ (uuid "9aa0cde1-fded-47a0-bf2e-0e381a1e8af1")
+ )
+ (segment
+ (start 151.976 66.0877)
+ (end 147.745 66.0877)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 6)
+ (uuid "9f4a9eb9-8c2f-488f-8c38-5f29c85844f9")
+ )
+ (segment
+ (start 152.5943 66.706)
+ (end 151.976 66.0877)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 6)
+ (uuid "d945b320-0f04-428f-9c18-5113b175f997")
+ )
+ (via
+ (at 147.745 66.0877)
+ (size 0.6)
+ (drill 0.4)
+ (layers "F.Cu" "B.Cu")
+ (net 6)
+ (uuid "2cd59398-c895-44cc-be55-66026fd6ab2d")
+ )
+ (segment
+ (start 145.205 74.9043)
+ (end 145.205 74.341)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "03124690-1041-42bd-b0c3-f7a331261cf8")
+ )
+ (segment
+ (start 137.8875 92.8493)
+ (end 144.0783 86.6585)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "08b7f52f-6086-45d5-b290-41cc51c84c06")
+ )
+ (segment
+ (start 144.0783 76.5944)
+ (end 145.205 75.4677)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "274607c4-b3e0-4f5c-93e1-512c6955babd")
+ )
+ (segment
+ (start 139.37 96.9877)
+ (end 137.585 95.2027)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "2a12681a-e043-4bb6-9fb5-ffde350f9356")
+ )
+ (segment
+ (start 146.6183 67.2144)
+ (end 147.745 66.0877)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "3de5c077-7e28-4268-adac-d683fda272f8")
+ )
+ (segment
+ (start 137.585 92.8493)
+ (end 137.8875 92.8493)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "4845bb7a-2d5d-45ac-838f-0cb000b7c619")
+ )
+ (segment
+ (start 132.3967 52.776)
+ (end 132.3967 53.1438)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "49875390-6d09-4fec-98cd-a3b7143683d3")
+ )
+ (segment
+ (start 137.585 94.026)
+ (end 137.585 92.8493)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "53fe6eed-8462-4eb7-907b-4263257e24a0")
+ )
+ (segment
+ (start 131.22 52.776)
+ (end 132.3967 52.776)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "5518ed46-9734-4fe2-ac13-fe5a3a9a9152")
+ )
+ (segment
+ (start 134.109 54.8561)
+ (end 140.6787 54.8561)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "5a1ae74e-7ebe-49bc-9ea1-b3cf8bf16e26")
+ )
+ (segment
+ (start 146.6183 71.801)
+ (end 146.6183 67.2144)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "5ed8a185-efbf-4c86-85fd-07c071454423")
+ )
+ (segment
+ (start 147.745 61.006)
+ (end 146.6183 61.006)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "5edd13d2-acf7-4ed2-8be8-c64ebc90a753")
+ )
+ (segment
+ (start 139.37 97.8655)
+ (end 139.37 96.9877)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "648666d5-d1a4-4ca2-882e-439ced2caf8f")
+ )
+ (segment
+ (start 151.7898 98.6425)
+ (end 140.147 98.6425)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "6dd64655-c6dc-4bbd-bcb0-38afa4e6edbc")
+ )
+ (segment
+ (start 140.147 98.6425)
+ (end 139.37 97.8655)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "6f63b599-febc-4191-afcb-b5f23821b3ce")
+ )
+ (segment
+ (start 152.1633 97.46)
+ (end 152.1633 98.269)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "7b4bb1b4-7d18-47b7-b6c4-2ee82e52cbf2")
+ )
+ (segment
+ (start 145.205 74.9043)
+ (end 145.205 75.4677)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "7f58287f-72b3-4bfd-ac58-469301e1c50e")
+ )
+ (segment
+ (start 140.6787 54.8561)
+ (end 146.6183 60.7957)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "a0f96fcd-eef5-44df-b0b4-9c351fbf6e8f")
+ )
+ (segment
+ (start 145.205 74.341)
+ (end 145.205 73.2143)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "aebc50b6-7534-4635-a3b9-3802adbf12b1")
+ )
+ (segment
+ (start 147.745 61.006)
+ (end 147.745 62.1327)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "af318cd9-4c3a-4890-9c56-c5617611a446")
+ )
+ (segment
+ (start 137.585 94.026)
+ (end 137.585 95.2027)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "b0e56aca-4c6f-4059-b3b7-fc4d61c1f222")
+ )
+ (segment
+ (start 144.0783 86.6585)
+ (end 144.0783 76.5944)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "d1417f3e-1768-407b-941b-ff7c25dc1404")
+ )
+ (segment
+ (start 145.205 73.2143)
+ (end 146.6183 71.801)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "d2c279a9-f46d-4c11-a88c-8b66787b923d")
+ )
+ (segment
+ (start 152.1633 98.269)
+ (end 151.7898 98.6425)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "dd39d889-f69d-43a1-85ab-2e2a881b728f")
+ )
+ (segment
+ (start 132.3967 53.1438)
+ (end 134.109 54.8561)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "dee7a413-72ca-486c-a48a-e87463e80922")
+ )
+ (segment
+ (start 147.745 66.0877)
+ (end 147.745 62.1327)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "e94f5b3b-440e-4d29-8600-e28ed4d6cda0")
+ )
+ (segment
+ (start 153.34 97.46)
+ (end 152.1633 97.46)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "f2647af9-9c5a-4f98-94cb-c70e42705d6c")
+ )
+ (segment
+ (start 146.6183 60.7957)
+ (end 146.6183 61.006)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "ff3aa145-d52b-41ca-a244-379717d41cd9")
+ )
+ (segment
+ (start 154.7033 97.0923)
+ (end 154.7033 97.46)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 7)
+ (uuid "21451b04-7b11-4d9c-b785-1f879c16f9e3")
+ )
+ (segment
+ (start 143.935 94.4367)
+ (end 145.244 95.7457)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 7)
+ (uuid "29d977e9-e83a-438d-8c28-c6bda8cb8753")
+ )
+ (segment
+ (start 145.244 95.7457)
+ (end 153.3567 95.7457)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 7)
+ (uuid "2f695f02-470c-45bd-bffd-c5b45047fc12")
+ )
+ (segment
+ (start 143.1559 92.8493)
+ (end 143.935 93.6284)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 7)
+ (uuid "34dfb06d-5c3b-48df-814e-a1daa847709b")
+ )
+ (segment
+ (start 149.21 64.166)
+ (end 146.3317 61.2877)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 7)
+ (uuid "372e76bb-79c2-4057-8a21-8752da3418e4")
+ )
+ (segment
+ (start 136.2217 94.026)
+ (end 136.2217 93.6582)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 7)
+ (uuid "44a1b087-1449-45ea-a9ac-86d2d3bffadf")
+ )
+ (segment
+ (start 137.0306 92.8493)
+ (end 143.1559 92.8493)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 7)
+ (uuid "51987869-a44d-41d2-81c7-723e4f06bc9e")
+ )
+ (segment
+ (start 153.721 64.166)
+ (end 149.21 64.166)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 7)
+ (uuid "621e3513-b6fd-4e25-9b25-c9ff6b6e301c")
+ )
+ (segment
+ (start 143.935 93.6284)
+ (end 143.935 94.4367)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 7)
+ (uuid "73ddc3a5-8b18-499e-b101-bfea31339f2f")
+ )
+ (segment
+ (start 153.3567 95.7457)
+ (end 154.7033 97.0923)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 7)
+ (uuid "88f754c7-a8ee-481b-9edd-226e9b67204d")
+ )
+ (segment
+ (start 145.205 61.006)
+ (end 146.3317 61.006)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 7)
+ (uuid "a143d30a-d2d2-412b-a87d-3df955a90dc5")
+ )
+ (segment
+ (start 136.2217 93.6582)
+ (end 137.0306 92.8493)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 7)
+ (uuid "aae71db3-e424-490e-ad3e-3533b74cfc5e")
+ )
+ (segment
+ (start 146.3317 61.2877)
+ (end 146.3317 61.006)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 7)
+ (uuid "b710ef7e-96c5-4dc1-a135-fe8fb8e8001b")
+ )
+ (segment
+ (start 135.045 94.026)
+ (end 136.2217 94.026)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 7)
+ (uuid "e2f06c85-d049-492d-b947-8f6caeb8cc95")
+ )
+ (segment
+ (start 155.88 97.46)
+ (end 154.7033 97.46)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 7)
+ (uuid "f7f56aa0-4edd-41ef-a05e-62775b872493")
+ )
+ (segment
+ (start 142.665 74.341)
+ (end 142.665 73.7776)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 7)
+ (uuid "01651d47-6ad3-466f-b643-584cd19dec60")
+ )
+ (segment
+ (start 143.8538 62.8083)
+ (end 143.8538 72.0255)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 7)
+ (uuid "0d299a20-4217-42a3-8a34-df1d96f061b0")
+ )
+ (segment
+ (start 138.7117 61.1901)
+ (end 138.7117 60.506)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 7)
+ (uuid "1a88fea3-4f9c-45df-9698-955358752f82")
+ )
+ (segment
+ (start 143.8538 72.0255)
+ (end 142.665 73.2143)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 7)
+ (uuid "28f6f7b8-4727-470d-a2e4-41f4ce5ac787")
+ )
+ (segment
+ (start 144.5294 62.8083)
+ (end 143.8538 62.8083)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 7)
+ (uuid "3010b928-fd9b-47e6-9b26-01e7d913e7e2")
+ )
+ (segment
+ (start 135.045 94.026)
+ (end 135.045 92.8493)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 7)
+ (uuid "37fc5f8b-2247-420a-8153-00f30b744ed8")
+ )
+ (segment
+ (start 129.8567 53.1438)
+ (end 129.8567 52.776)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 7)
+ (uuid "5c733fdb-22d5-49ed-abf1-f1b292ba9704")
+ )
+ (segment
+ (start 128.68 52.776)
+ (end 129.8567 52.776)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 7)
+ (uuid "6698076a-7886-4773-b57b-26cc9e571492")
+ )
+ (segment
+ (start 130.6656 53.9527)
+ (end 129.8567 53.1438)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 7)
+ (uuid "69b4ba31-7f9c-4eb8-a86f-a87f610eaeaa")
+ )
+ (segment
+ (start 135.045 92.8493)
+ (end 141.2941 86.6002)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 7)
+ (uuid "75a13cec-ff32-4c02-81f3-d57a24f5d3da")
+ )
+ (segment
+ (start 141.2941 80.581)
+ (end 142.665 79.2101)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 7)
+ (uuid "7e570059-6d01-4b41-a4f9-a92dbd4e166f")
+ )
+ (segment
+ (start 145.205 61.006)
+ (end 145.205 62.1327)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 7)
+ (uuid "91c5b58b-7e46-465f-9577-48a9d9f0c7ce")
+ )
+ (segment
+ (start 142.665 73.7776)
+ (end 142.665 73.2143)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 7)
+ (uuid "91d538e3-7018-4834-9198-0b3adc8e4736")
+ )
+ (segment
+ (start 142.665 79.2101)
+ (end 142.665 74.341)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 7)
+ (uuid "9b1ff9ff-36c8-4877-92be-22710ac34eb8")
+ )
+ (segment
+ (start 132.1584 53.9527)
+ (end 130.6656 53.9527)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 7)
+ (uuid "9d7126cc-4b2b-4352-add4-396bab09d768")
+ )
+ (segment
+ (start 145.205 62.1327)
+ (end 144.5294 62.8083)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 7)
+ (uuid "b30f2c87-ff37-4b46-b000-81ac60c387c0")
+ )
+ (segment
+ (start 140.3299 62.8083)
+ (end 138.7117 61.1901)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 7)
+ (uuid "bc13bfe9-9eb5-41bd-acfe-16709a79062f")
+ )
+ (segment
+ (start 143.8538 62.8083)
+ (end 140.3299 62.8083)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 7)
+ (uuid "d140c1c4-24dd-4923-88ed-4e59d3cbdac3")
+ )
+ (segment
+ (start 138.7117 60.506)
+ (end 132.1584 53.9527)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 7)
+ (uuid "e92645c2-db7f-40e7-aa7b-ed95c91a6633")
+ )
+ (segment
+ (start 141.2941 86.6002)
+ (end 141.2941 80.581)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 7)
+ (uuid "f873f7fe-0bc4-4e5d-ad61-30ac431c5c33")
+ )
+ (segment
+ (start 157.2433 97.8258)
+ (end 157.2433 97.46)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 8)
+ (uuid "138d1964-0df9-411f-88ae-db60ab229b0a")
+ )
+ (segment
+ (start 133.6817 94.3938)
+ (end 134.4906 95.2027)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 8)
+ (uuid "20b22365-f71e-4a82-9dbc-07f1ed3388c4")
+ )
+ (segment
+ (start 140.0874 98.6596)
+ (end 156.4095 98.6596)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 8)
+ (uuid "553f54cb-b18a-4dcd-a779-734ba414d6c6")
+ )
+ (segment
+ (start 158.42 97.46)
+ (end 157.2433 97.46)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 8)
+ (uuid "583552df-e2a1-40d6-88f5-f6d719524794")
+ )
+ (segment
+ (start 137.5216 95.2027)
+ (end 139.37 97.0511)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 8)
+ (uuid "638efb55-1727-4ebc-b844-5ad565927aaa")
+ )
+ (segment
+ (start 139.37 97.9422)
+ (end 140.0874 98.6596)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 8)
+ (uuid "68568017-c33c-43d5-86dc-8471ce13befd")
+ )
+ (segment
+ (start 156.4095 98.6596)
+ (end 157.2433 97.8258)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 8)
+ (uuid "8b5ac66b-ac8a-4050-bb12-b1dc12a9b109")
+ )
+ (segment
+ (start 134.4906 95.2027)
+ (end 137.5216 95.2027)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 8)
+ (uuid "9d77987b-0543-4de4-900c-0a38a0b6341c")
+ )
+ (segment
+ (start 132.505 94.026)
+ (end 133.6817 94.026)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 8)
+ (uuid "b2c7660c-ffb5-4dcf-9025-612b20a5c005")
+ )
+ (segment
+ (start 139.37 97.0511)
+ (end 139.37 97.9422)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 8)
+ (uuid "c0055182-ff9c-426b-b12f-953eeef5af60")
+ )
+ (segment
+ (start 133.6817 94.026)
+ (end 133.6817 94.3938)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 8)
+ (uuid "f44469aa-bc0c-40e2-9624-c012b5c64a05")
+ )
+ (segment
+ (start 153.2787 72.9612)
+ (end 152.5546 72.2371)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 8)
+ (uuid "09270dc5-0e1d-4dd7-91a1-4803c807f90b")
+ )
+ (segment
+ (start 158.0062 76.9634)
+ (end 154.004 72.9612)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 8)
+ (uuid "5a14a0d4-8e0a-4943-8d90-800cdda84858")
+ )
+ (segment
+ (start 158.42 96.2833)
+ (end 158.0062 95.8695)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 8)
+ (uuid "6265a784-2538-478f-8c99-8489366712e6")
+ )
+ (segment
+ (start 158.42 97.46)
+ (end 158.42 96.2833)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 8)
+ (uuid "734104a0-423a-46e2-b07e-5ed3251e08ff")
+ )
+ (segment
+ (start 152.5546 72.2371)
+ (end 152.5546 63.6374)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 8)
+ (uuid "9a9ce9c4-0396-4ffb-bdff-864d0e72de69")
+ )
+ (segment
+ (start 158.0062 95.8695)
+ (end 158.0062 76.9634)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 8)
+ (uuid "a56acf46-735d-4d8c-9582-18c11b99ec8e")
+ )
+ (segment
+ (start 153.721 61.626)
+ (end 153.721 62.7527)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 8)
+ (uuid "e7a1083b-3d28-434d-b39f-4774251d9923")
+ )
+ (segment
+ (start 154.004 72.9612)
+ (end 153.2787 72.9612)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 8)
+ (uuid "eb2e5c95-4c48-433e-8d18-cb26a144577b")
+ )
+ (segment
+ (start 153.4393 62.7527)
+ (end 153.721 62.7527)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 8)
+ (uuid "ef679931-c50b-4519-a468-af41927786c0")
+ )
+ (segment
+ (start 152.5546 63.6374)
+ (end 153.4393 62.7527)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 8)
+ (uuid "f327629e-f344-4f3c-ba36-57075c6ab2c0")
+ )
+ (segment
+ (start 135.2127 48.7125)
+ (end 135.2127 49.5658)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 9)
+ (uuid "01bbcf18-fb12-4285-8fac-540e0b387509")
+ )
+ (segment
+ (start 130.1328 49.2)
+ (end 130.1328 48.899)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 9)
+ (uuid "12fb6148-7511-4fa3-a494-e23b61dff658")
+ )
+ (segment
+ (start 134.5006 48.0004)
+ (end 135.2127 48.7125)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 9)
+ (uuid "20e003f0-315e-4452-b6ef-c5dd479f537c")
+ )
+ (segment
+ (start 136.7204 51.0735)
+ (end 142.2575 51.0735)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 9)
+ (uuid "6a237f09-b9d7-4a9e-9597-c329919c9043")
+ )
+ (segment
+ (start 130.1327 49.2)
+ (end 130.1328 49.2)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 9)
+ (uuid "6b5b6c58-89a6-4ab0-a267-5190f487b90c")
+ )
+ (segment
+ (start 130.1328 48.899)
+ (end 131.0314 48.0004)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 9)
+ (uuid "9d5055d1-d0a0-43a0-9ca2-2d1aa5e8986c")
+ )
+ (segment
+ (start 128.956 49.2)
+ (end 130.1327 49.2)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 9)
+ (uuid "9f953bc4-39c3-4ac2-a7a2-48a7bfa81fd9")
+ )
+ (segment
+ (start 131.0314 48.0004)
+ (end 134.5006 48.0004)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 9)
+ (uuid "bf925b49-0a48-4687-83c1-01bfc20b7cbb")
+ )
+ (segment
+ (start 135.2127 49.5658)
+ (end 136.7204 51.0735)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 9)
+ (uuid "d3697b70-fcbf-44c2-879d-8a47a1286c2e")
+ )
+ (segment
+ (start 142.2575 51.0735)
+ (end 147.745 56.561)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 9)
+ (uuid "d76dba0c-da85-4529-a136-411eb594115f")
+ )
+ (segment
+ (start 118.52 54.641)
+ (end 132.505 68.626)
+ (width 0.4)
+ (layer "F.Cu")
+ (net 10)
+ (uuid "0d9aa247-43d7-4053-b702-8d10db8ae7a1")
+ )
+ (segment
+ (start 118.52 52.776)
+ (end 120.45 50.846)
+ (width 0.4)
+ (layer "F.Cu")
+ (net 10)
+ (uuid "2bdbc715-85f1-425f-897b-8ee2c67e8973")
+ )
+ (segment
+ (start 151.801 71.166)
+ (end 153.721 69.246)
+ (width 0.4)
+ (layer "F.Cu")
+ (net 10)
+ (uuid "422a14c8-7cf2-4b5b-becd-d8f9f2ba3e68")
+ )
+ (segment
+ (start 118.615 97.756)
+ (end 118.615 97.836)
+ (width 0.4)
+ (layer "F.Cu")
+ (net 10)
+ (uuid "4b188b36-754a-46dc-b85c-a9f41c66d216")
+ )
+ (segment
+ (start 118.52 52.776)
+ (end 109.075 52.776)
+ (width 0.4)
+ (layer "F.Cu")
+ (net 10)
+ (uuid "50713286-5079-4fd0-8cab-b1a4ca309151")
+ )
+ (segment
+ (start 161.341 74.326)
+ (end 163.645 74.326)
+ (width 0.4)
+ (layer "F.Cu")
+ (net 10)
+ (uuid "55784830-1b49-4ee3-9fc2-ac5fdc709d8c")
+ )
+ (segment
+ (start 109.075 52.776)
+ (end 105.24 48.941)
+ (width 0.4)
+ (layer "F.Cu")
+ (net 10)
+ (uuid "58543a99-37ee-4db1-be99-6e9fb8ec5069")
+ )
+ (segment
+ (start 153.721 69.246)
+ (end 156.261 69.246)
+ (width 0.4)
+ (layer "F.Cu")
+ (net 10)
+ (uuid "66a978f4-eca6-43e1-aa43-691c5faf7a86")
+ )
+ (segment
+ (start 132.505 68.626)
+ (end 138.22 74.341)
+ (width 0.4)
+ (layer "F.Cu")
+ (net 10)
+ (uuid "6c33a1cc-fd61-4c5e-8cf0-aebdc24e5b86")
+ )
+ (segment
+ (start 130.6 50.096)
+ (end 131.496 49.2)
+ (width 0.4)
+ (layer "F.Cu")
+ (net 10)
+ (uuid "7b886763-13ce-4c3f-a33f-0213e1f56af1")
+ )
+ (segment
+ (start 163.645 74.326)
+ (end 166.16 76.841)
+ (width 0.4)
+ (layer "F.Cu")
+ (net 10)
+ (uuid "871dd5ae-ae3c-44de-b1cd-ea3a0752a4e1")
+ )
+ (segment
+ (start 140.125 74.341)
+ (end 140.125 76.246)
+ (width 0.4)
+ (layer "F.Cu")
+ (net 10)
+ (uuid "88ac30c8-23c4-4213-b5a2-1805f9645b9c")
+ )
+ (segment
+ (start 129.965 50.846)
+ (end 130.6 50.211)
+ (width 0.4)
+ (layer "F.Cu")
+ (net 10)
+ (uuid "9068c6f7-5984-4b82-929b-cf16544b7c41")
+ )
+ (segment
+ (start 122.345 94.026)
+ (end 118.615 97.756)
+ (width 0.4)
+ (layer "F.Cu")
+ (net 10)
+ (uuid "ac57d719-9a5b-4c7b-8174-1a7fd25f2e4c")
+ )
+ (segment
+ (start 130.6 50.211)
+ (end 130.6 50.096)
+ (width 0.4)
+ (layer "F.Cu")
+ (net 10)
+ (uuid "b109ec1d-2968-451d-86f1-bd41ef1f4b70")
+ )
+ (segment
+ (start 140.125 74.341)
+ (end 143.3 71.166)
+ (width 0.4)
+ (layer "F.Cu")
+ (net 10)
+ (uuid "b80c053b-0300-4ea7-9427-340fb96b01b1")
+ )
+ (segment
+ (start 120.45 50.846)
+ (end 129.965 50.846)
+ (width 0.4)
+ (layer "F.Cu")
+ (net 10)
+ (uuid "c103cfba-26fe-4d6a-a8f5-c46c9f87b3d4")
+ )
+ (segment
+ (start 156.261 69.246)
+ (end 161.341 74.326)
+ (width 0.4)
+ (layer "F.Cu")
+ (net 10)
+ (uuid "df41bade-14a7-4276-a071-950e644a3601")
+ )
+ (segment
+ (start 143.3 71.166)
+ (end 151.801 71.166)
+ (width 0.4)
+ (layer "F.Cu")
+ (net 10)
+ (uuid "eaf8b208-2829-4cbb-86a8-853bffa70502")
+ )
+ (segment
+ (start 138.22 74.341)
+ (end 140.125 74.341)
+ (width 0.4)
+ (layer "F.Cu")
+ (net 10)
+ (uuid "ecbfe49d-8d66-41f0-899a-45b28ebbc188")
+ )
+ (segment
+ (start 140.125 76.246)
+ (end 122.345 94.026)
+ (width 0.4)
+ (layer "F.Cu")
+ (net 10)
+ (uuid "ee1fe9f2-4a55-4dba-a8c6-c8d19f2afa79")
+ )
+ (segment
+ (start 118.52 52.776)
+ (end 118.52 54.641)
+ (width 0.4)
+ (layer "F.Cu")
+ (net 10)
+ (uuid "f424eef2-200a-463b-881d-1c3ed1782ec7")
+ )
+ (segment
+ (start 161.8292 80.8188)
+ (end 162.4677 81.4573)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 12)
+ (uuid "0081215c-ce4c-4249-a712-8daccf2b12e5")
+ )
+ (segment
+ (start 146.475 82.3392)
+ (end 145.025 83.7892)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 12)
+ (uuid "00bb01ab-c828-4ddc-975f-36d696b8e3b4")
+ )
+ (segment
+ (start 104.565 94.026)
+ (end 105.7417 94.026)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 12)
+ (uuid "27d25293-4784-41fe-9568-ae86d6dffa9c")
+ )
+ (segment
+ (start 145.025 83.7892)
+ (end 133.6051 83.7892)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 12)
+ (uuid "2c5a8245-9bc5-46db-b23b-51c32122171b")
+ )
+ (segment
+ (start 147.2845 80.8077)
+ (end 146.475 81.6172)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 12)
+ (uuid "31f66f27-a45d-4f08-a1df-3017a15b0094")
+ )
+ (segment
+ (start 162.4677 81.4573)
+ (end 162.4677 85.0544)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 12)
+ (uuid "3368f23e-e8ec-48e2-b774-844d0b743c79")
+ )
+ (segment
+ (start 161.6228 85.8993)
+ (end 161.341 85.8993)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 12)
+ (uuid "4c23804e-c20c-4138-9cb7-5feb1311bab0")
+ )
+ (segment
+ (start 150.8135 80.8077)
+ (end 147.2845 80.8077)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 12)
+ (uuid "4caa89a0-52ba-4605-ad32-d20936d11546")
+ )
+ (segment
+ (start 160.6682 80.8188)
+ (end 161.8292 80.8188)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 12)
+ (uuid "51236d44-e5e6-4bbc-b687-27edce733de8")
+ )
+ (segment
+ (start 151.4922 81.4864)
+ (end 153.1284 83.1226)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 12)
+ (uuid "5a69891e-2daf-4bfc-89e7-0518df9c124d")
+ )
+ (segment
+ (start 113.4355 85.9645)
+ (end 127.9166 85.9645)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 12)
+ (uuid "60fcdb8a-a5c2-4273-8b99-dafd7a288526")
+ )
+ (segment
+ (start 105.7417 93.6583)
+ (end 113.4355 85.9645)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 12)
+ (uuid "66276802-d79a-4bdb-83c7-07083ca2442f")
+ )
+ (segment
+ (start 105.7417 94.026)
+ (end 105.7417 93.6583)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 12)
+ (uuid "78f83e70-5fe6-4a2b-9fcd-0170ca05c867")
+ )
+ (segment
+ (start 146.475 81.6172)
+ (end 146.475 82.3392)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 12)
+ (uuid "7e1f01a3-2107-4c13-b911-f7154ad1633d")
+ )
+ (segment
+ (start 153.1284 83.1226)
+ (end 158.3644 83.1226)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 12)
+ (uuid "b8ca54d3-c23b-44b4-9a2c-d94a4e7556d8")
+ )
+ (segment
+ (start 158.3644 83.1226)
+ (end 160.6682 80.8188)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 12)
+ (uuid "c080d21f-4715-4d46-a739-6ba86d2dd06a")
+ )
+ (segment
+ (start 162.4677 85.0544)
+ (end 161.6228 85.8993)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 12)
+ (uuid "cc772471-fcff-4492-a94f-f4be34376025")
+ )
+ (segment
+ (start 161.341 87.026)
+ (end 161.341 85.8993)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 12)
+ (uuid "d2c0f88b-c4f1-4e01-9215-e8f29b1d01c4")
+ )
+ (segment
+ (start 151.4922 81.4864)
+ (end 150.8135 80.8077)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 12)
+ (uuid "f9da7d28-e702-426a-990c-213e1a148815")
+ )
+ (via
+ (at 127.9166 85.9645)
+ (size 0.6)
+ (drill 0.4)
+ (layers "F.Cu" "B.Cu")
+ (net 12)
+ (uuid "055f99b2-0312-4823-b8d7-849c6ab26c62")
+ )
+ (via
+ (at 151.4922 81.4864)
+ (size 0.6)
+ (drill 0.4)
+ (layers "F.Cu" "B.Cu")
+ (net 12)
+ (uuid "c15c3634-c257-4766-a1b1-bbfe4e9e5272")
+ )
+ (via
+ (at 133.6051 83.7892)
+ (size 0.6)
+ (drill 0.4)
+ (layers "F.Cu" "B.Cu")
+ (net 12)
+ (uuid "ca392618-5d85-4cfe-9de6-1e914ae6b13f")
+ )
+ (segment
+ (start 142.8327 49.2)
+ (end 151.4922 57.8595)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 12)
+ (uuid "0da7d814-0a1a-462d-9657-f8fbc3fd0ccb")
+ )
+ (segment
+ (start 151.4922 57.8595)
+ (end 151.4922 81.4864)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 12)
+ (uuid "9a523ebf-784f-454c-97c4-12d351d3f317")
+ )
+ (segment
+ (start 130.0919 83.7892)
+ (end 133.6051 83.7892)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 12)
+ (uuid "b3fd5b00-ece2-44f7-bd13-c27bfb215b6b")
+ )
+ (segment
+ (start 127.9166 85.9645)
+ (end 130.0919 83.7892)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 12)
+ (uuid "f01e1ce0-b962-4429-82a0-f1161e73f4d5")
+ )
+ (segment
+ (start 141.656 49.2)
+ (end 142.8327 49.2)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 12)
+ (uuid "fe817264-9fc7-4a9a-92a9-f2b4a1b50086")
+ )
+ (segment
+ (start 152.21 50.3767)
+ (end 157.0711 55.2378)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 13)
+ (uuid "193851ed-e04e-4b6f-9b51-070572cad4da")
+ )
+ (segment
+ (start 161.0136 62.896)
+ (end 161.6784 62.896)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 13)
+ (uuid "307d2411-f8ef-41d5-8350-38448de0f8b3")
+ )
+ (segment
+ (start 160.1713 85.6557)
+ (end 161.341 84.486)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 13)
+ (uuid "3c7285f5-2f32-4e2e-aaf6-eea8fb884e14")
+ )
+ (segment
+ (start 145.72 49.2)
+ (end 146.8967 49.2)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 13)
+ (uuid "592c1156-c30c-4af5-873b-c0af63ac676a")
+ )
+ (segment
+ (start 160.1713 87.5332)
+ (end 160.1713 85.6557)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 13)
+ (uuid "8882de4a-364f-4542-b20f-b89774e5c93c")
+ )
+ (segment
+ (start 161.6784 62.896)
+ (end 167.5526 68.7702)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 13)
+ (uuid "8da0421a-62c6-42e3-9c98-77d7d134181c")
+ )
+ (segment
+ (start 147.7056 50.3767)
+ (end 152.21 50.3767)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 13)
+ (uuid "96da120e-a650-4938-9e7f-e6fd692e89b8")
+ )
+ (segment
+ (start 146.8967 49.5678)
+ (end 147.7056 50.3767)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 13)
+ (uuid "b0bf2da0-a494-4e21-99f1-938507795ea7")
+ )
+ (segment
+ (start 167.5526 82.432)
+ (end 161.8065 88.1781)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 13)
+ (uuid "cec23b93-1d80-4dcb-9063-37e0498838db")
+ )
+ (segment
+ (start 146.8967 49.2)
+ (end 146.8967 49.5678)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 13)
+ (uuid "d6720666-4add-453d-bc89-1a71d91a97b1")
+ )
+ (segment
+ (start 161.8065 88.1781)
+ (end 160.8162 88.1781)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 13)
+ (uuid "d8b2cfd1-e34f-44fb-b9b5-43ca77547c33")
+ )
+ (segment
+ (start 157.0711 55.2378)
+ (end 157.0711 58.9535)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 13)
+ (uuid "ded13a04-8b3f-457a-9017-de55e27af656")
+ )
+ (segment
+ (start 157.0711 58.9535)
+ (end 161.0136 62.896)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 13)
+ (uuid "e2caa8ff-499c-467f-a520-b2c42f0bdaf2")
+ )
+ (segment
+ (start 167.5526 68.7702)
+ (end 167.5526 82.432)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 13)
+ (uuid "f673ca9e-4828-4f9d-bfb5-45bb3d9461cc")
+ )
+ (segment
+ (start 160.8162 88.1781)
+ (end 160.1713 87.5332)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 13)
+ (uuid "ffd06a73-ea36-498e-84b9-ca3b8117acb7")
+ )
+ (segment
+ (start 126.6615 50.7079)
+ (end 124.0031 50.7079)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 13)
+ (uuid "2632ed57-e57f-4d07-be8e-ade9fb38f188")
+ )
+ (segment
+ (start 102.3183 88.0626)
+ (end 107.105 92.8493)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 13)
+ (uuid "3363059c-db20-4d14-8920-07086c28e249")
+ )
+ (segment
+ (start 142.8674 47.5241)
+ (end 128.9123 47.5241)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 13)
+ (uuid "44c68b98-5615-4e00-bd51-8b6b8bf3572c")
+ )
+ (segment
+ (start 108.1696 69.4036)
+ (end 108.1696 75.1324)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 13)
+ (uuid "4acb3daa-6ef3-463e-aa8d-05f29d864977")
+ )
+ (segment
+ (start 144.5433 49.2)
+ (end 142.8674 47.5241)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 13)
+ (uuid "566c3628-c16d-4e05-b5f0-8c685c000827")
+ )
+ (segment
+ (start 108.1696 75.1324)
+ (end 102.3183 80.9837)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 13)
+ (uuid "658e4908-5346-4811-a152-bfe536c64e4a")
+ )
+ (segment
+ (start 145.72 49.2)
+ (end 144.5433 49.2)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 13)
+ (uuid "6cda040e-f566-48f4-b831-a715aecfea8f")
+ )
+ (segment
+ (start 102.3183 80.9837)
+ (end 102.3183 88.0626)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 13)
+ (uuid "89b18766-c330-4968-980d-927bf3a54c4a")
+ )
+ (segment
+ (start 122.33 52.381)
+ (end 122.33 55.2432)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 13)
+ (uuid "96af5357-7ce5-4116-ac3e-785455c9b729")
+ )
+ (segment
+ (start 124.0031 50.7079)
+ (end 122.33 52.381)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 13)
+ (uuid "97783d27-d74f-4faf-ac87-7947b7b17bb5")
+ )
+ (segment
+ (start 122.33 55.2432)
+ (end 108.1696 69.4036)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 13)
+ (uuid "a9fb697b-02f1-4493-931e-6c955a2ab82f")
+ )
+ (segment
+ (start 128.9123 47.5241)
+ (end 127.686 48.7504)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 13)
+ (uuid "b13ebb01-d4df-4e58-a5b9-e8bc615dcf8e")
+ )
+ (segment
+ (start 127.686 48.7504)
+ (end 127.686 49.6834)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 13)
+ (uuid "b6f67ff9-f771-4f76-aa8a-6fd4c2b360c2")
+ )
+ (segment
+ (start 127.686 49.6834)
+ (end 126.6615 50.7079)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 13)
+ (uuid "e75207c0-2177-4336-b310-3da7cf0b814a")
+ )
+ (segment
+ (start 107.105 94.026)
+ (end 107.105 92.8493)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 13)
+ (uuid "f4fe8a58-1f95-4fa2-9bf0-61e785abf033")
+ )
+ (segment
+ (start 152.5943 81.946)
+ (end 152.5943 81.6881)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 14)
+ (uuid "25d858e6-5b4a-45fc-8787-beb6d2ab6c83")
+ )
+ (segment
+ (start 152.5943 81.6881)
+ (end 149.6397 78.7335)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 14)
+ (uuid "34c520e2-ea71-4a5d-84c8-1dbcc63ffcf8")
+ )
+ (segment
+ (start 149.6397 78.7335)
+ (end 149.5509 78.7335)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 14)
+ (uuid "3a53e492-3719-4649-941b-3e7d925b3f36")
+ )
+ (segment
+ (start 153.721 81.946)
+ (end 152.5943 81.946)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 14)
+ (uuid "c78e66c8-1b86-4c6e-b635-cb08674ef1b3")
+ )
+ (via
+ (at 149.5509 78.7335)
+ (size 0.6)
+ (drill 0.4)
+ (layers "F.Cu" "B.Cu")
+ (net 14)
+ (uuid "cf3a1afd-6e98-4bde-912b-3a16f4d91ff8")
+ )
+ (segment
+ (start 145.205 94.026)
+ (end 145.205 91.307)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 14)
+ (uuid "39b66d0f-784f-4bf8-8176-0549a9f9c9b0")
+ )
+ (segment
+ (start 153.4393 83.0727)
+ (end 153.721 83.0727)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 14)
+ (uuid "629f74b7-dd91-4d38-84ab-7723d0ced674")
+ )
+ (segment
+ (start 145.205 91.307)
+ (end 153.4393 83.0727)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 14)
+ (uuid "68b742fc-9e9e-4e41-b3ed-44d0a8550138")
+ )
+ (segment
+ (start 140.549 51.5348)
+ (end 149.5509 60.5367)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 14)
+ (uuid "98cd3bc2-47a1-487f-b830-cc75e77fd370")
+ )
+ (segment
+ (start 136.3708 51.5348)
+ (end 140.549 51.5348)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 14)
+ (uuid "b40fdaf2-ac75-405b-b79a-fb97e2bcedf7")
+ )
+ (segment
+ (start 153.721 81.946)
+ (end 153.721 83.0727)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 14)
+ (uuid "c4615156-b0a4-4f6c-b711-145f6c9cdbeb")
+ )
+ (segment
+ (start 149.5509 60.5367)
+ (end 149.5509 78.7335)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 14)
+ (uuid "de5c9126-e846-42b7-90b5-f5f3458712ef")
+ )
+ (segment
+ (start 134.036 49.2)
+ (end 136.3708 51.5348)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 14)
+ (uuid "edd09f26-042c-4476-99db-4afd740092f2")
+ )
+ (segment
+ (start 150.8443 58.1962)
+ (end 143.0248 50.3767)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 15)
+ (uuid "20688644-e2ca-456e-aaa2-2a64243a6391")
+ )
+ (segment
+ (start 143.0248 50.3767)
+ (end 138.5616 50.3767)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 15)
+ (uuid "303d4b16-1623-4aeb-b5ce-55ef5c5a32f1")
+ )
+ (segment
+ (start 138.5616 50.3767)
+ (end 137.7527 49.5678)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 15)
+ (uuid "4d33f6e4-c4a7-4f7a-aeb9-f0aa415f0fe7")
+ )
+ (segment
+ (start 150.8443 82.1593)
+ (end 150.8443 58.1962)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 15)
+ (uuid "56f3d845-162c-4550-b3ff-073bc15c2040")
+ )
+ (segment
+ (start 153.721 79.406)
+ (end 153.721 80.5327)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 15)
+ (uuid "5b728081-8926-4b32-a6cd-2a256f144c2b")
+ )
+ (segment
+ (start 153.4985 80.5327)
+ (end 153.721 80.5327)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 15)
+ (uuid "63cb3199-9d26-4765-9227-edd9ba594991")
+ )
+ (segment
+ (start 142.665 90.3386)
+ (end 150.8443 82.1593)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 15)
+ (uuid "809db586-d885-4faf-9e17-2142792bceec")
+ )
+ (segment
+ (start 142.665 94.026)
+ (end 142.665 90.3386)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 15)
+ (uuid "bb016af1-a54b-4aa4-8a49-4cf8a03b0bb8")
+ )
+ (segment
+ (start 137.7527 49.5678)
+ (end 137.7527 49.2)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 15)
+ (uuid "cb4753b6-0e06-4c60-8106-5656ab9609fb")
+ )
+ (segment
+ (start 150.8443 82.1593)
+ (end 151.8719 82.1593)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 15)
+ (uuid "ce84d59d-ba8b-424e-aa41-1d23d6b5abd6")
+ )
+ (segment
+ (start 136.576 49.2)
+ (end 137.7527 49.2)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 15)
+ (uuid "d0cc13c2-82a7-42c3-aa80-292a066e81a9")
+ )
+ (segment
+ (start 151.8719 82.1593)
+ (end 153.4985 80.5327)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 15)
+ (uuid "e5934e90-7a96-4e81-8635-a3ba71349da1")
+ )
+ (segment
+ (start 152.5943 87.026)
+ (end 152.418 86.8497)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 16)
+ (uuid "02c259f2-f61f-411f-91e6-73eb4aefd35f")
+ )
+ (segment
+ (start 131.6977 86.8497)
+ (end 126.1798 92.3676)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 16)
+ (uuid "d0ed8ef8-f059-4a99-b962-539a63eac0cb")
+ )
+ (segment
+ (start 153.721 87.026)
+ (end 152.5943 87.026)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 16)
+ (uuid "e4e7a1f2-42af-4682-b253-4e7d1b42d5f1")
+ )
+ (segment
+ (start 152.418 86.8497)
+ (end 131.6977 86.8497)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 16)
+ (uuid "f6a6d08c-1316-41e3-8e7a-44fd1315588a")
+ )
+ (via
+ (at 126.1798 92.3676)
+ (size 0.6)
+ (drill 0.4)
+ (layers "F.Cu" "B.Cu")
+ (net 16)
+ (uuid "e0dee61f-0a45-4426-a902-f66c73f858fb")
+ )
+ (segment
+ (start 108.232 99.424)
+ (end 123.9211 99.424)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 16)
+ (uuid "00b015e3-c055-4809-9fb9-1e982d4dc868")
+ )
+ (segment
+ (start 153.3379 78.136)
+ (end 154.0799 78.136)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 16)
+ (uuid "0ce14227-3103-46bd-a2f4-1b0e87901b11")
+ )
+ (segment
+ (start 154.8551 85.8919)
+ (end 153.721 87.026)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 16)
+ (uuid "15ad7cb6-28f1-4fa2-b5f3-87acc3d0a02f")
+ )
+ (segment
+ (start 154.8551 78.9112)
+ (end 154.8551 85.8919)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 16)
+ (uuid "195dae76-f22f-4468-a11b-2ca3b35def4a")
+ )
+ (segment
+ (start 123.9211 99.424)
+ (end 126.1798 97.1653)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 16)
+ (uuid "22fa0b5b-c2c3-4bda-a0c6-507aed384329")
+ )
+ (segment
+ (start 154.0799 78.136)
+ (end 154.8551 78.9112)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 16)
+ (uuid "3182cb72-05c3-429d-948b-839e45574580")
+ )
+ (segment
+ (start 141.1016 48.0233)
+ (end 142.3088 48.0233)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 16)
+ (uuid "31c38136-9fda-4af9-b0c2-2e3fc2b313bf")
+ )
+ (segment
+ (start 126.1798 97.1653)
+ (end 126.1798 92.3676)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 16)
+ (uuid "3f9e2347-2e14-49b1-abdf-217556efd409")
+ )
+ (segment
+ (start 139.116 49.2)
+ (end 140.2927 49.2)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 16)
+ (uuid "63c16f23-7c38-4cbd-a5da-adaa0a0ba22c")
+ )
+ (segment
+ (start 152.0849 76.883)
+ (end 153.3379 78.136)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 16)
+ (uuid "757caeb6-edf4-441a-87e3-3823d43581b0")
+ )
+ (segment
+ (start 142.3088 48.0233)
+ (end 152.0849 57.7994)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 16)
+ (uuid "9763860c-8850-4ef3-bd7e-794a765b22c4")
+ )
+ (segment
+ (start 152.0849 57.7994)
+ (end 152.0849 76.883)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 16)
+ (uuid "a252008f-e10f-47ab-a2b2-558c7d508098")
+ )
+ (segment
+ (start 102.025 94.026)
+ (end 103.2017 94.026)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 16)
+ (uuid "a6a201db-0462-417c-8c2a-baa520c0b855")
+ )
+ (segment
+ (start 103.2017 94.026)
+ (end 103.2017 94.3937)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 16)
+ (uuid "ad205249-426a-4758-ab82-6c260aeb4f4d")
+ )
+ (segment
+ (start 103.2017 94.3937)
+ (end 108.232 99.424)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 16)
+ (uuid "d860851a-2a97-4abd-9ccb-ee2d850b9b1a")
+ )
+ (segment
+ (start 140.2927 49.2)
+ (end 140.2927 48.8322)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 16)
+ (uuid "e6c64f7e-3a64-4522-a474-905b8fdde296")
+ )
+ (segment
+ (start 140.2927 48.8322)
+ (end 141.1016 48.0233)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 16)
+ (uuid "ec19728e-d66e-472e-be0f-1f5b600d40e4")
+ )
+ (segment
+ (start 160.2143 76.866)
+ (end 159.0876 75.7393)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 17)
+ (uuid "3dd70ede-09b0-4e90-91da-f318a02166b4")
+ )
+ (segment
+ (start 120.9004 88.6596)
+ (end 122.671 88.6596)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 17)
+ (uuid "5c6141ff-ea28-495e-98c2-bb0788a65c02")
+ )
+ (segment
+ (start 141.6531 75.7393)
+ (end 139.0744 78.318)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 17)
+ (uuid "88376df3-2b50-4e38-99b4-236de8f61237")
+ )
+ (segment
+ (start 114.725 94.026)
+ (end 115.9017 94.026)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 17)
+ (uuid "8c29a3f0-0b8f-4a25-ba78-a39d632b258f")
+ )
+ (segment
+ (start 115.9017 93.6583)
+ (end 120.9004 88.6596)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 17)
+ (uuid "a52f9a4c-9ef1-4209-9284-c2d55ce724d6")
+ )
+ (segment
+ (start 161.341 76.866)
+ (end 160.2143 76.866)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 17)
+ (uuid "ac946308-e796-4482-9718-23e474ee824a")
+ )
+ (segment
+ (start 159.0876 75.7393)
+ (end 141.6531 75.7393)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 17)
+ (uuid "bbc867f6-387e-4381-93ba-443553b8b958")
+ )
+ (segment
+ (start 115.9017 94.026)
+ (end 115.9017 93.6583)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 17)
+ (uuid "e2879e78-841a-41bd-8ed8-b98c7002a4c9")
+ )
+ (via
+ (at 139.0744 78.318)
+ (size 0.6)
+ (drill 0.4)
+ (layers "F.Cu" "B.Cu")
+ (net 17)
+ (uuid "0ca7db7a-65ab-4e5a-a1a2-24fb95b5fd0c")
+ )
+ (via
+ (at 122.671 88.6596)
+ (size 0.6)
+ (drill 0.4)
+ (layers "F.Cu" "B.Cu")
+ (net 17)
+ (uuid "e7779047-7e39-4765-a084-a51552c55435")
+ )
+ (segment
+ (start 160.2143 74.8061)
+ (end 160.2143 66.6812)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 17)
+ (uuid "0d046adc-634b-48c6-bbb5-c3ba7dbbcab7")
+ )
+ (segment
+ (start 156.6065 53.6432)
+ (end 153.34 50.3767)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 17)
+ (uuid "1e4c5e51-9591-406a-9af3-64eafb2da695")
+ )
+ (segment
+ (start 122.671 88.6596)
+ (end 133.0126 78.318)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 17)
+ (uuid "485020b1-1d3e-4875-b610-8f2272c0d07a")
+ )
+ (segment
+ (start 161.341 76.866)
+ (end 161.341 75.7393)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 17)
+ (uuid "55ce2f1b-3f9a-4582-a393-0fcb861df098")
+ )
+ (segment
+ (start 160.2143 66.6812)
+ (end 156.6065 63.0734)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 17)
+ (uuid "60570516-875b-48d4-ada0-2d7913607036")
+ )
+ (segment
+ (start 133.0126 78.318)
+ (end 139.0744 78.318)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 17)
+ (uuid "6b4c51ef-ff2b-4d67-be6f-ff9f9a1aa158")
+ )
+ (segment
+ (start 161.341 75.7393)
+ (end 161.1475 75.7393)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 17)
+ (uuid "73879d70-72f9-4820-ae1e-501ab9799175")
+ )
+ (segment
+ (start 156.6065 63.0734)
+ (end 156.6065 53.6432)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 17)
+ (uuid "9561a92c-b997-4866-a263-4aee1172309a")
+ )
+ (segment
+ (start 161.1475 75.7393)
+ (end 160.2143 74.8061)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 17)
+ (uuid "a609c3fe-c814-4217-819c-ae41a2bf145c")
+ )
+ (segment
+ (start 153.34 49.2)
+ (end 153.34 50.3767)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 17)
+ (uuid "e5b84cc1-0d9a-4f53-b284-8b33531e906f")
+ )
+ (segment
+ (start 129.2789 60.8189)
+ (end 129.2789 60.6029)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 18)
+ (uuid "0c892e3b-6c07-462c-b2e6-03e243d4a995")
+ )
+ (segment
+ (start 151.7412 63.0393)
+ (end 159.0876 63.0393)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 18)
+ (uuid "67038ea5-98bb-4bc5-b3d7-dfe65dc1dcdb")
+ )
+ (segment
+ (start 129.2789 60.6029)
+ (end 130.5049 59.3769)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 18)
+ (uuid "7af26e30-119a-448a-a231-2a08c6f4fc96")
+ )
+ (segment
+ (start 159.0876 63.0393)
+ (end 160.2143 64.166)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 18)
+ (uuid "8d34f015-6613-4a1f-840f-f04b23862748")
+ )
+ (segment
+ (start 130.5049 59.3769)
+ (end 148.0788 59.3769)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 18)
+ (uuid "c71701ba-7e2e-4e8b-9f91-fda41be60f34")
+ )
+ (segment
+ (start 148.0788 59.3769)
+ (end 151.7412 63.0393)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 18)
+ (uuid "cb7afabb-56bc-4e10-b096-9e01190f5025")
+ )
+ (segment
+ (start 161.341 64.166)
+ (end 160.2143 64.166)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 18)
+ (uuid "f3bf5729-4f81-422f-ba7e-3db489879001")
+ )
+ (via
+ (at 129.2789 60.8189)
+ (size 0.6)
+ (drill 0.4)
+ (layers "F.Cu" "B.Cu")
+ (net 18)
+ (uuid "f5400652-9114-4f27-9135-64d26edad4b4")
+ )
+ (segment
+ (start 119.805 94.026)
+ (end 119.805 92.8493)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 18)
+ (uuid "071de548-ce49-429b-91e4-4151d0392cc4")
+ )
+ (segment
+ (start 158.42 49.2)
+ (end 158.42 50.3767)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 18)
+ (uuid "1a369700-6904-4f91-960e-3b44f202bde6")
+ )
+ (segment
+ (start 116.2141 89.2584)
+ (end 116.2141 82.8151)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 18)
+ (uuid "21ae1187-d85e-4fc4-98d5-1acdad589eb2")
+ )
+ (segment
+ (start 119.805 92.8493)
+ (end 116.2141 89.2584)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 18)
+ (uuid "31bde490-96de-4ae7-90e1-228617d9fbcb")
+ )
+ (segment
+ (start 116.2141 82.8151)
+ (end 123.0117 76.0175)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 18)
+ (uuid "6e903cd1-32d8-411a-ae77-e825d5ad95cb")
+ )
+ (segment
+ (start 161.341 63.0393)
+ (end 161.0593 63.0393)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 18)
+ (uuid "88d2b15d-c16f-4134-84a0-d4213104eb13")
+ )
+ (segment
+ (start 158.42 60.4)
+ (end 158.42 50.3767)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 18)
+ (uuid "a5ef9474-9483-4249-b8cc-c4f63d5abbfc")
+ )
+ (segment
+ (start 123.0117 67.0861)
+ (end 129.2789 60.8189)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 18)
+ (uuid "d1f2932e-764d-44ff-9684-4880b23a9076")
+ )
+ (segment
+ (start 161.341 64.166)
+ (end 161.341 63.0393)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 18)
+ (uuid "e79182b4-057b-4c9d-9065-1e23e5e09f6f")
+ )
+ (segment
+ (start 123.0117 76.0175)
+ (end 123.0117 67.0861)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 18)
+ (uuid "ee7fe04b-7516-4926-88ef-0ab78f695397")
+ )
+ (segment
+ (start 161.0593 63.0393)
+ (end 158.42 60.4)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 18)
+ (uuid "f90790cc-ed2a-47e4-bba2-2f906a3e4a89")
+ )
+ (segment
+ (start 161.341 81.946)
+ (end 160.2143 81.946)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 19)
+ (uuid "488404cb-a4fd-4d56-af85-7b5596a743d6")
+ )
+ (segment
+ (start 156.4043 85.756)
+ (end 131.6231 85.756)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 19)
+ (uuid "49dfd7a3-be41-48c5-932e-6834d7890a34")
+ )
+ (segment
+ (start 160.2143 81.946)
+ (end 156.4043 85.756)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 19)
+ (uuid "ae4d4b2c-82f7-4ac5-83e1-2938b7cae02d")
+ )
+ (segment
+ (start 131.6231 85.756)
+ (end 125.6173 91.7618)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 19)
+ (uuid "edb696bd-01c7-4627-beeb-ff983ad2b944")
+ )
+ (via
+ (at 125.6173 91.7618)
+ (size 0.6)
+ (drill 0.4)
+ (layers "F.Cu" "B.Cu")
+ (net 19)
+ (uuid "0ec0b3d7-6040-4d7f-85fc-710fa2cd0b5d")
+ )
+ (segment
+ (start 159.3109 68.552)
+ (end 155.3544 64.5955)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 19)
+ (uuid "079d55b8-3560-4532-951e-1dd25a5c2c42")
+ )
+ (segment
+ (start 122.8405 95.2093)
+ (end 123.5217 94.5281)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 19)
+ (uuid "1f70b7f7-8eb7-4add-908b-0a686f7eeb54")
+ )
+ (segment
+ (start 110.8217 94.026)
+ (end 110.8217 94.3937)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 19)
+ (uuid "20776e55-3a27-4abf-b059-b3e891c11e94")
+ )
+ (segment
+ (start 123.5217 94.5281)
+ (end 123.5217 93.7192)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 19)
+ (uuid "2d282036-ffb1-4d3e-87b5-10aade2db179")
+ )
+ (segment
+ (start 161.341 81.946)
+ (end 161.341 80.8193)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 19)
+ (uuid "3c4c5269-0dff-4929-b5c5-a09637c8960e")
+ )
+ (segment
+ (start 161.341 80.8193)
+ (end 161.0592 80.8193)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 19)
+ (uuid "4188170d-6832-4b43-9709-2e7e8ed464a7")
+ )
+ (segment
+ (start 125.4791 91.7618)
+ (end 125.6173 91.7618)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 19)
+ (uuid "48b5ecda-2ce0-405b-ba3a-c23916cca4d4")
+ )
+ (segment
+ (start 159.3109 79.071)
+ (end 159.3109 68.552)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 19)
+ (uuid "6e7fc3ad-59ac-48c3-aa04-5dccca15d67d")
+ )
+ (segment
+ (start 111.6373 95.2093)
+ (end 122.8405 95.2093)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 19)
+ (uuid "86a00d8e-4078-4069-af68-ff2c5110c733")
+ )
+ (segment
+ (start 153.912 57.6736)
+ (end 153.2152 57.6736)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 19)
+ (uuid "86ea4142-e82c-46f6-bbd7-62d0d7bf01cb")
+ )
+ (segment
+ (start 155.3544 59.116)
+ (end 153.912 57.6736)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 19)
+ (uuid "8878d73d-d340-4577-8315-fdc6820fc1e4")
+ )
+ (segment
+ (start 148.26 52.7184)
+ (end 148.26 49.2)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 19)
+ (uuid "8a5d4c9b-5870-476f-83fe-14b8e93106d0")
+ )
+ (segment
+ (start 155.3544 64.5955)
+ (end 155.3544 59.116)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 19)
+ (uuid "907064d3-df20-477c-ac14-eeb7649b0441")
+ )
+ (segment
+ (start 110.8217 94.3937)
+ (end 111.6373 95.2093)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 19)
+ (uuid "9b491abe-9b6d-4c5a-9789-78f0f88df5d3")
+ )
+ (segment
+ (start 109.645 94.026)
+ (end 110.8217 94.026)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 19)
+ (uuid "b43385bc-25a7-4375-8c67-d19164a80b7c")
+ )
+ (segment
+ (start 161.0592 80.8193)
+ (end 159.3109 79.071)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 19)
+ (uuid "b57de220-3aa8-4971-8019-8bc2cf90774a")
+ )
+ (segment
+ (start 123.5217 93.7192)
+ (end 125.4791 91.7618)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 19)
+ (uuid "e27176e2-20bf-48fe-84bf-9ec1f71ead85")
+ )
+ (segment
+ (start 153.2152 57.6736)
+ (end 148.26 52.7184)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 19)
+ (uuid "f6636f97-63c2-4e3c-9dac-ce0f6550a212")
+ )
+ (segment
+ (start 158.8767 78.0684)
+ (end 140.3823 78.0684)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 20)
+ (uuid "0c6004ee-1f68-4672-8612-5ae05a11806e")
+ )
+ (segment
+ (start 113.3617 93.7161)
+ (end 113.3617 94.026)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 20)
+ (uuid "45f4ed57-731b-4f5a-a37f-2277a2de2d72")
+ )
+ (segment
+ (start 120.4098 86.668)
+ (end 113.3617 93.7161)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 20)
+ (uuid "55d3b069-4de3-48d2-a9e8-e288372da35e")
+ )
+ (segment
+ (start 161.341 79.406)
+ (end 160.2143 79.406)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 20)
+ (uuid "66ce2805-8614-4747-8dd6-93418079fb38")
+ )
+ (segment
+ (start 128.6984 86.668)
+ (end 120.4098 86.668)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 20)
+ (uuid "7f578e18-cd8d-4937-8e2e-f18a1c5e30c7")
+ )
+ (segment
+ (start 160.2143 79.406)
+ (end 158.8767 78.0684)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 20)
+ (uuid "86d37923-17dd-4ef0-a24d-501a8a0d0941")
+ )
+ (segment
+ (start 112.185 94.026)
+ (end 113.3617 94.026)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 20)
+ (uuid "8fe5f135-3233-4343-bea3-195bb4bed75a")
+ )
+ (segment
+ (start 140.3823 78.0684)
+ (end 139.3101 79.1406)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 20)
+ (uuid "bd28933b-43ad-4195-a666-4b0f02d449cd")
+ )
+ (via
+ (at 139.3101 79.1406)
+ (size 0.6)
+ (drill 0.4)
+ (layers "F.Cu" "B.Cu")
+ (net 20)
+ (uuid "6702e4c6-07f0-412a-ae26-cf92392abc20")
+ )
+ (via
+ (at 128.6984 86.668)
+ (size 0.6)
+ (drill 0.4)
+ (layers "F.Cu" "B.Cu")
+ (net 20)
+ (uuid "ac5181bf-7a06-4486-8629-3c87fd696671")
+ )
+ (segment
+ (start 159.7626 67.7261)
+ (end 155.8061 63.7696)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 20)
+ (uuid "129fe9ec-9d11-4639-8d73-99aab16a6bf5")
+ )
+ (segment
+ (start 161.341 79.406)
+ (end 161.341 78.2793)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 20)
+ (uuid "1ce693b1-8dc2-4885-9cc4-8f670853a4d6")
+ )
+ (segment
+ (start 128.6984 86.668)
+ (end 131.7827 86.668)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 20)
+ (uuid "307c91e2-c66b-4ab8-8d57-f77c880fa037")
+ )
+ (segment
+ (start 155.8061 56.9791)
+ (end 153.9597 55.1327)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 20)
+ (uuid "42a36339-5e33-4384-a52c-5ab596ccf6c3")
+ )
+ (segment
+ (start 161.341 78.2793)
+ (end 161.0592 78.2793)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 20)
+ (uuid "59665c6b-1d3e-4bd3-8ee0-deec87bf80f9")
+ )
+ (segment
+ (start 152.7856 55.1327)
+ (end 151.9767 54.3238)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 20)
+ (uuid "698d1ba8-8898-4753-a64d-1433d51172a3")
+ )
+ (segment
+ (start 153.9597 55.1327)
+ (end 152.7856 55.1327)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 20)
+ (uuid "877be7c9-53d5-4e85-a745-cf41dbc1d1ff")
+ )
+ (segment
+ (start 161.0592 78.2793)
+ (end 159.7626 76.9827)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 20)
+ (uuid "91f4f61d-88c5-435e-9a22-a2958bd96047")
+ )
+ (segment
+ (start 150.8 49.2)
+ (end 151.9767 49.2)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 20)
+ (uuid "9bf908c9-bb99-4a5e-b0bd-5ab6e60dd268")
+ )
+ (segment
+ (start 155.8061 63.7696)
+ (end 155.8061 56.9791)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 20)
+ (uuid "addf3a0b-32b6-4c47-9dc1-8834eb06a77b")
+ )
+ (segment
+ (start 159.7626 76.9827)
+ (end 159.7626 67.7261)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 20)
+ (uuid "ce07ff5d-d729-48a8-b56a-9a15eb37a8ce")
+ )
+ (segment
+ (start 151.9767 54.3238)
+ (end 151.9767 49.2)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 20)
+ (uuid "de04ba42-b494-4bc5-99ef-6577b8656ec3")
+ )
+ (segment
+ (start 131.7827 86.668)
+ (end 139.3101 79.1406)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 20)
+ (uuid "ed893b3e-3e1c-4ff2-8dbe-efe6ad487c2c")
+ )
+ (segment
+ (start 147.905 65.3635)
+ (end 158.8718 65.3635)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 22)
+ (uuid "061078aa-a90c-4f55-ace8-7afbb78ece53")
+ )
+ (segment
+ (start 143.1598 59.84)
+ (end 143.935 60.6152)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 22)
+ (uuid "08296157-c536-4456-9921-eb58cfc2ef39")
+ )
+ (segment
+ (start 161.341 66.706)
+ (end 160.2143 66.706)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 22)
+ (uuid "45ec2497-df0b-4665-a065-1b38703b8eac")
+ )
+ (segment
+ (start 143.935 60.6152)
+ (end 143.935 61.3935)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 22)
+ (uuid "754f9ce8-ad4d-483e-b12f-132a12f5578b")
+ )
+ (segment
+ (start 158.8718 65.3635)
+ (end 160.2143 66.706)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 22)
+ (uuid "ccfa810f-9d10-441c-bd38-3cf02eda24d1")
+ )
+ (segment
+ (start 143.935 61.3935)
+ (end 147.905 65.3635)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 22)
+ (uuid "dd6e8170-be99-4373-a1bf-b1ba4afbcfdf")
+ )
+ (segment
+ (start 130.9536 59.84)
+ (end 143.1598 59.84)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 22)
+ (uuid "e480d699-ff9a-40d4-a8dc-f916e108e48a")
+ )
+ (segment
+ (start 130.6764 60.1172)
+ (end 130.9536 59.84)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 22)
+ (uuid "f5988b47-f3d3-4d47-ae0b-ccdb907d52ff")
+ )
+ (via
+ (at 130.6764 60.1172)
+ (size 0.6)
+ (drill 0.4)
+ (layers "F.Cu" "B.Cu")
+ (net 22)
+ (uuid "b303b475-5c1e-409f-9374-21a19641825f")
+ )
+ (segment
+ (start 117.265 94.026)
+ (end 117.265 92.8493)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 22)
+ (uuid "00cd98bc-e495-4601-a842-e72c3b28f22a")
+ )
+ (segment
+ (start 115.7367 91.321)
+ (end 117.265 92.8493)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 22)
+ (uuid "045791ba-0d18-4e4f-bb22-21c6d09c72ff")
+ )
+ (segment
+ (start 121.1897 67.9825)
+ (end 121.1897 76.7725)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 22)
+ (uuid "09dcbe2e-7b82-4a6a-8fee-9427af9f6eda")
+ )
+ (segment
+ (start 161.341 66.706)
+ (end 161.341 65.5793)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 22)
+ (uuid "2b12b80f-6c1c-4122-b01e-b30d2be140bd")
+ )
+ (segment
+ (start 161.341 65.5793)
+ (end 161.0593 65.5793)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 22)
+ (uuid "35ce8dca-792c-417f-8bee-946fb7716673")
+ )
+ (segment
+ (start 157.0582 51.5549)
+ (end 155.88 50.3767)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 22)
+ (uuid "37131c10-b72a-4178-83e1-b20d59cbf760")
+ )
+ (segment
+ (start 161.0593 65.5793)
+ (end 157.0582 61.5782)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 22)
+ (uuid "52b4f4c0-6ae5-4648-83ad-c62fd4b69a20")
+ )
+ (segment
+ (start 121.1897 76.7725)
+ (end 115.7367 82.2255)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 22)
+ (uuid "655eba54-0eee-410d-a295-571da48ffae7")
+ )
+ (segment
+ (start 157.0582 61.5782)
+ (end 157.0582 51.5549)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 22)
+ (uuid "799cb790-5b9c-49c3-b7f6-a35a5f1398a0")
+ )
+ (segment
+ (start 130.6764 60.1172)
+ (end 129.055 60.1172)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 22)
+ (uuid "9fda364b-ec26-4e1d-bb91-544f02465bc1")
+ )
+ (segment
+ (start 115.7367 82.2255)
+ (end 115.7367 91.321)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 22)
+ (uuid "c6358f44-bb7b-4ea2-9a9b-d9d6e94ad1d1")
+ )
+ (segment
+ (start 129.055 60.1172)
+ (end 121.1897 67.9825)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 22)
+ (uuid "d5c78988-53c2-4dfb-9d6f-5cdeec2ed854")
+ )
+ (segment
+ (start 155.88 49.2)
+ (end 155.88 50.3767)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 22)
+ (uuid "f8ac76ba-735a-495a-8bd7-aee3f3ed7e2f")
+ )
+ (segment
+ (start 162.3233 97.0923)
+ (end 162.3233 97.46)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 32)
+ (uuid "1e2dd722-23be-4026-9c7d-3e40e6a5e942")
+ )
+ (segment
+ (start 149.1083 94.026)
+ (end 149.1083 93.6541)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 32)
+ (uuid "2f5b6979-980d-444e-acd4-0194c8c29d20")
+ )
+ (segment
+ (start 142.4823 80.8343)
+ (end 140.6524 79.0044)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 32)
+ (uuid "3a915c5c-71c2-4e48-9a7e-93527068b632")
+ )
+ (segment
+ (start 142.665 81.961)
+ (end 142.665 80.8343)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 32)
+ (uuid "3fef5c62-1998-4eaa-8d7c-92d2db61b06c")
+ )
+ (segment
+ (start 142.665 80.8343)
+ (end 142.4823 80.8343)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 32)
+ (uuid "6c562610-cff0-4779-a8d7-6cbc74d87ff5")
+ )
+ (segment
+ (start 159.257 94.026)
+ (end 162.3233 97.0923)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 32)
+ (uuid "805201a9-81b1-492c-9698-dd70232a2d0c")
+ )
+ (segment
+ (start 150.285 94.026)
+ (end 159.257 94.026)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 32)
+ (uuid "847a4833-9178-4082-bc03-ae38c0c718fd")
+ )
+ (segment
+ (start 150.285 94.026)
+ (end 149.1083 94.026)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 32)
+ (uuid "88d5bc42-bff5-41a5-aff9-06115f9cf8d3")
+ )
+ (segment
+ (start 163.5 97.46)
+ (end 162.3233 97.46)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 32)
+ (uuid "95926f66-fa7a-4b2c-b19f-9355a8d2c0a6")
+ )
+ (segment
+ (start 142.9993 87.5451)
+ (end 142.3054 87.5451)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 32)
+ (uuid "c0442e7e-05bb-496a-8663-6446755ad476")
+ )
+ (segment
+ (start 149.1083 93.6541)
+ (end 142.9993 87.5451)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 32)
+ (uuid "c2ba42aa-ee8d-4cfc-81e1-a8cf1e890d57")
+ )
+ (via
+ (at 140.6524 79.0044)
+ (size 0.6)
+ (drill 0.4)
+ (layers "F.Cu" "B.Cu")
+ (net 32)
+ (uuid "63eb62db-a20f-4a9d-ac62-b193a920904b")
+ )
+ (via
+ (at 142.3054 87.5451)
+ (size 0.6)
+ (drill 0.4)
+ (layers "F.Cu" "B.Cu")
+ (net 32)
+ (uuid "bde14744-0816-4b49-adcf-ef835781f460")
+ )
+ (segment
+ (start 163.5 63.785)
+ (end 161.341 61.626)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 32)
+ (uuid "0f35a9d2-0206-4ee1-bc07-2161886819c8")
+ )
+ (segment
+ (start 142.665 82.5243)
+ (end 142.665 81.961)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 32)
+ (uuid "12b8a8de-dc56-465a-9fa6-317da41178ee")
+ )
+ (segment
+ (start 126.14 52.776)
+ (end 126.14 53.9527)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 32)
+ (uuid "479ef872-9c45-44d3-8cb7-1bd16a11c030")
+ )
+ (segment
+ (start 142.3054 83.4473)
+ (end 142.665 83.0877)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 32)
+ (uuid "84fd0136-8b42-4878-89ff-90da4af0d870")
+ )
+ (segment
+ (start 163.5 97.46)
+ (end 163.5 63.785)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 32)
+ (uuid "a9cb8b0e-314b-4227-9ab6-311b93b03475")
+ )
+ (segment
+ (start 131.3297 63.784)
+ (end 131.3297 59.1424)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 32)
+ (uuid "aed46fc1-1aa2-4a65-be89-036fdbbc3ca2")
+ )
+ (segment
+ (start 135.045 73.397)
+ (end 135.045 68.626)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 32)
+ (uuid "b0c81bf4-e927-4d74-aaf8-3f2874e7b44d")
+ )
+ (segment
+ (start 131.3297 59.1424)
+ (end 126.14 53.9527)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 32)
+ (uuid "c87ae4c2-7fb6-464d-b792-03bfcc9e73bb")
+ )
+ (segment
+ (start 142.665 82.5243)
+ (end 142.665 83.0877)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 32)
+ (uuid "cd57207b-cb02-40c4-afaf-c13e8f2c4f84")
+ )
+ (segment
+ (start 135.045 68.626)
+ (end 135.045 67.4993)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 32)
+ (uuid "dc1aa4ad-6410-4eb0-9e2a-21f5f63c4e47")
+ )
+ (segment
+ (start 142.3054 87.5451)
+ (end 142.3054 83.4473)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 32)
+ (uuid "e6eb9705-bc4a-480b-89ca-0ad700d39ed3")
+ )
+ (segment
+ (start 140.6524 79.0044)
+ (end 135.045 73.397)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 32)
+ (uuid "f2ae6948-b5ea-40b7-8bce-3e448313ef4e")
+ )
+ (segment
+ (start 135.045 67.4993)
+ (end 131.3297 63.784)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 32)
+ (uuid "fabb0617-9858-4b8e-b38a-fbad0ecaedc6")
+ )
+ (segment
+ (start 154.8477 66.0906)
+ (end 154.8477 61.0576)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 34)
+ (uuid "289038ba-54b3-45bf-8b5a-f35ece2fa54e")
+ )
+ (segment
+ (start 153.721 59.086)
+ (end 153.721 60.2127)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 34)
+ (uuid "2f570d69-5acc-4552-b8f1-1a9fababad59")
+ )
+ (segment
+ (start 159.7833 97.8277)
+ (end 159.7833 97.46)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 34)
+ (uuid "499e388a-d03d-4852-bedd-5f90fb27a8b5")
+ )
+ (segment
+ (start 132.4686 95.2027)
+ (end 134.29 97.0241)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 34)
+ (uuid "4e5900ca-c830-48e6-807b-40f6caeb3692")
+ )
+ (segment
+ (start 131.9506 95.2027)
+ (end 132.4686 95.2027)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 34)
+ (uuid "5c4ba9b9-e2f7-47ce-8a58-3a8d4e8720d6")
+ )
+ (segment
+ (start 131.1417 94.026)
+ (end 131.1417 94.3938)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 34)
+ (uuid "651e49f0-8dbc-4a67-97ee-fcd0c6f89b18")
+ )
+ (segment
+ (start 134.29 97.9303)
+ (end 135.4983 99.1386)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 34)
+ (uuid "659e8f5c-7385-470e-8852-27c5ee26405f")
+ )
+ (segment
+ (start 158.4724 99.1386)
+ (end 159.7833 97.8277)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 34)
+ (uuid "7067754f-d8da-43cc-82e6-5381f19561c9")
+ )
+ (segment
+ (start 154.0028 60.2127)
+ (end 153.721 60.2127)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 34)
+ (uuid "77c118a3-5631-483d-96b2-dc79db2414c8")
+ )
+ (segment
+ (start 158.8178 94.1411)
+ (end 158.8178 70.0607)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 34)
+ (uuid "7e98efe3-450b-4bb6-9247-b1b005613830")
+ )
+ (segment
+ (start 135.4983 99.1386)
+ (end 158.4724 99.1386)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 34)
+ (uuid "8366d560-6713-4b5d-a0a7-716503c79c2a")
+ )
+ (segment
+ (start 129.965 94.026)
+ (end 131.1417 94.026)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 34)
+ (uuid "8ce05fe0-6a77-49f2-ad07-cbe8331c8ae8")
+ )
+ (segment
+ (start 134.29 97.0241)
+ (end 134.29 97.9303)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 34)
+ (uuid "9295141b-65f3-427a-8523-d26b16f7e32a")
+ )
+ (segment
+ (start 160.96 97.46)
+ (end 160.96 96.2833)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 34)
+ (uuid "99601d91-518d-451a-b02b-06071a2259c3")
+ )
+ (segment
+ (start 160.96 97.46)
+ (end 159.7833 97.46)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 34)
+ (uuid "a16d5191-78c3-4c60-8d3d-d7d14594a7f0")
+ )
+ (segment
+ (start 131.1417 94.3938)
+ (end 131.9506 95.2027)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 34)
+ (uuid "d739dad7-8cf8-451a-8248-64dc0f2009e8")
+ )
+ (segment
+ (start 154.8477 61.0576)
+ (end 154.0028 60.2127)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 34)
+ (uuid "de5f28d0-9dde-4d8b-91e8-3dd2978ad0f7")
+ )
+ (segment
+ (start 158.8178 70.0607)
+ (end 154.8477 66.0906)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 34)
+ (uuid "e52c9cd1-625a-4f67-8f15-2185373b91f3")
+ )
+ (segment
+ (start 160.96 96.2833)
+ (end 158.8178 94.1411)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 34)
+ (uuid "ee5dc90c-6dea-49ed-9b08-157ce99b5da5")
+ )
+ (segment
+ (start 124.7767 52.776)
+ (end 124.7767 53.1437)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 35)
+ (uuid "1860af61-3072-4072-87c8-568a49ef4022")
+ )
+ (segment
+ (start 124.7767 53.1437)
+ (end 125.639 54.006)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 35)
+ (uuid "1aab0eb4-3a93-4746-8724-71b19c6ca8be")
+ )
+ (segment
+ (start 125.639 54.006)
+ (end 153.721 54.006)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 35)
+ (uuid "3b610be3-15f0-4b3b-9a82-51ec025d5285")
+ )
+ (segment
+ (start 123.6 52.776)
+ (end 124.7767 52.776)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 35)
+ (uuid "c8da9653-531b-4fbc-a3a6-9a4208f556f9")
+ )
+ (segment
+ (start 126.6619 51.5993)
+ (end 125.5856 51.5993)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 35)
+ (uuid "008a971e-7d6c-429e-9e47-437c3c833c88")
+ )
+ (segment
+ (start 125.5856 51.5993)
+ (end 124.7767 52.4082)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 35)
+ (uuid "0dc9ca67-d864-43be-a178-50d2dad51489")
+ )
+ (segment
+ (start 127.41 53.406)
+ (end 127.41 52.3474)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 35)
+ (uuid "12511545-beab-44da-b047-f14e86a6c8eb")
+ )
+ (segment
+ (start 140.125 69.7527)
+ (end 141.2926 70.9203)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 35)
+ (uuid "1aa90c53-6ccb-4977-8f71-12bdc2c2be17")
+ )
+ (segment
+ (start 140.125 67.4993)
+ (end 139.8433 67.4993)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 35)
+ (uuid "251cd2f4-4d88-4b9e-9ca3-dfecb5245a6c")
+ )
+ (segment
+ (start 123.6 52.776)
+ (end 124.7767 52.776)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 35)
+ (uuid "26971e60-6c7e-4054-91b3-6b37566273bd")
+ )
+ (segment
+ (start 141.2926 79.6667)
+ (end 140.125 80.8343)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 35)
+ (uuid "30518b77-ea05-44d6-ab2d-9034370d26e1")
+ )
+ (segment
+ (start 117.265 83.866)
+ (end 117.265 84.1398)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 35)
+ (uuid "3fefacbe-7ad3-40c4-a784-b33a76c63dce")
+ )
+ (segment
+ (start 124.7767 52.4082)
+ (end 124.7767 52.776)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 35)
+ (uuid "477702a4-2206-40ee-b2a3-8e99cef5ef8f")
+ )
+ (segment
+ (start 122.4117 89.2865)
+ (end 124.0388 89.2865)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 35)
+ (uuid "494d6339-d3c7-47f6-bb1b-874276ebde40")
+ )
+ (segment
+ (start 127.425 94.026)
+ (end 127.425 92.8493)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 35)
+ (uuid "5674ca42-c681-4c8a-95ad-49dc79929395")
+ )
+ (segment
+ (start 124.0388 89.2865)
+ (end 127.425 92.6727)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 35)
+ (uuid "5c6a0690-f57f-4691-99c0-381c8bdad52e")
+ )
+ (segment
+ (start 141.2926 70.9203)
+ (end 141.2926 79.6667)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 35)
+ (uuid "646716e2-4e88-4b5f-95e1-47ac3c891b45")
+ )
+ (segment
+ (start 127.425 92.6727)
+ (end 127.425 92.8493)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 35)
+ (uuid "71df7eef-6879-4d36-834e-699d8ec5cc1f")
+ )
+ (segment
+ (start 140.125 69.076)
+ (end 140.125 69.7527)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 35)
+ (uuid "749cf2c3-bd2f-42d4-861f-c2c27316a1ab")
+ )
+ (segment
+ (start 140.125 81.961)
+ (end 138.9983 81.961)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 35)
+ (uuid "886d4ab4-687a-4707-b67c-77098be50200")
+ )
+ (segment
+ (start 133.6596 61.3156)
+ (end 133.6596 59.6556)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 35)
+ (uuid "989c7c80-046b-4bf9-9db3-6e3c7441d0d5")
+ )
+ (segment
+ (start 140.125 81.961)
+ (end 140.125 80.8343)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 35)
+ (uuid "ae024a62-71fc-47a9-b4f1-91957694a7e5")
+ )
+ (segment
+ (start 117.265 84.1398)
+ (end 122.4117 89.2865)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 35)
+ (uuid "b1c8408d-85ea-46d4-a350-338cddbc8f91")
+ )
+ (segment
+ (start 140.125 69.076)
+ (end 140.125 68.626)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 35)
+ (uuid "bc0d4e0a-b434-4822-878d-d3c9a9a151bc")
+ )
+ (segment
+ (start 139.8433 67.4993)
+ (end 133.6596 61.3156)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 35)
+ (uuid "bcbe0206-fd18-4b22-aa82-d87d43d653a5")
+ )
+ (segment
+ (start 138.9983 81.961)
+ (end 128.2866 92.6727)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 35)
+ (uuid "e6624dd9-8590-452c-9e07-d3e32b03aa7a")
+ )
+ (segment
+ (start 140.125 68.626)
+ (end 140.125 67.4993)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 35)
+ (uuid "e94ad30b-ed60-4356-b0f2-68a8cdad781f")
+ )
+ (segment
+ (start 127.41 52.3474)
+ (end 126.6619 51.5993)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 35)
+ (uuid "e990d959-b643-4443-a9e4-3df939e7016d")
+ )
+ (segment
+ (start 133.6596 59.6556)
+ (end 127.41 53.406)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 35)
+ (uuid "ea9f0dde-e53e-46b3-8c6d-fb281fd8a0ec")
+ )
+ (segment
+ (start 128.2866 92.6727)
+ (end 127.425 92.6727)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 35)
+ (uuid "fce2e12e-4e02-437c-8c2d-2a4d38b57b45")
+ )
+ (segment
+ (start 139.0983 56.561)
+ (end 136.8145 58.8448)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 45)
+ (uuid "a8a70339-ebe9-4a09-bcc0-beaee1e7423b")
+ )
+ (segment
+ (start 140.125 56.561)
+ (end 139.0983 56.561)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 45)
+ (uuid "ac599c5a-f90f-4c65-8798-ab8935c2c0e8")
+ )
+ (segment
+ (start 136.8145 58.8448)
+ (end 127.4967 58.8448)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 45)
+ (uuid "f0474b09-7703-4c81-88e1-d6284c2e8f1d")
+ )
+ (via
+ (at 127.4967 58.8448)
+ (size 0.6)
+ (drill 0.4)
+ (layers "F.Cu" "B.Cu")
+ (net 45)
+ (uuid "f7785739-2bed-4e19-b29a-3899a2538c3f")
+ )
+ (segment
+ (start 104.565 81.7765)
+ (end 127.4967 58.8448)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 45)
+ (uuid "2ca10d19-584e-458a-a2d8-01165144306d")
+ )
+ (segment
+ (start 104.565 81.961)
+ (end 104.565 81.7765)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 45)
+ (uuid "6a62db88-3bd0-44f2-891d-86179ab08b47")
+ )
+ (segment
+ (start 110.915 76.881)
+ (end 110.915 83.231)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 46)
+ (uuid "0935c427-7101-47c0-ba15-d20cf8bfcfa4")
+ )
+ (segment
+ (start 113.5534 84.8927)
+ (end 111.8917 83.231)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 46)
+ (uuid "2128923e-1b3e-4b34-9393-8ce4704f8a6f")
+ )
+ (segment
+ (start 122.8316 84.8927)
+ (end 113.5534 84.8927)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 46)
+ (uuid "26996ad5-8c5c-4c39-9bfb-769c547e3ce2")
+ )
+ (segment
+ (start 124.885 83.866)
+ (end 123.8583 83.866)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 46)
+ (uuid "34180637-dbcc-4b17-ad75-a31dc3713f8f")
+ )
+ (segment
+ (start 123.8583 83.866)
+ (end 122.8316 84.8927)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 46)
+ (uuid "4606cc6c-43cc-4333-a352-95da978101fe")
+ )
+ (segment
+ (start 110.915 83.231)
+ (end 111.8917 83.231)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 46)
+ (uuid "6b971bd4-1928-4975-b221-8c10f1604084")
+ )
+ (segment
+ (start 124.885 78.151)
+ (end 121.075 81.961)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 47)
+ (uuid "35f859cc-4e0a-4844-a0b7-2e2870e7800b")
+ )
+ (segment
+ (start 121.075 81.961)
+ (end 112.185 81.961)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 47)
+ (uuid "aa40c85e-290a-41ba-a91b-00c395187274")
+ )
+ (segment
+ (start 124.885 78.151)
+ (end 124.885 71.801)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 47)
+ (uuid "5f342426-8a4a-4e0a-9e91-6becf598def5")
+ )
+ (segment
+ (start 117.265 73.2685)
+ (end 106.3258 84.2077)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 48)
+ (uuid "13a796c9-05fd-4f04-adc7-3f206acd9810")
+ )
+ (segment
+ (start 106.3258 84.2077)
+ (end 105.2484 84.2077)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 48)
+ (uuid "360e2079-80ee-439d-934c-6ed69ba938fa")
+ )
+ (segment
+ (start 105.2484 84.2077)
+ (end 104.2717 83.231)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 48)
+ (uuid "3a9954f6-29da-4b41-9182-c8a847132c30")
+ )
+ (segment
+ (start 103.295 83.231)
+ (end 104.2717 83.231)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 48)
+ (uuid "7e07953e-9335-4d15-bea6-29cd6050ae8c")
+ )
+ (segment
+ (start 117.265 71.801)
+ (end 117.265 73.2685)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 48)
+ (uuid "9732381b-9f50-456a-944a-c917708b6af3")
+ )
+ (segment
+ (start 117.265 78.151)
+ (end 116.2383 78.151)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 49)
+ (uuid "1c9844db-a0c7-4df8-bf8f-7d2bccc5ba81")
+ )
+ (segment
+ (start 116.2383 77.5793)
+ (end 110.46 71.801)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 49)
+ (uuid "398a8f4b-3934-400d-a757-9afaed6b4fb2")
+ )
+ (segment
+ (start 116.2383 78.151)
+ (end 116.2383 77.5793)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 49)
+ (uuid "b381b366-d380-42a4-9123-f2093a389708")
+ )
+ (segment
+ (start 117.265 78.151)
+ (end 117.265 79.1777)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 49)
+ (uuid "4ba3fafb-0f1b-4c39-842c-627b42d9a22e")
+ )
+ (segment
+ (start 113.455 82.9877)
+ (end 113.455 83.231)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 49)
+ (uuid "504b9f8b-9178-48a7-9555-05a5985f6665")
+ )
+ (segment
+ (start 117.265 79.1777)
+ (end 113.455 82.9877)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 49)
+ (uuid "68b17912-67f9-47d2-9f7e-bcd8255e42db")
+ )
+ (zone
+ (net 1)
+ (net_name "GND")
+ (layer "B.Cu")
+ (uuid "31ccb2a7-b632-4a84-84d9-59cee09eafe2")
+ (hatch edge 0.5)
+ (connect_pads
+ (clearance 0.508)
+ )
+ (min_thickness 0.25)
+ (filled_areas_thickness no)
+ (fill yes
+ (thermal_gap 0.5)
+ (thermal_bridge_width 0.5)
+ )
+ (polygon
+ (pts
+ (xy 100.755 47.036) (xy 100.755 99.106) (xy 165.525 99.106) (xy 166.16 97.836) (xy 168.065 95.931)
+ (xy 168.065 62.276) (xy 165.525 59.736) (xy 165.525 49.576) (xy 162.985 47.036)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 165.074195 49.125195) (xy 165.488681 49.539681) (xy 165.522166 49.601004) (xy 165.525 49.627362)
+ (xy 165.525 59.736) (xy 168.028681 62.239681) (xy 168.062166 62.301004) (xy 168.065 62.327362) (xy 168.065 95.879638)
+ (xy 168.045315 95.946677) (xy 168.028681 95.967319) (xy 166.16 97.835999) (xy 166.159998 97.836002)
+ (xy 165.559273 99.037454) (xy 165.511686 99.088613) (xy 165.448364 99.106) (xy 159.700266 99.106)
+ (xy 159.633227 99.086315) (xy 159.587472 99.033511) (xy 159.577528 98.964353) (xy 159.606553 98.900797)
+ (xy 159.612585 98.894319) (xy 159.781488 98.725416) (xy 159.963401 98.543502) (xy 160.024722 98.510019)
+ (xy 160.094413 98.515003) (xy 160.12724 98.53333) (xy 160.214424 98.601189) (xy 160.214426 98.60119)
+ (xy 160.214429 98.601192) (xy 160.329535 98.663484) (xy 160.412426 98.708342) (xy 160.625365 98.781444)
+ (xy 160.847431 98.8185) (xy 161.072569 98.8185) (xy 161.294635 98.781444) (xy 161.507574 98.708342)
+ (xy 161.705576 98.601189) (xy 161.88324 98.462906) (xy 162.029898 98.303595) (xy 162.035715 98.297276)
+ (xy 162.035715 98.297275) (xy 162.035722 98.297268) (xy 162.126193 98.15879) (xy 162.179338 98.113437)
+ (xy 162.248569 98.104013) (xy 162.311905 98.133515) (xy 162.333804 98.158787) (xy 162.424278 98.297268)
+ (xy 162.424283 98.297273) (xy 162.424284 98.297276) (xy 162.576756 98.462902) (xy 162.57676 98.462906)
+ (xy 162.754424 98.601189) (xy 162.754425 98.601189) (xy 162.754427 98.601191) (xy 162.880016 98.669156)
+ (xy 162.952426 98.708342) (xy 163.165365 98.781444) (xy 163.387431 98.8185) (xy 163.612569 98.8185)
+ (xy 163.834635 98.781444) (xy 164.047574 98.708342) (xy 164.245576 98.601189) (xy 164.42324 98.462906)
+ (xy 164.569898 98.303595) (xy 164.575715 98.297276) (xy 164.575717 98.297273) (xy 164.575722 98.297268)
+ (xy 164.69886 98.108791) (xy 164.789296 97.902616) (xy 164.844564 97.684368) (xy 164.844565 97.684359)
+ (xy 164.863156 97.460005) (xy 164.863156 97.459994) (xy 164.844565 97.23564) (xy 164.844563 97.235628)
+ (xy 164.789296 97.017385) (xy 164.779071 96.994075) (xy 164.69886 96.811209) (xy 164.693441 96.802915)
+ (xy 164.575723 96.622734) (xy 164.575715 96.622723) (xy 164.423243 96.457097) (xy 164.423238 96.457092)
+ (xy 164.303371 96.363795) (xy 164.245577 96.318811) (xy 164.19848 96.293323) (xy 164.148891 96.244102)
+ (xy 164.1335 96.184269) (xy 164.1335 76.841) (xy 164.646835 76.841) (xy 164.665465 77.077714) (xy 164.720895 77.308595)
+ (xy 164.720895 77.308597) (xy 164.811757 77.527959) (xy 164.811759 77.527962) (xy 164.93582 77.73041)
+ (xy 164.935821 77.730413) (xy 164.958187 77.7566) (xy 165.090031 77.910969) (xy 165.223957 78.025353)
+ (xy 165.270586 78.065178) (xy 165.270588 78.065178) (xy 165.287733 78.075685) (xy 165.473037 78.18924)
+ (xy 165.47304 78.189242) (xy 165.692403 78.280104) (xy 165.692404 78.280104) (xy 165.692406 78.280105)
+ (xy 165.923289 78.335535) (xy 166.16 78.354165) (xy 166.396711 78.335535) (xy 166.627594 78.280105)
+ (xy 166.627596 78.280104) (xy 166.627597 78.280104) (xy 166.846959 78.189242) (xy 166.84696 78.189241)
+ (xy 166.846963 78.18924) (xy 167.049416 78.065176) (xy 167.229969 77.910969) (xy 167.384176 77.730416)
+ (xy 167.50824 77.527963) (xy 167.509605 77.524669) (xy 167.599104 77.308597) (xy 167.599104 77.308596)
+ (xy 167.599105 77.308594) (xy 167.654535 77.077711) (xy 167.673165 76.841) (xy 167.654535 76.604289)
+ (xy 167.599105 76.373406) (xy 167.599104 76.373403) (xy 167.599104 76.373402) (xy 167.508242 76.15404)
+ (xy 167.50824 76.154037) (xy 167.384179 75.951589) (xy 167.384178 75.951586) (xy 167.326286 75.883804)
+ (xy 167.229969 75.771031) (xy 167.09117 75.652485) (xy 167.049413 75.616821) (xy 167.04941 75.61682)
+ (xy 166.846962 75.492759) (xy 166.846959 75.492757) (xy 166.627596 75.401895) (xy 166.396714 75.346465)
+ (xy 166.16 75.327835) (xy 165.923285 75.346465) (xy 165.692404 75.401895) (xy 165.692402 75.401895)
+ (xy 165.47304 75.492757) (xy 165.473037 75.492759) (xy 165.270589 75.61682) (xy 165.270586 75.616821)
+ (xy 165.090031 75.771031) (xy 164.935821 75.951586) (xy 164.93582 75.951589) (xy 164.811759 76.154037)
+ (xy 164.811757 76.15404) (xy 164.720895 76.373402) (xy 164.720895 76.373404) (xy 164.665465 76.604285)
+ (xy 164.646835 76.841) (xy 164.1335 76.841) (xy 164.1335 71.840994) (xy 164.654859 71.840994) (xy 164.654859 71.841005)
+ (xy 164.675385 72.088729) (xy 164.675387 72.088738) (xy 164.736412 72.329717) (xy 164.836266 72.557364)
+ (xy 164.936564 72.710882) (xy 165.677037 71.970409) (xy 165.694075 72.033993) (xy 165.759901 72.148007)
+ (xy 165.852993 72.241099) (xy 165.967007 72.306925) (xy 166.03059 72.323962) (xy 165.289942 73.064609)
+ (xy 165.336768 73.101055) (xy 165.33677 73.101056) (xy 165.555385 73.219364) (xy 165.555396 73.219369)
+ (xy 165.790506 73.300083) (xy 166.035707 73.341) (xy 166.284293 73.341) (xy 166.529493 73.300083)
+ (xy 166.764603 73.219369) (xy 166.764614 73.219364) (xy 166.983228 73.101057) (xy 166.983231 73.101055)
+ (xy 167.030056 73.064609) (xy 166.289409 72.323962) (xy 166.352993 72.306925) (xy 166.467007 72.241099)
+ (xy 166.560099 72.148007) (xy 166.625925 72.033993) (xy 166.642962 71.970409) (xy 167.383434 72.710882)
+ (xy 167.483731 72.557369) (xy 167.583587 72.329717) (xy 167.644612 72.088738) (xy 167.644614 72.088729)
+ (xy 167.665141 71.841005) (xy 167.665141 71.840994) (xy 167.644614 71.59327) (xy 167.644612 71.593261)
+ (xy 167.583587 71.352282) (xy 167.483731 71.12463) (xy 167.383434 70.971116) (xy 166.642962 71.711589)
+ (xy 166.625925 71.648007) (xy 166.560099 71.533993) (xy 166.467007 71.440901) (xy 166.352993 71.375075)
+ (xy 166.28941 71.358037) (xy 167.030057 70.61739) (xy 167.030056 70.617389) (xy 166.983229 70.580943)
+ (xy 166.764614 70.462635) (xy 166.764603 70.46263) (xy 166.529493 70.381916) (xy 166.284293 70.341)
+ (xy 166.035707 70.341) (xy 165.790506 70.381916) (xy 165.555396 70.46263) (xy 165.55539 70.462632)
+ (xy 165.336761 70.580949) (xy 165.289942 70.617388) (xy 165.289942 70.61739) (xy 166.03059 71.358037)
+ (xy 165.967007 71.375075) (xy 165.852993 71.440901) (xy 165.759901 71.533993) (xy 165.694075 71.648007)
+ (xy 165.677037 71.711589) (xy 164.936564 70.971116) (xy 164.836267 71.124632) (xy 164.736412 71.352282)
+ (xy 164.675387 71.593261) (xy 164.675385 71.59327) (xy 164.654859 71.840994) (xy 164.1335 71.840994)
+ (xy 164.1335 63.722605) (xy 164.133499 63.722601) (xy 164.109156 63.600222) (xy 164.109155 63.600215)
+ (xy 164.0614 63.484925) (xy 164.061399 63.484924) (xy 164.061396 63.484918) (xy 163.992072 63.381168)
+ (xy 163.952553 63.341649) (xy 163.903833 63.292929) (xy 162.649335 62.038431) (xy 162.61585 61.977108)
+ (xy 162.61724 61.918658) (xy 162.634543 61.854087) (xy 162.654498 61.626) (xy 162.653283 61.612117)
+ (xy 162.642615 61.490175) (xy 162.634543 61.397913) (xy 162.575284 61.176757) (xy 162.478523 60.969251)
+ (xy 162.347198 60.7817) (xy 162.1853 60.619802) (xy 161.997749 60.488477) (xy 161.954655 60.468382)
+ (xy 161.902215 60.42221) (xy 161.883063 60.355017) (xy 161.903278 60.288136) (xy 161.954655 60.243618)
+ (xy 161.969651 60.236625) (xy 161.997749 60.223523) (xy 162.1853 60.092198) (xy 162.347198 59.9303)
+ (xy 162.478523 59.742749) (xy 162.575284 59.535243) (xy 162.634543 59.314087) (xy 162.654498 59.086)
+ (xy 162.634543 58.857913) (xy 162.575284 58.636757) (xy 162.478523 58.429251) (xy 162.347198 58.2417)
+ (xy 162.1853 58.079802) (xy 161.997749 57.948477) (xy 161.954655 57.928382) (xy 161.902215 57.88221)
+ (xy 161.883063 57.815017) (xy 161.903278 57.748136) (xy 161.954655 57.703618) (xy 161.960359 57.700958)
+ (xy 161.997749 57.683523) (xy 162.1853 57.552198) (xy 162.347198 57.3903) (xy 162.478523 57.202749)
+ (xy 162.575284 56.995243) (xy 162.634543 56.774087) (xy 162.654498 56.546) (xy 162.634543 56.317913)
+ (xy 162.575284 56.096757) (xy 162.478523 55.889251) (xy 162.347198 55.7017) (xy 162.1853 55.539802)
+ (xy 161.997749 55.408477) (xy 161.954655 55.388382) (xy 161.902215 55.34221) (xy 161.883063 55.275017)
+ (xy 161.903278 55.208136) (xy 161.954655 55.163618) (xy 161.957882 55.162112) (xy 161.997749 55.143523)
+ (xy 162.1853 55.012198) (xy 162.347198 54.8503) (xy 162.478523 54.662749) (xy 162.575284 54.455243)
+ (xy 162.634543 54.234087) (xy 162.654498 54.006) (xy 162.652034 53.977841) (xy 162.640795 53.849376)
+ (xy 162.634543 53.777913) (xy 162.575284 53.556757) (xy 162.478523 53.349251) (xy 162.347198 53.1617)
+ (xy 162.1853 52.999802) (xy 161.997749 52.868477) (xy 161.997745 52.868475) (xy 161.790249 52.771718)
+ (xy 161.790238 52.771714) (xy 161.569089 52.712457) (xy 161.569081 52.712456) (xy 161.341002 52.692502)
+ (xy 161.340998 52.692502) (xy 161.112918 52.712456) (xy 161.11291 52.712457) (xy 160.891761 52.771714)
+ (xy 160.89175 52.771718) (xy 160.684254 52.868475) (xy 160.684252 52.868476) (xy 160.684251 52.868477)
+ (xy 160.4967 52.999802) (xy 160.496698 52.999803) (xy 160.496695 52.999806) (xy 160.334806 53.161695)
+ (xy 160.334803 53.161698) (xy 160.334802 53.1617) (xy 160.294949 53.218616) (xy 160.203476 53.349252)
+ (xy 160.203475 53.349254) (xy 160.106718 53.55675) (xy 160.106714 53.556761) (xy 160.047457 53.77791)
+ (xy 160.047456 53.777918) (xy 160.027502 54.005998) (xy 160.027502 54.006001) (xy 160.047456 54.234081)
+ (xy 160.047457 54.234089) (xy 160.106714 54.455238) (xy 160.106718 54.455249) (xy 160.194576 54.643661)
+ (xy 160.203477 54.662749) (xy 160.334802 54.8503) (xy 160.4967 55.012198) (xy 160.684251 55.143523)
+ (xy 160.727345 55.163618) (xy 160.779784 55.209791) (xy 160.798936 55.276984) (xy 160.77872 55.343865)
+ (xy 160.727345 55.388382) (xy 160.684251 55.408476) (xy 160.568396 55.4896) (xy 160.4967 55.539802)
+ (xy 160.496698 55.539803) (xy 160.496695 55.539806) (xy 160.334806 55.701695) (xy 160.203476 55.889252)
+ (xy 160.203475 55.889254) (xy 160.106718 56.09675) (xy 160.106714 56.096761) (xy 160.047457 56.31791)
+ (xy 160.047456 56.317918) (xy 160.027502 56.545998) (xy 160.027502 56.546001) (xy 160.047456 56.774081)
+ (xy 160.047457 56.774089) (xy 160.106714 56.995238) (xy 160.106718 56.995249) (xy 160.190763 57.175484)
+ (xy 160.203477 57.202749) (xy 160.334802 57.3903) (xy 160.4967 57.552198) (xy 160.684251 57.683523)
+ (xy 160.727345 57.703618) (xy 160.779784 57.749791) (xy 160.798936 57.816984) (xy 160.77872 57.883865)
+ (xy 160.727345 57.928382) (xy 160.684251 57.948476) (xy 160.559126 58.03609) (xy 160.4967 58.079802)
+ (xy 160.496698 58.079803) (xy 160.496695 58.079806) (xy 160.334806 58.241695) (xy 160.203476 58.429252)
+ (xy 160.203475 58.429254) (xy 160.106718 58.63675) (xy 160.106714 58.636761) (xy 160.047457 58.85791)
+ (xy 160.047456 58.857918) (xy 160.027502 59.085998) (xy 160.027502 59.086001) (xy 160.047456 59.314081)
+ (xy 160.047457 59.314089) (xy 160.106714 59.535238) (xy 160.106718 59.535249) (xy 160.196192 59.727126)
+ (xy 160.203477 59.742749) (xy 160.334802 59.9303) (xy 160.4967 60.092198) (xy 160.613404 60.173915)
+ (xy 160.684251 60.223523) (xy 160.727345 60.243618) (xy 160.779784 60.289791) (xy 160.798936 60.356984)
+ (xy 160.77872 60.423865) (xy 160.727345 60.468382) (xy 160.684251 60.488476) (xy 160.598689 60.548388)
+ (xy 160.4967 60.619802) (xy 160.496698 60.619803) (xy 160.496695 60.619806) (xy 160.334806 60.781695)
+ (xy 160.334803 60.781698) (xy 160.334802 60.7817) (xy 160.319302 60.803836) (xy 160.203476 60.969251)
+ (xy 160.177087 61.025844) (xy 160.130914 61.078283) (xy 160.06372 61.097435) (xy 159.996839 61.077219)
+ (xy 159.977024 61.06112) (xy 159.089819 60.173915) (xy 159.056334 60.112592) (xy 159.0535 60.086234)
+ (xy 159.0535 50.475729) (xy 159.073185 50.40869) (xy 159.118484 50.366674) (xy 159.165566 50.341195)
+ (xy 159.165572 50.341191) (xy 159.165576 50.341189) (xy 159.34324 50.202906) (xy 159.495722 50.037268)
+ (xy 159.586193 49.89879) (xy 159.639338 49.853437) (xy 159.708569 49.844013) (xy 159.771905 49.873515)
+ (xy 159.793804 49.898787) (xy 159.884278 50.037268) (xy 159.884283 50.037273) (xy 159.884284 50.037276)
+ (xy 160.010968 50.174889) (xy 160.03676 50.202906) (xy 160.214424 50.341189) (xy 160.214425 50.341189)
+ (xy 160.214427 50.341191) (xy 160.291041 50.382652) (xy 160.412426 50.448342) (xy 160.625365 50.521444)
+ (xy 160.847431 50.5585) (xy 161.072569 50.5585) (xy 161.294635 50.521444) (xy 161.507574 50.448342)
+ (xy 161.705576 50.341189) (xy 161.88324 50.202906) (xy 162.035722 50.037268) (xy 162.126193 49.89879)
+ (xy 162.179338 49.853437) (xy 162.248569 49.844013) (xy 162.311905 49.873515) (xy 162.333804 49.898787)
+ (xy 162.424278 50.037268) (xy 162.424283 50.037273) (xy 162.424284 50.037276) (xy 162.550968 50.174889)
+ (xy 162.57676 50.202906) (xy 162.754424 50.341189) (xy 162.754425 50.341189) (xy 162.754427 50.341191)
+ (xy 162.831041 50.382652) (xy 162.952426 50.448342) (xy 163.165365 50.521444) (xy 163.387431 50.5585)
+ (xy 163.612569 50.5585) (xy 163.834635 50.521444) (xy 164.047574 50.448342) (xy 164.245576 50.341189)
+ (xy 164.42324 50.202906) (xy 164.575722 50.037268) (xy 164.69886 49.848791) (xy 164.789296 49.642616)
+ (xy 164.844564 49.424368) (xy 164.845871 49.408594) (xy 164.862938 49.202636) (xy 164.888091 49.137451)
+ (xy 164.944493 49.096213) (xy 165.014237 49.092015)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 125.135 95.356633) (xy 125.348483 95.299433) (xy 125.348487 95.299432) (xy 125.369892 95.28945)
+ (xy 125.438969 95.278956) (xy 125.502754 95.307474) (xy 125.540995 95.36595) (xy 125.5463 95.401831)
+ (xy 125.5463 96.851533) (xy 125.526615 96.918572) (xy 125.509981 96.939214) (xy 125.186229 97.262965)
+ (xy 125.124906 97.29645) (xy 125.055214 97.291466) (xy 124.999281 97.249594) (xy 124.984992 97.225094)
+ (xy 124.938731 97.11963) (xy 124.838434 96.966116) (xy 124.097962 97.706588) (xy 124.080925 97.643007)
+ (xy 124.015099 97.528993) (xy 123.922007 97.435901) (xy 123.807993 97.370075) (xy 123.74441 97.353037)
+ (xy 124.485057 96.61239) (xy 124.485056 96.612389) (xy 124.438229 96.575943) (xy 124.219614 96.457635)
+ (xy 124.219603 96.45763) (xy 123.984493 96.376916) (xy 123.739293 96.336) (xy 123.490707 96.336)
+ (xy 123.245506 96.376916) (xy 123.010396 96.45763) (xy 123.01039 96.457632) (xy 122.791761 96.575949)
+ (xy 122.744942 96.612388) (xy 122.744942 96.61239) (xy 123.48559 97.353037) (xy 123.422007 97.370075)
+ (xy 123.307993 97.435901) (xy 123.214901 97.528993) (xy 123.149075 97.643007) (xy 123.132037 97.70659)
+ (xy 122.391564 96.966116) (xy 122.291267 97.119632) (xy 122.191412 97.347282) (xy 122.130387 97.588261)
+ (xy 122.130385 97.58827) (xy 122.109859 97.835994) (xy 122.109859 97.836005) (xy 122.130385 98.083729)
+ (xy 122.130387 98.083738) (xy 122.191412 98.324717) (xy 122.291267 98.552367) (xy 122.321524 98.598679)
+ (xy 122.341712 98.665568) (xy 122.322531 98.732754) (xy 122.270072 98.778904) (xy 122.217715 98.7905)
+ (xy 120.020711 98.7905) (xy 119.953672 98.770815) (xy 119.907917 98.718011) (xy 119.897973 98.648853)
+ (xy 119.914984 98.60171) (xy 119.936015 98.567389) (xy 119.96324 98.522963) (xy 119.967881 98.51176)
+ (xy 120.054104 98.303597) (xy 120.054104 98.303596) (xy 120.054105 98.303594) (xy 120.109535 98.072711)
+ (xy 120.128165 97.836) (xy 120.109535 97.599289) (xy 120.054105 97.368406) (xy 120.054104 97.368403)
+ (xy 120.054104 97.368402) (xy 119.963242 97.14904) (xy 119.96324 97.149037) (xy 119.882563 97.017385)
+ (xy 119.839178 96.946588) (xy 119.839178 96.946586) (xy 119.801863 96.902896) (xy 119.684969 96.766031)
+ (xy 119.517188 96.622732) (xy 119.504413 96.611821) (xy 119.50441 96.61182) (xy 119.301962 96.487759)
+ (xy 119.301959 96.487757) (xy 119.082596 96.396895) (xy 118.851714 96.341465) (xy 118.615 96.322835)
+ (xy 118.378285 96.341465) (xy 118.147404 96.396895) (xy 118.147402 96.396895) (xy 117.92804 96.487757)
+ (xy 117.928037 96.487759) (xy 117.725589 96.61182) (xy 117.725586 96.611821) (xy 117.545031 96.766031)
+ (xy 117.390821 96.946586) (xy 117.39082 96.946589) (xy 117.266759 97.149037) (xy 117.266757 97.14904)
+ (xy 117.175895 97.368402) (xy 117.175895 97.368404) (xy 117.120465 97.599285) (xy 117.101835 97.836)
+ (xy 117.120465 98.072714) (xy 117.175895 98.303595) (xy 117.175895 98.303597) (xy 117.266757 98.522959)
+ (xy 117.266759 98.522962) (xy 117.315016 98.60171) (xy 117.333261 98.669156) (xy 117.312145 98.735758)
+ (xy 117.258373 98.780372) (xy 117.209289 98.7905) (xy 108.545766 98.7905) (xy 108.478727 98.770815)
+ (xy 108.458085 98.754181) (xy 105.143002 95.439098) (xy 105.109517 95.377775) (xy 105.114501 95.308083)
+ (xy 105.156373 95.25215) (xy 105.171654 95.242369) (xy 105.310576 95.167189) (xy 105.48824 95.028906)
+ (xy 105.593295 94.914787) (xy 105.640715 94.863276) (xy 105.640715 94.863275) (xy 105.640722 94.863268)
+ (xy 105.731193 94.72479) (xy 105.784338 94.679437) (xy 105.853569 94.670013) (xy 105.916905 94.699515)
+ (xy 105.938804 94.724787) (xy 106.029278 94.863268) (xy 106.029283 94.863273) (xy 106.029284 94.863276)
+ (xy 106.141526 94.985201) (xy 106.18176 95.028906) (xy 106.359424 95.167189) (xy 106.359425 95.167189)
+ (xy 106.359427 95.167191) (xy 106.41196 95.19562) (xy 106.557426 95.274342) (xy 106.770365 95.347444)
+ (xy 106.992431 95.3845) (xy 107.217569 95.3845) (xy 107.439635 95.347444) (xy 107.652574 95.274342)
+ (xy 107.850576 95.167189) (xy 108.02824 95.028906) (xy 108.133295 94.914787) (xy 108.180715 94.863276)
+ (xy 108.180715 94.863275) (xy 108.180722 94.863268) (xy 108.271193 94.72479) (xy 108.324338 94.679437)
+ (xy 108.393569 94.670013) (xy 108.456905 94.699515) (xy 108.478804 94.724787) (xy 108.569278 94.863268)
+ (xy 108.569283 94.863273) (xy 108.569284 94.863276) (xy 108.681526 94.985201) (xy 108.72176 95.028906)
+ (xy 108.899424 95.167189) (xy 108.899425 95.167189) (xy 108.899427 95.167191) (xy 108.95196 95.19562)
+ (xy 109.097426 95.274342) (xy 109.310365 95.347444) (xy 109.532431 95.3845) (xy 109.757569 95.3845)
+ (xy 109.979635 95.347444) (xy 110.192574 95.274342) (xy 110.390576 95.167189) (xy 110.477755 95.099333)
+ (xy 110.542748 95.07369) (xy 110.611288 95.087256) (xy 110.641599 95.109505) (xy 111.233463 95.701369)
+ (xy 111.233467 95.701372) (xy 111.337221 95.770699) (xy 111.337223 95.770699) (xy 111.337225 95.770701)
+ (xy 111.418747 95.804468) (xy 111.452515 95.818455) (xy 111.452517 95.818455) (xy 111.452522 95.818457)
+ (xy 111.574901 95.842799) (xy 111.574905 95.8428) (xy 111.574906 95.8428) (xy 122.902895 95.8428)
+ (xy 122.902896 95.842799) (xy 123.025285 95.818455) (xy 123.140575 95.7707) (xy 123.244333 95.701371)
+ (xy 123.86252 95.083183) (xy 123.923841 95.0497) (xy 123.993532 95.054684) (xy 124.021323 95.069291)
+ (xy 124.207421 95.1996) (xy 124.421507 95.299429) (xy 124.421516 95.299433) (xy 124.635 95.356634)
+ (xy 124.635 94.459012) (xy 124.692007 94.491925) (xy 124.819174 94.526) (xy 124.950826 94.526) (xy 125.077993 94.491925)
+ (xy 125.135 94.459012)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 147.995 95.356633) (xy 148.208483 95.299433) (xy 148.208492 95.299429) (xy 148.422578 95.1996)
+ (xy 148.616078 95.064108) (xy 148.731914 94.948272) (xy 148.793237 94.914787) (xy 148.862929 94.919771)
+ (xy 148.918863 94.961642) (xy 148.935777 94.992619) (xy 148.98411 95.122203) (xy 148.984111 95.122204)
+ (xy 149.071739 95.239261) (xy 149.188796 95.326889) (xy 149.325799 95.377989) (xy 149.35305 95.380918)
+ (xy 149.386345 95.384499) (xy 149.386362 95.3845) (xy 150.503534 95.3845) (xy 150.570573 95.404185)
+ (xy 150.616328 95.456989) (xy 150.626272 95.526147) (xy 150.597247 95.589703) (xy 150.591215 95.596181)
+ (xy 150.396167 95.791229) (xy 150.368942 95.818454) (xy 150.307927 95.879468) (xy 150.238603 95.983218)
+ (xy 150.238596 95.98323) (xy 150.221316 96.024952) (xy 150.177476 96.079356) (xy 150.111182 96.101421)
+ (xy 150.106755 96.1015) (xy 149.901345 96.1015) (xy 149.840797 96.108011) (xy 149.840795 96.108011)
+ (xy 149.703795 96.159111) (xy 149.586739 96.246739) (xy 149.499111 96.363795) (xy 149.448011 96.500795)
+ (xy 149.448011 96.500797) (xy 149.4415 96.561345) (xy 149.4415 97.885) (xy 149.421815 97.952039)
+ (xy 149.369011 97.997794) (xy 149.3175 98.009) (xy 147.141672 98.009) (xy 147.074633 97.989315)
+ (xy 147.028878 97.936511) (xy 147.018934 97.867353) (xy 147.021466 97.85456) (xy 147.064563 97.684372)
+ (xy 147.064565 97.684359) (xy 147.083156 97.460005) (xy 147.083156 97.459994) (xy 147.064565 97.23564)
+ (xy 147.064563 97.235628) (xy 147.009296 97.017385) (xy 146.999071 96.994075) (xy 146.91886 96.811209)
+ (xy 146.913441 96.802915) (xy 146.795723 96.622734) (xy 146.795715 96.622723) (xy 146.643243 96.457097)
+ (xy 146.643238 96.457092) (xy 146.523371 96.363795) (xy 146.465576 96.318811) (xy 146.465575 96.31881)
+ (xy 146.465572 96.318808) (xy 146.26758 96.211661) (xy 146.267577 96.211659) (xy 146.267574 96.211658)
+ (xy 146.267571 96.211657) (xy 146.267569 96.211656) (xy 146.054637 96.138556) (xy 145.832569 96.1015)
+ (xy 145.607431 96.1015) (xy 145.385362 96.138556) (xy 145.17243 96.211656) (xy 145.172419 96.211661)
+ (xy 144.974427 96.318808) (xy 144.974422 96.318812) (xy 144.796761 96.457092) (xy 144.796756 96.457097)
+ (xy 144.644284 96.622723) (xy 144.644276 96.622734) (xy 144.550251 96.76665) (xy 144.497105 96.812007)
+ (xy 144.427873 96.82143) (xy 144.364538 96.791928) (xy 144.344868 96.769951) (xy 144.218113 96.588926)
+ (xy 144.218108 96.58892) (xy 144.051082 96.421894) (xy 143.857578 96.286399) (xy 143.643492 96.18657)
+ (xy 143.643486 96.186567) (xy 143.43 96.129364) (xy 143.43 97.026988) (xy 143.372993 96.994075)
+ (xy 143.245826 96.96) (xy 143.114174 96.96) (xy 142.987007 96.994075) (xy 142.93 97.026988) (xy 142.93 96.129364)
+ (xy 142.929999 96.129364) (xy 142.716513 96.186567) (xy 142.716507 96.18657) (xy 142.502422 96.286399)
+ (xy 142.50242 96.2864) (xy 142.308926 96.421886) (xy 142.30892 96.421891) (xy 142.141891 96.58892)
+ (xy 142.14189 96.588922) (xy 142.011575 96.775031) (xy 141.956998 96.818655) (xy 141.887499 96.825848)
+ (xy 141.825145 96.794326) (xy 141.808425 96.775031) (xy 141.678109 96.588922) (xy 141.678108 96.58892)
+ (xy 141.511082 96.421894) (xy 141.317578 96.286399) (xy 141.103492 96.18657) (xy 141.103486 96.186567)
+ (xy 140.89 96.129364) (xy 140.89 97.026988) (xy 140.832993 96.994075) (xy 140.705826 96.96) (xy 140.574174 96.96)
+ (xy 140.447007 96.994075) (xy 140.39 97.026988) (xy 140.39 96.129364) (xy 140.389999 96.129364)
+ (xy 140.176513 96.186567) (xy 140.176507 96.18657) (xy 139.962422 96.286399) (xy 139.96242 96.2864)
+ (xy 139.81367 96.390556) (xy 139.747464 96.412883) (xy 139.679697 96.395873) (xy 139.654866 96.376662)
+ (xy 138.494428 95.216224) (xy 138.460943 95.154901) (xy 138.465927 95.085209) (xy 138.5046 95.03253)
+ (xy 138.504464 95.032382) (xy 138.505222 95.031684) (xy 138.505957 95.030682) (xy 138.50824 95.028906)
+ (xy 138.613295 94.914787) (xy 138.660715 94.863276) (xy 138.660715 94.863275) (xy 138.660722 94.863268)
+ (xy 138.751193 94.72479) (xy 138.804338 94.679437) (xy 138.873569 94.670013) (xy 138.936905 94.699515)
+ (xy 138.958804 94.724787) (xy 139.049278 94.863268) (xy 139.049283 94.863273) (xy 139.049284 94.863276)
+ (xy 139.161526 94.985201) (xy 139.20176 95.028906) (xy 139.379424 95.167189) (xy 139.379425 95.167189)
+ (xy 139.379427 95.167191) (xy 139.43196 95.19562) (xy 139.577426 95.274342) (xy 139.790365 95.347444)
+ (xy 140.012431 95.3845) (xy 140.237569 95.3845) (xy 140.459635 95.347444) (xy 140.672574 95.274342)
+ (xy 140.870576 95.167189) (xy 141.04824 95.028906) (xy 141.153295 94.914787) (xy 141.200715 94.863276)
+ (xy 141.200715 94.863275) (xy 141.200722 94.863268) (xy 141.291193 94.72479) (xy 141.344338 94.679437)
+ (xy 141.413569 94.670013) (xy 141.476905 94.699515) (xy 141.498804 94.724787) (xy 141.589278 94.863268)
+ (xy 141.589283 94.863273) (xy 141.589284 94.863276) (xy 141.701526 94.985201) (xy 141.74176 95.028906)
+ (xy 141.919424 95.167189) (xy 141.919425 95.167189) (xy 141.919427 95.167191) (xy 141.97196 95.19562)
+ (xy 142.117426 95.274342) (xy 142.330365 95.347444) (xy 142.552431 95.3845) (xy 142.777569 95.3845)
+ (xy 142.999635 95.347444) (xy 143.212574 95.274342) (xy 143.410576 95.167189) (xy 143.58824 95.028906)
+ (xy 143.693295 94.914787) (xy 143.740715 94.863276) (xy 143.740715 94.863275) (xy 143.740722 94.863268)
+ (xy 143.831193 94.72479) (xy 143.884338 94.679437) (xy 143.953569 94.670013) (xy 144.016905 94.699515)
+ (xy 144.038804 94.724787) (xy 144.129278 94.863268) (xy 144.129283 94.863273) (xy 144.129284 94.863276)
+ (xy 144.241526 94.985201) (xy 144.28176 95.028906) (xy 144.459424 95.167189) (xy 144.459425 95.167189)
+ (xy 144.459427 95.167191) (xy 144.51196 95.19562) (xy 144.657426 95.274342) (xy 144.870365 95.347444)
+ (xy 145.092431 95.3845) (xy 145.317569 95.3845) (xy 145.539635 95.347444) (xy 145.752574 95.274342)
+ (xy 145.950576 95.167189) (xy 146.12824 95.028906) (xy 146.233295 94.914787) (xy 146.280715 94.863276)
+ (xy 146.280715 94.863275) (xy 146.280722 94.863268) (xy 146.374749 94.719347) (xy 146.427894 94.673994)
+ (xy 146.497125 94.66457) (xy 146.560461 94.694072) (xy 146.58013 94.716048) (xy 146.70689 94.897078)
+ (xy 146.873917 95.064105) (xy 147.067421 95.1996) (xy 147.281507 95.299429) (xy 147.281516 95.299433)
+ (xy 147.495 95.356634) (xy 147.495 94.459012) (xy 147.552007 94.491925) (xy 147.679174 94.526) (xy 147.810826 94.526)
+ (xy 147.937993 94.491925) (xy 147.995 94.459012)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 142.714075 97.267007) (xy 142.68 97.394174) (xy 142.68 97.525826) (xy 142.714075 97.652993)
+ (xy 142.746988 97.71) (xy 141.073012 97.71) (xy 141.105925 97.652993) (xy 141.14 97.525826) (xy 141.14 97.394174)
+ (xy 141.105925 97.267007) (xy 141.073012 97.21) (xy 142.746988 97.21)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 152.494435 85.015982) (xy 152.550368 85.057854) (xy 152.563483 85.07976) (xy 152.590864 85.138479)
+ (xy 152.590865 85.138481) (xy 152.721342 85.32482) (xy 152.882179 85.485657) (xy 153.068517 85.616133)
+ (xy 153.117399 85.638927) (xy 153.169839 85.685099) (xy 153.188992 85.752292) (xy 153.168777 85.819174)
+ (xy 153.117402 85.863691) (xy 153.064256 85.888474) (xy 153.064252 85.888476) (xy 153.064251 85.888477)
+ (xy 152.8767 86.019802) (xy 152.876698 86.019803) (xy 152.876695 86.019806) (xy 152.714806 86.181695)
+ (xy 152.583476 86.369252) (xy 152.583475 86.369254) (xy 152.486718 86.57675) (xy 152.486714 86.576761)
+ (xy 152.427457 86.79791) (xy 152.427456 86.797918) (xy 152.407502 87.025998) (xy 152.407502 87.026001)
+ (xy 152.427456 87.254081) (xy 152.427457 87.254089) (xy 152.486714 87.475238) (xy 152.486718 87.475249)
+ (xy 152.583475 87.682745) (xy 152.583477 87.682749) (xy 152.714802 87.8703) (xy 152.8767 88.032198)
+ (xy 153.064251 88.163523) (xy 153.132876 88.195523) (xy 153.27175 88.260281) (xy 153.271752 88.260281)
+ (xy 153.271757 88.260284) (xy 153.492913 88.319543) (xy 153.655832 88.333796) (xy 153.720998 88.339498)
+ (xy 153.721 88.339498) (xy 153.721002 88.339498) (xy 153.778021 88.334509) (xy 153.949087 88.319543)
+ (xy 154.170243 88.260284) (xy 154.377749 88.163523) (xy 154.485477 88.08809) (xy 154.551682 88.065763)
+ (xy 154.619449 88.082773) (xy 154.667262 88.13372) (xy 154.6806 88.189665) (xy 154.6806 91.455434)
+ (xy 154.660915 91.522473) (xy 154.644281 91.543115) (xy 151.855181 94.332215) (xy 151.793858 94.3657)
+ (xy 151.724166 94.360716) (xy 151.668233 94.318844) (xy 151.643816 94.25338) (xy 151.6435 94.244534)
+ (xy 151.6435 93.127362) (xy 151.643499 93.127345) (xy 151.638622 93.081989) (xy 151.636989 93.066799)
+ (xy 151.634222 93.059381) (xy 151.607559 92.987894) (xy 151.585889 92.929796) (xy 151.498261 92.812739)
+ (xy 151.381204 92.725111) (xy 151.36915 92.720615) (xy 151.244203 92.674011) (xy 151.183654 92.6675)
+ (xy 151.183638 92.6675) (xy 149.386362 92.6675) (xy 149.386345 92.6675) (xy 149.325797 92.674011)
+ (xy 149.325795 92.674011) (xy 149.188795 92.725111) (xy 149.071739 92.812739) (xy 148.984111 92.929795)
+ (xy 148.935777 93.059381) (xy 148.893905 93.115314) (xy 148.828441 93.13973) (xy 148.760168 93.124878)
+ (xy 148.731915 93.103727) (xy 148.616082 92.987894) (xy 148.422578 92.852399) (xy 148.208492 92.75257)
+ (xy 148.208486 92.752567) (xy 147.995 92.695364) (xy 147.995 93.592988) (xy 147.937993 93.560075)
+ (xy 147.810826 93.526) (xy 147.679174 93.526) (xy 147.552007 93.560075) (xy 147.495 93.592988) (xy 147.495 92.695364)
+ (xy 147.494999 92.695364) (xy 147.281513 92.752567) (xy 147.281507 92.75257) (xy 147.067422 92.852399)
+ (xy 147.06742 92.8524) (xy 146.873926 92.987886) (xy 146.87392 92.987891) (xy 146.706891 93.15492)
+ (xy 146.70689 93.154922) (xy 146.580131 93.335952) (xy 146.525554 93.379577) (xy 146.456055 93.386769)
+ (xy 146.393701 93.355247) (xy 146.374752 93.332656) (xy 146.280722 93.188732) (xy 146.280715 93.188725)
+ (xy 146.280715 93.188723) (xy 146.128243 93.023097) (xy 146.128238 93.023092) (xy 145.950577 92.884812)
+ (xy 145.950577 92.884811) (xy 145.90348 92.859323) (xy 145.853891 92.810102) (xy 145.8385 92.750269)
+ (xy 145.8385 91.620766) (xy 145.858185 91.553727) (xy 145.874819 91.533085) (xy 149.088362 88.319542)
+ (xy 152.363424 85.04448) (xy 152.424743 85.010998)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 128.272173 47.055685) (xy 128.317928 47.108489) (xy 128.327872 47.177647) (xy 128.298847 47.241203)
+ (xy 128.292815 47.247681) (xy 127.41901 48.121484) (xy 127.357687 48.154969) (xy 127.287995 48.149985)
+ (xy 127.255166 48.131656) (xy 127.219371 48.103795) (xy 127.161576 48.058811) (xy 127.161575 48.05881)
+ (xy 127.161572 48.058808) (xy 126.96358 47.951661) (xy 126.963577 47.951659) (xy 126.963574 47.951658)
+ (xy 126.963571 47.951657) (xy 126.963569 47.951656) (xy 126.750637 47.878556) (xy 126.528569 47.8415)
+ (xy 126.303431 47.8415) (xy 126.081362 47.878556) (xy 125.86843 47.951656) (xy 125.868419 47.951661)
+ (xy 125.670427 48.058808) (xy 125.670422 48.058812) (xy 125.492761 48.197092) (xy 125.492756 48.197097)
+ (xy 125.340284 48.362723) (xy 125.340276 48.362734) (xy 125.249808 48.501206) (xy 125.196662 48.546562)
+ (xy 125.127431 48.555986) (xy 125.064095 48.526484) (xy 125.042192 48.501206) (xy 124.951723 48.362734)
+ (xy 124.951715 48.362723) (xy 124.799243 48.197097) (xy 124.799238 48.197092) (xy 124.679371 48.103795)
+ (xy 124.621576 48.058811) (xy 124.621575 48.05881) (xy 124.621572 48.058808) (xy 124.42358 47.951661)
+ (xy 124.423577 47.951659) (xy 124.423574 47.951658) (xy 124.423571 47.951657) (xy 124.423569 47.951656)
+ (xy 124.210637 47.878556) (xy 123.988569 47.8415) (xy 123.763431 47.8415) (xy 123.541362 47.878556)
+ (xy 123.32843 47.951656) (xy 123.328419 47.951661) (xy 123.130427 48.058808) (xy 123.130422 48.058812)
+ (xy 122.952761 48.197092) (xy 122.952756 48.197097) (xy 122.800284 48.362723) (xy 122.800276 48.362734)
+ (xy 122.709808 48.501206) (xy 122.656662 48.546562) (xy 122.587431 48.555986) (xy 122.524095 48.526484)
+ (xy 122.502192 48.501206) (xy 122.411723 48.362734) (xy 122.411715 48.362723) (xy 122.259243 48.197097)
+ (xy 122.259238 48.197092) (xy 122.139371 48.103795) (xy 122.081576 48.058811) (xy 122.081575 48.05881)
+ (xy 122.081572 48.058808) (xy 121.88358 47.951661) (xy 121.883577 47.951659) (xy 121.883574 47.951658)
+ (xy 121.883571 47.951657) (xy 121.883569 47.951656) (xy 121.670637 47.878556) (xy 121.448569 47.8415)
+ (xy 121.223431 47.8415) (xy 121.001362 47.878556) (xy 120.78843 47.951656) (xy 120.788419 47.951661)
+ (xy 120.590427 48.058808) (xy 120.590422 48.058812) (xy 120.412761 48.197092) (xy 120.349548 48.26576)
+ (xy 120.289661 48.30175) (xy 120.219823 48.299649) (xy 120.162207 48.260124) (xy 120.142138 48.22511)
+ (xy 120.096889 48.103796) (xy 120.096888 48.103795) (xy 120.009261 47.986739) (xy 119.892204 47.899111)
+ (xy 119.755203 47.848011) (xy 119.694654 47.8415) (xy 119.694638 47.8415) (xy 117.897362 47.8415)
+ (xy 117.897345 47.8415) (xy 117.836797 47.848011) (xy 117.836795 47.848011) (xy 117.699795 47.899111)
+ (xy 117.582739 47.986739) (xy 117.495111 48.103795) (xy 117.444011 48.240795) (xy 117.444011 48.240797)
+ (xy 117.4375 48.301345) (xy 117.4375 50.098654) (xy 117.444011 50.159202) (xy 117.444011 50.159204)
+ (xy 117.492514 50.289242) (xy 117.495111 50.296204) (xy 117.582739 50.413261) (xy 117.699796 50.500889)
+ (xy 117.836799 50.551989) (xy 117.86405 50.554918) (xy 117.897345 50.558499) (xy 117.897362 50.5585)
+ (xy 119.694638 50.5585) (xy 119.694654 50.558499) (xy 119.721692 50.555591) (xy 119.755201 50.551989)
+ (xy 119.892204 50.500889) (xy 120.009261 50.413261) (xy 120.096889 50.296204) (xy 120.142138 50.174887)
+ (xy 120.184009 50.118956) (xy 120.249474 50.094539) (xy 120.317746 50.109391) (xy 120.349545 50.134236)
+ (xy 120.41276 50.202906) (xy 120.590424 50.341189) (xy 120.590425 50.341189) (xy 120.590427 50.341191)
+ (xy 120.667041 50.382652) (xy 120.788426 50.448342) (xy 121.001365 50.521444) (xy 121.223431 50.5585)
+ (xy 121.448569 50.5585) (xy 121.670635 50.521444) (xy 121.883574 50.448342) (xy 122.081576 50.341189)
+ (xy 122.25924 50.202906) (xy 122.411722 50.037268) (xy 122.502193 49.89879) (xy 122.555338 49.853437)
+ (xy 122.624569 49.844013) (xy 122.687905 49.873515) (xy 122.709804 49.898787) (xy 122.800278 50.037268)
+ (xy 122.800283 50.037273) (xy 122.800284 50.037276) (xy 122.926968 50.174889) (xy 122.95276 50.202906)
+ (xy 123.130424 50.341189) (xy 123.207043 50.382653) (xy 123.256633 50.431871) (xy 123.271741 50.500087)
+ (xy 123.247571 50.565643) (xy 123.235706 50.579388) (xy 122.090596 51.724497) (xy 122.029273 51.757982)
+ (xy 121.959581 51.752998) (xy 121.931791 51.73839) (xy 121.737585 51.602404) (xy 121.737579 51.6024)
+ (xy 121.523492 51.50257) (xy 121.523486 51.502567) (xy 121.31 51.445364) (xy 121.31 52.342988) (xy 121.252993 52.310075)
+ (xy 121.125826 52.276) (xy 120.994174 52.276) (xy 120.867007 52.310075) (xy 120.81 52.342988) (xy 120.81 51.445364)
+ (xy 120.809999 51.445364) (xy 120.596513 51.502567) (xy 120.596507 51.50257) (xy 120.382422 51.602399)
+ (xy 120.38242 51.6024) (xy 120.188926 51.737886) (xy 120.18892 51.737891) (xy 120.021891 51.90492)
+ (xy 120.02189 51.904922) (xy 119.895131 52.085952) (xy 119.840554 52.129577) (xy 119.771055 52.136769)
+ (xy 119.708701 52.105247) (xy 119.689752 52.082656) (xy 119.595722 51.938732) (xy 119.595715 51.938725)
+ (xy 119.595715 51.938723) (xy 119.443243 51.773097) (xy 119.443238 51.773092) (xy 119.265577 51.634812)
+ (xy 119.265572 51.634808) (xy 119.06758 51.527661) (xy 119.067577 51.527659) (xy 119.067574 51.527658)
+ (xy 119.067571 51.527657) (xy 119.067569 51.527656) (xy 118.854637 51.454556) (xy 118.632569 51.4175)
+ (xy 118.407431 51.4175) (xy 118.185362 51.454556) (xy 117.97243 51.527656) (xy 117.972419 51.527661)
+ (xy 117.774427 51.634808) (xy 117.774422 51.634812) (xy 117.596761 51.773092) (xy 117.596756 51.773097)
+ (xy 117.444284 51.938723) (xy 117.444276 51.938734) (xy 117.32114 52.127207) (xy 117.230703 52.333385)
+ (xy 117.175436 52.551628) (xy 117.175434 52.55164) (xy 117.156844 52.775994) (xy 117.156844 52.776005)
+ (xy 117.175434 53.000359) (xy 117.175436 53.000371) (xy 117.230703 53.218614) (xy 117.32114 53.424792)
+ (xy 117.444276 53.613265) (xy 117.444284 53.613276) (xy 117.556501 53.735174) (xy 117.59676 53.778906)
+ (xy 117.774424 53.917189) (xy 117.774425 53.917189) (xy 117.774427 53.917191) (xy 117.886499 53.977841)
+ (xy 117.972426 54.024342) (xy 118.185365 54.097444) (xy 118.407431 54.1345) (xy 118.632569 54.1345)
+ (xy 118.854635 54.097444) (xy 119.067574 54.024342) (xy 119.265576 53.917189) (xy 119.44324 53.778906)
+ (xy 119.542614 53.670957) (xy 119.595715 53.613276) (xy 119.595715 53.613275) (xy 119.595722 53.613268)
+ (xy 119.689749 53.469347) (xy 119.742894 53.423994) (xy 119.812125 53.41457) (xy 119.875461 53.444072)
+ (xy 119.89513 53.466048) (xy 120.02189 53.647078) (xy 120.188917 53.814105) (xy 120.382421 53.9496)
+ (xy 120.596507 54.049429) (xy 120.596516 54.049433) (xy 120.81 54.106634) (xy 120.81 53.209012)
+ (xy 120.867007 53.241925) (xy 120.994174 53.276) (xy 121.125826 53.276) (xy 121.252993 53.241925)
+ (xy 121.31 53.209012) (xy 121.31 54.106633) (xy 121.523483 54.049433) (xy 121.528572 54.047581)
+ (xy 121.529313 54.049618) (xy 121.589145 54.040518) (xy 121.652936 54.069024) (xy 121.691188 54.127492)
+ (xy 121.6965 54.163396) (xy 121.6965 54.929433) (xy 121.676815 54.996472) (xy 121.660181 55.017114)
+ (xy 114.707699 61.969597) (xy 107.765767 68.911529) (xy 107.735346 68.94195) (xy 107.677527 68.999768)
+ (xy 107.608203 69.103518) (xy 107.608198 69.103527) (xy 107.560445 69.218814) (xy 107.560443 69.218822)
+ (xy 107.5361 69.341201) (xy 107.5361 74.818634) (xy 107.516415 74.885673) (xy 107.499781 74.906315)
+ (xy 101.914467 80.491629) (xy 101.871878 80.534218) (xy 101.826227 80.579868) (xy 101.756903 80.683618)
+ (xy 101.756898 80.683627) (xy 101.709145 80.798914) (xy 101.709143 80.798922) (xy 101.6848 80.921301)
+ (xy 101.6848 88.124998) (xy 101.709143 88.247377) (xy 101.709145 88.247385) (xy 101.756898 88.362672)
+ (xy 101.756903 88.362681) (xy 101.826228 88.466432) (xy 101.826231 88.466436) (xy 106.195571 92.835775)
+ (xy 106.229056 92.897098) (xy 106.224072 92.96679) (xy 106.185402 93.019472) (xy 106.185536 93.019618)
+ (xy 106.184795 93.0203) (xy 106.184056 93.021307) (xy 106.18176 93.023093) (xy 106.181756 93.023097)
+ (xy 106.029284 93.188723) (xy 106.029276 93.188734) (xy 105.938808 93.327206) (xy 105.885662 93.372562)
+ (xy 105.816431 93.381986) (xy 105.753095 93.352484) (xy 105.731192 93.327206) (xy 105.649366 93.201963)
+ (xy 105.640722 93.188732) (xy 105.640719 93.188729) (xy 105.640715 93.188723) (xy 105.488243 93.023097)
+ (xy 105.488238 93.023092) (xy 105.310577 92.884812) (xy 105.310572 92.884808) (xy 105.11258 92.777661)
+ (xy 105.112577 92.777659) (xy 105.112574 92.777658) (xy 105.112571 92.777657) (xy 105.112569 92.777656)
+ (xy 104.899637 92.704556) (xy 104.677569 92.6675) (xy 104.452431 92.6675) (xy 104.230362 92.704556)
+ (xy 104.01743 92.777656) (xy 104.017419 92.777661) (xy 103.819427 92.884808) (xy 103.819422 92.884812)
+ (xy 103.641761 93.023092) (xy 103.641756 93.023097) (xy 103.489284 93.188723) (xy 103.489276 93.188734)
+ (xy 103.398808 93.327206) (xy 103.345662 93.372562) (xy 103.276431 93.381986) (xy 103.213095 93.352484)
+ (xy 103.191192 93.327206) (xy 103.109366 93.201963) (xy 103.100722 93.188732) (xy 103.100719 93.188729)
+ (xy 103.100715 93.188723) (xy 102.948243 93.023097) (xy 102.948238 93.023092) (xy 102.770577 92.884812)
+ (xy 102.770572 92.884808) (xy 102.57258 92.777661) (xy 102.572577 92.777659) (xy 102.572574 92.777658)
+ (xy 102.572571 92.777657) (xy 102.572569 92.777656) (xy 102.359637 92.704556) (xy 102.137569 92.6675)
+ (xy 101.912431 92.6675) (xy 101.690362 92.704556) (xy 101.47743 92.777656) (xy 101.477419 92.777661)
+ (xy 101.279427 92.884808) (xy 101.279422 92.884812) (xy 101.101761 93.023092) (xy 100.970229 93.165973)
+ (xy 100.910342 93.201963) (xy 100.840504 93.199862) (xy 100.782888 93.160337) (xy 100.755787 93.095938)
+ (xy 100.755 93.081989) (xy 100.755 77.887879) (xy 102.641672 77.887879) (xy 102.641672 77.88788)
+ (xy 102.757821 77.959797) (xy 102.757822 77.959798) (xy 102.965195 78.040134) (xy 103.183807 78.081)
+ (xy 103.406193 78.081) (xy 103.624809 78.040133) (xy 103.832168 77.959801) (xy 103.832181 77.959795)
+ (xy 103.948326 77.887879) (xy 103.295001 77.234553) (xy 103.295 77.234553) (xy 102.641672 77.887879)
+ (xy 100.755 77.887879) (xy 100.755 76.880999) (xy 102.089859 76.880999) (xy 102.089859 76.881) (xy 102.110378 77.102439)
+ (xy 102.17124 77.31635) (xy 102.270369 77.515428) (xy 102.286137 77.536308) (xy 102.286138 77.536308)
+ (xy 102.941447 76.881) (xy 102.895369 76.834922) (xy 102.945 76.834922) (xy 102.945 76.927078) (xy 102.968852 77.016095)
+ (xy 103.01493 77.095905) (xy 103.080095 77.16107) (xy 103.159905 77.207148) (xy 103.248922 77.231)
+ (xy 103.341078 77.231) (xy 103.430095 77.207148) (xy 103.509905 77.16107) (xy 103.57507 77.095905)
+ (xy 103.621148 77.016095) (xy 103.645 76.927078) (xy 103.645 76.880999) (xy 103.648553 76.880999)
+ (xy 103.648553 76.881) (xy 104.303861 77.536308) (xy 104.319631 77.515425) (xy 104.319633 77.515422)
+ (xy 104.418759 77.31635) (xy 104.479621 77.102439) (xy 104.500141 76.881) (xy 104.500141 76.880999)
+ (xy 104.479621 76.65956) (xy 104.418759 76.445649) (xy 104.319635 76.24658) (xy 104.31963 76.246572)
+ (xy 104.30386 76.22569) (xy 103.648553 76.880999) (xy 103.645 76.880999) (xy 103.645 76.834922)
+ (xy 103.621148 76.745905) (xy 103.57507 76.666095) (xy 103.509905 76.60093) (xy 103.430095 76.554852)
+ (xy 103.341078 76.531) (xy 103.248922 76.531) (xy 103.159905 76.554852) (xy 103.080095 76.60093)
+ (xy 103.01493 76.666095) (xy 102.968852 76.745905) (xy 102.945 76.834922) (xy 102.895369 76.834922)
+ (xy 102.286138 76.225691) (xy 102.286137 76.225691) (xy 102.270368 76.246574) (xy 102.17124 76.445649)
+ (xy 102.110378 76.65956) (xy 102.089859 76.880999) (xy 100.755 76.880999) (xy 100.755 75.874119)
+ (xy 102.641671 75.874119) (xy 103.295 76.527447) (xy 103.295001 76.527447) (xy 103.948327 75.874119)
+ (xy 103.832178 75.802202) (xy 103.832177 75.802201) (xy 103.624804 75.721865) (xy 103.406193 75.681)
+ (xy 103.183807 75.681) (xy 102.965195 75.721865) (xy 102.757824 75.8022) (xy 102.757823 75.802201)
+ (xy 102.641671 75.874119) (xy 100.755 75.874119) (xy 100.755 71.800994) (xy 101.154859 71.800994)
+ (xy 101.154859 71.801005) (xy 101.175385 72.048729) (xy 101.175387 72.048738) (xy 101.236412 72.289717)
+ (xy 101.336266 72.517364) (xy 101.436564 72.670882) (xy 102.177037 71.930409) (xy 102.194075 71.993993)
+ (xy 102.259901 72.108007) (xy 102.352993 72.201099) (xy 102.467007 72.266925) (xy 102.53059 72.283962)
+ (xy 101.789942 73.024609) (xy 101.836768 73.061055) (xy 101.83677 73.061056) (xy 102.055385 73.179364)
+ (xy 102.055396 73.179369) (xy 102.290506 73.260083) (xy 102.535707 73.301) (xy 102.784293 73.301)
+ (xy 103.029493 73.260083) (xy 103.264603 73.179369) (xy 103.264614 73.179364) (xy 103.483228 73.061057)
+ (xy 103.483231 73.061055) (xy 103.530056 73.024609) (xy 102.789409 72.283962) (xy 102.852993 72.266925)
+ (xy 102.967007 72.201099) (xy 103.060099 72.108007) (xy 103.125925 71.993993) (xy 103.142962 71.93041)
+ (xy 103.883434 72.670882) (xy 103.983731 72.517369) (xy 104.083587 72.289717) (xy 104.144612 72.048738)
+ (xy 104.144614 72.048729) (xy 104.165141 71.801005) (xy 104.165141 71.800994) (xy 104.144614 71.55327)
+ (xy 104.144612 71.553261) (xy 104.083587 71.312282) (xy 103.983731 71.08463) (xy 103.883434 70.931116)
+ (xy 103.142962 71.671589) (xy 103.125925 71.608007) (xy 103.060099 71.493993) (xy 102.967007 71.400901)
+ (xy 102.852993 71.335075) (xy 102.78941 71.318037) (xy 103.530057 70.57739) (xy 103.530056 70.577389)
+ (xy 103.483229 70.540943) (xy 103.264614 70.422635) (xy 103.264603 70.42263) (xy 103.029493 70.341916)
+ (xy 102.784293 70.301) (xy 102.535707 70.301) (xy 102.290506 70.341916) (xy 102.055396 70.42263)
+ (xy 102.05539 70.422632) (xy 101.836761 70.540949) (xy 101.789942 70.577388) (xy 101.789942 70.57739)
+ (xy 102.53059 71.318037) (xy 102.467007 71.335075) (xy 102.352993 71.400901) (xy 102.259901 71.493993)
+ (xy 102.194075 71.608007) (xy 102.177037 71.671589) (xy 101.436564 70.931116) (xy 101.336267 71.084632)
+ (xy 101.236412 71.312282) (xy 101.175387 71.553261) (xy 101.175385 71.55327) (xy 101.154859 71.800994)
+ (xy 100.755 71.800994) (xy 100.755 53.801) (xy 101.146835 53.801) (xy 101.165465 54.037714) (xy 101.220895 54.268595)
+ (xy 101.220895 54.268597) (xy 101.311757 54.487959) (xy 101.311759 54.487962) (xy 101.43582 54.69041)
+ (xy 101.435821 54.690413) (xy 101.435824 54.690416) (xy 101.590031 54.870969) (xy 101.697551 54.9628)
+ (xy 101.770586 55.025178) (xy 101.770588 55.025178) (xy 101.814693 55.052206) (xy 101.973037 55.14924)
+ (xy 101.97304 55.149242) (xy 102.192403 55.240104) (xy 102.192404 55.240104) (xy 102.192406 55.240105)
+ (xy 102.423289 55.295535) (xy 102.66 55.314165) (xy 102.896711 55.295535) (xy 103.127594 55.240105)
+ (xy 103.127596 55.240104) (xy 103.127597 55.240104) (xy 103.346959 55.149242) (xy 103.34696 55.149241)
+ (xy 103.346963 55.14924) (xy 103.549416 55.025176) (xy 103.729969 54.870969) (xy 103.884176 54.690416)
+ (xy 104.00824 54.487963) (xy 104.021791 54.455249) (xy 104.099104 54.268597) (xy 104.099104 54.268596)
+ (xy 104.099105 54.268594) (xy 104.154535 54.037711) (xy 104.173165 53.801) (xy 104.173165 53.800994)
+ (xy 105.054859 53.800994) (xy 105.054859 53.801005) (xy 105.075385 54.048729) (xy 105.075387 54.048738)
+ (xy 105.136412 54.289717) (xy 105.236266 54.517364) (xy 105.336564 54.670882) (xy 106.077037 53.930409)
+ (xy 106.094075 53.993993) (xy 106.159901 54.108007) (xy 106.252993 54.201099) (xy 106.367007 54.266925)
+ (xy 106.43059 54.283962) (xy 105.689942 55.024609) (xy 105.736768 55.061055) (xy 105.73677 55.061056)
+ (xy 105.955385 55.179364) (xy 105.955396 55.179369) (xy 106.190506 55.260083) (xy 106.435707 55.301)
+ (xy 106.684293 55.301) (xy 106.929493 55.260083) (xy 107.164603 55.179369) (xy 107.164614 55.179364)
+ (xy 107.383228 55.061057) (xy 107.383231 55.061055) (xy 107.430056 55.024609) (xy 106.689409 54.283962)
+ (xy 106.752993 54.266925) (xy 106.867007 54.201099) (xy 106.960099 54.108007) (xy 107.025925 53.993993)
+ (xy 107.042962 53.93041) (xy 107.783434 54.670882) (xy 107.883731 54.517369) (xy 107.983587 54.289717)
+ (xy 108.044612 54.048738) (xy 108.044614 54.048729) (xy 108.065141 53.801005) (xy 108.065141 53.800994)
+ (xy 108.044614 53.55327) (xy 108.044612 53.553261) (xy 107.983587 53.312282) (xy 107.883731 53.08463)
+ (xy 107.783434 52.931116) (xy 107.042962 53.671589) (xy 107.025925 53.608007) (xy 106.960099 53.493993)
+ (xy 106.867007 53.400901) (xy 106.752993 53.335075) (xy 106.68941 53.318037) (xy 107.430057 52.57739)
+ (xy 107.430056 52.577389) (xy 107.383229 52.540943) (xy 107.164614 52.422635) (xy 107.164603 52.42263)
+ (xy 106.929493 52.341916) (xy 106.684293 52.301) (xy 106.435707 52.301) (xy 106.190506 52.341916)
+ (xy 105.955396 52.42263) (xy 105.95539 52.422632) (xy 105.736761 52.540949) (xy 105.689942 52.577388)
+ (xy 105.689942 52.57739) (xy 106.43059 53.318037) (xy 106.367007 53.335075) (xy 106.252993 53.400901)
+ (xy 106.159901 53.493993) (xy 106.094075 53.608007) (xy 106.077037 53.671589) (xy 105.336564 52.931116)
+ (xy 105.236267 53.084632) (xy 105.136412 53.312282) (xy 105.075387 53.553261) (xy 105.075385 53.55327)
+ (xy 105.054859 53.800994) (xy 104.173165 53.800994) (xy 104.154535 53.564289) (xy 104.099105 53.333406)
+ (xy 104.099104 53.333403) (xy 104.099104 53.333402) (xy 104.008242 53.11404) (xy 104.00824 53.114037)
+ (xy 103.919356 52.968993) (xy 103.884178 52.911588) (xy 103.884178 52.911586) (xy 103.768376 52.776)
+ (xy 103.729969 52.731031) (xy 103.577265 52.600609) (xy 103.549413 52.576821) (xy 103.54941 52.57682)
+ (xy 103.346962 52.452759) (xy 103.346959 52.452757) (xy 103.127596 52.361895) (xy 102.896714 52.306465)
+ (xy 102.66 52.287835) (xy 102.423285 52.306465) (xy 102.192404 52.361895) (xy 102.192402 52.361895)
+ (xy 101.97304 52.452757) (xy 101.973037 52.452759) (xy 101.770589 52.57682) (xy 101.770586 52.576821)
+ (xy 101.590031 52.731031) (xy 101.435821 52.911586) (xy 101.43582 52.911589) (xy 101.311759 53.114037)
+ (xy 101.311757 53.11404) (xy 101.220895 53.333402) (xy 101.220895 53.333404) (xy 101.165465 53.564285)
+ (xy 101.146835 53.801) (xy 100.755 53.801) (xy 100.755 48.941) (xy 103.726835 48.941) (xy 103.745465 49.177714)
+ (xy 103.800895 49.408595) (xy 103.800895 49.408597) (xy 103.891757 49.627959) (xy 103.891759 49.627962)
+ (xy 104.01582 49.83041) (xy 104.015821 49.830413) (xy 104.068076 49.891596) (xy 104.170031 50.010969)
+ (xy 104.309797 50.13034) (xy 104.350586 50.165178) (xy 104.350588 50.165178) (xy 104.412155 50.202907)
+ (xy 104.553037 50.28924) (xy 104.55304 50.289242) (xy 104.772403 50.380104) (xy 104.772404 50.380104)
+ (xy 104.772406 50.380105) (xy 105.003289 50.435535) (xy 105.24 50.454165) (xy 105.476711 50.435535)
+ (xy 105.707594 50.380105) (xy 105.707596 50.380104) (xy 105.707597 50.380104) (xy 105.926959 50.289242)
+ (xy 105.92696 50.289241) (xy 105.926963 50.28924) (xy 106.129416 50.165176) (xy 106.309969 50.010969)
+ (xy 106.464176 49.830416) (xy 106.58824 49.627963) (xy 106.624808 49.539681) (xy 106.679104 49.408597)
+ (xy 106.679104 49.408596) (xy 106.679105 49.408594) (xy 106.734535 49.177711) (xy 106.753165 48.941)
+ (xy 106.753165 48.940994) (xy 108.734859 48.940994) (xy 108.734859 48.941005) (xy 108.755385 49.188729)
+ (xy 108.755387 49.188738) (xy 108.816412 49.429717) (xy 108.916266 49.657364) (xy 109.016564 49.810882)
+ (xy 109.757037 49.070409) (xy 109.774075 49.133993) (xy 109.839901 49.248007) (xy 109.932993 49.341099)
+ (xy 110.047007 49.406925) (xy 110.11059 49.423962) (xy 109.369942 50.164609) (xy 109.416768 50.201055)
+ (xy 109.41677 50.201056) (xy 109.635385 50.319364) (xy 109.635396 50.319369) (xy 109.870506 50.400083)
+ (xy 110.115707 50.441) (xy 110.364293 50.441) (xy 110.609493 50.400083) (xy 110.844603 50.319369)
+ (xy 110.844614 50.319364) (xy 111.063228 50.201057) (xy 111.063231 50.201055) (xy 111.110056 50.164609)
+ (xy 110.369409 49.423962) (xy 110.432993 49.406925) (xy 110.547007 49.341099) (xy 110.640099 49.248007)
+ (xy 110.705925 49.133993) (xy 110.722962 49.070409) (xy 111.463434 49.810882) (xy 111.563731 49.657369)
+ (xy 111.663587 49.429717) (xy 111.724612 49.188738) (xy 111.724614 49.188729) (xy 111.745141 48.941005)
+ (xy 111.745141 48.940994) (xy 111.724614 48.69327) (xy 111.724612 48.693261) (xy 111.663587 48.452282)
+ (xy 111.563731 48.22463) (xy 111.463434 48.071116) (xy 110.722962 48.811589) (xy 110.705925 48.748007)
+ (xy 110.640099 48.633993) (xy 110.547007 48.540901) (xy 110.432993 48.475075) (xy 110.36941 48.458037)
+ (xy 111.110057 47.71739) (xy 111.110056 47.717389) (xy 111.063229 47.680943) (xy 110.844614 47.562635)
+ (xy 110.844603 47.56263) (xy 110.609493 47.481916) (xy 110.364293 47.441) (xy 110.115707 47.441)
+ (xy 109.870506 47.481916) (xy 109.635396 47.56263) (xy 109.63539 47.562632) (xy 109.416761 47.680949)
+ (xy 109.369942 47.717388) (xy 109.369942 47.71739) (xy 110.11059 48.458037) (xy 110.047007 48.475075)
+ (xy 109.932993 48.540901) (xy 109.839901 48.633993) (xy 109.774075 48.748007) (xy 109.757037 48.811589)
+ (xy 109.016564 48.071116) (xy 108.916267 48.224632) (xy 108.816412 48.452282) (xy 108.755387 48.693261)
+ (xy 108.755385 48.69327) (xy 108.734859 48.940994) (xy 106.753165 48.940994) (xy 106.734535 48.704289)
+ (xy 106.679105 48.473406) (xy 106.679104 48.473403) (xy 106.679104 48.473402) (xy 106.588242 48.25404)
+ (xy 106.58824 48.254037) (xy 106.527531 48.154969) (xy 106.464178 48.051588) (xy 106.464178 48.051586)
+ (xy 106.408793 47.986739) (xy 106.309969 47.871031) (xy 106.130078 47.717389) (xy 106.129413 47.716821)
+ (xy 106.12941 47.71682) (xy 105.926962 47.592759) (xy 105.926959 47.592757) (xy 105.707596 47.501895)
+ (xy 105.476714 47.446465) (xy 105.24 47.427835) (xy 105.003285 47.446465) (xy 104.772404 47.501895)
+ (xy 104.772402 47.501895) (xy 104.55304 47.592757) (xy 104.553037 47.592759) (xy 104.350589 47.71682)
+ (xy 104.350586 47.716821) (xy 104.170031 47.871031) (xy 104.015821 48.051586) (xy 104.01582 48.051589)
+ (xy 103.891759 48.254037) (xy 103.891757 48.25404) (xy 103.800895 48.473402) (xy 103.800895 48.473404)
+ (xy 103.745465 48.704285) (xy 103.726835 48.941) (xy 100.755 48.941) (xy 100.755 47.16) (xy 100.774685 47.092961)
+ (xy 100.827489 47.047206) (xy 100.879 47.036) (xy 128.205134 47.036)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 146.542864 74.903278) (xy 146.587382 74.954655) (xy 146.60048 74.982745) (xy 146.607477 74.997749)
+ (xy 146.738802 75.1853) (xy 146.9007 75.347198) (xy 147.088251 75.478523) (xy 147.198846 75.530094)
+ (xy 147.29575 75.575281) (xy 147.295752 75.575281) (xy 147.295757 75.575284) (xy 147.516913 75.634543)
+ (xy 147.679832 75.648796) (xy 147.744998 75.654498) (xy 147.745 75.654498) (xy 147.745002 75.654498)
+ (xy 147.802021 75.649509) (xy 147.973087 75.634543) (xy 148.194243 75.575284) (xy 148.401749 75.478523)
+ (xy 148.5893 75.347198) (xy 148.705719 75.230779) (xy 148.767042 75.197294) (xy 148.836734 75.202278)
+ (xy 148.892667 75.24415) (xy 148.917084 75.309614) (xy 148.9174 75.31846) (xy 148.9174 78.186339)
+ (xy 148.898394 78.252311) (xy 148.817858 78.380482) (xy 148.757682 78.552453) (xy 148.757681 78.552458)
+ (xy 148.737284 78.733496) (xy 148.737284 78.733503) (xy 148.757681 78.914541) (xy 148.757682 78.914546)
+ (xy 148.817858 79.086517) (xy 148.904529 79.224452) (xy 148.914789 79.240781) (xy 149.043619 79.369611)
+ (xy 149.197885 79.466543) (xy 149.322579 79.510175) (xy 149.369853 79.526717) (xy 149.369858 79.526718)
+ (xy 149.550896 79.547116) (xy 149.5509 79.547116) (xy 149.550904 79.547116) (xy 149.731941 79.526718)
+ (xy 149.731944 79.526717) (xy 149.731947 79.526717) (xy 149.903915 79.466543) (xy 150.020827 79.393081)
+ (xy 150.088064 79.374081) (xy 150.154899 79.394448) (xy 150.200114 79.447716) (xy 150.2108 79.498075)
+ (xy 150.2108 81.845534) (xy 150.191115 81.912573) (xy 150.174481 81.933215) (xy 142.261167 89.846529)
+ (xy 142.217047 89.890649) (xy 142.172927 89.934768) (xy 142.103603 90.038518) (xy 142.103598 90.038527)
+ (xy 142.055845 90.153814) (xy 142.055843 90.153822) (xy 142.0315 90.276201) (xy 142.0315 92.750269)
+ (xy 142.011815 92.817308) (xy 141.96652 92.859323) (xy 141.919422 92.884811) (xy 141.919422 92.884812)
+ (xy 141.741761 93.023092) (xy 141.741756 93.023097) (xy 141.589284 93.188723) (xy 141.589276 93.188734)
+ (xy 141.498808 93.327206) (xy 141.445662 93.372562) (xy 141.376431 93.381986) (xy 141.313095 93.352484)
+ (xy 141.291192 93.327206) (xy 141.209366 93.201963) (xy 141.200722 93.188732) (xy 141.200719 93.188729)
+ (xy 141.200715 93.188723) (xy 141.048243 93.023097) (xy 141.048238 93.023092) (xy 140.870577 92.884812)
+ (xy 140.870572 92.884808) (xy 140.67258 92.777661) (xy 140.672577 92.777659) (xy 140.672574 92.777658)
+ (xy 140.672571 92.777657) (xy 140.672569 92.777656) (xy 140.459637 92.704556) (xy 140.237569 92.6675)
+ (xy 140.012431 92.6675) (xy 139.790362 92.704556) (xy 139.57743 92.777656) (xy 139.577419 92.777661)
+ (xy 139.379427 92.884808) (xy 139.379422 92.884812) (xy 139.201761 93.023092) (xy 139.201756 93.023097)
+ (xy 139.049284 93.188723) (xy 139.049276 93.188734) (xy 138.958808 93.327206) (xy 138.905662 93.372562)
+ (xy 138.836431 93.381986) (xy 138.773095 93.352484) (xy 138.751192 93.327206) (xy 138.669366 93.201963)
+ (xy 138.660722 93.188732) (xy 138.660719 93.188729) (xy 138.660715 93.188723) (xy 138.63741 93.163408)
+ (xy 138.606487 93.100754) (xy 138.614347 93.031328) (xy 138.640955 92.991747) (xy 144.570371 87.062333)
+ (xy 144.6397 86.958575) (xy 144.687455 86.843285) (xy 144.7118 86.720894) (xy 144.7118 86.596107)
+ (xy 144.7118 83.345105) (xy 144.731485 83.278066) (xy 144.784289 83.232311) (xy 144.853447 83.222367)
+ (xy 144.867871 83.225325) (xy 144.976913 83.254543) (xy 145.139832 83.268796) (xy 145.204998 83.274498)
+ (xy 145.205 83.274498) (xy 145.205002 83.274498) (xy 145.262139 83.269499) (xy 145.433087 83.254543)
+ (xy 145.654243 83.195284) (xy 145.861749 83.098523) (xy 146.0493 82.967198) (xy 146.211198 82.8053)
+ (xy 146.342523 82.617749) (xy 146.367307 82.564598) (xy 146.413479 82.512159) (xy 146.480672 82.493007)
+ (xy 146.547553 82.513222) (xy 146.592071 82.564599) (xy 146.614864 82.613479) (xy 146.614865 82.613481)
+ (xy 146.745342 82.79982) (xy 146.906179 82.960657) (xy 147.092517 83.091134) (xy 147.298673 83.187265)
+ (xy 147.298682 83.187269) (xy 147.494999 83.239872) (xy 147.495 83.239871) (xy 147.495 82.276686)
+ (xy 147.499394 82.28108) (xy 147.590606 82.333741) (xy 147.692339 82.361) (xy 147.797661 82.361)
+ (xy 147.899394 82.333741) (xy 147.990606 82.28108) (xy 147.995 82.276686) (xy 147.995 83.239872)
+ (xy 148.191317 83.187269) (xy 148.191326 83.187265) (xy 148.397482 83.091134) (xy 148.58382 82.960657)
+ (xy 148.744657 82.79982) (xy 148.875134 82.613482) (xy 148.971265 82.407326) (xy 148.971269 82.407317)
+ (xy 149.023872 82.211) (xy 148.060686 82.211) (xy 148.06508 82.206606) (xy 148.117741 82.115394)
+ (xy 148.145 82.013661) (xy 148.145 81.908339) (xy 148.117741 81.806606) (xy 148.06508 81.715394)
+ (xy 148.060686 81.711) (xy 149.023872 81.711) (xy 149.023872 81.710999) (xy 148.971269 81.514682)
+ (xy 148.971265 81.514673) (xy 148.875134 81.308517) (xy 148.744657 81.122179) (xy 148.58382 80.961342)
+ (xy 148.397482 80.830865) (xy 148.191328 80.734734) (xy 147.995 80.682127) (xy 147.995 81.645314)
+ (xy 147.990606 81.64092) (xy 147.899394 81.588259) (xy 147.797661 81.561) (xy 147.692339 81.561)
+ (xy 147.590606 81.588259) (xy 147.499394 81.64092) (xy 147.495 81.645314) (xy 147.495 80.682127)
+ (xy 147.298671 80.734734) (xy 147.092517 80.830865) (xy 146.906179 80.961342) (xy 146.745342 81.122179)
+ (xy 146.614865 81.308517) (xy 146.592071 81.357401) (xy 146.545898 81.40984) (xy 146.478705 81.428992)
+ (xy 146.411824 81.408776) (xy 146.367307 81.357401) (xy 146.342523 81.304251) (xy 146.332022 81.289254)
+ (xy 146.211198 81.1167) (xy 146.0493 80.954802) (xy 145.861749 80.823477) (xy 145.861745 80.823475)
+ (xy 145.654249 80.726718) (xy 145.654238 80.726714) (xy 145.433089 80.667457) (xy 145.433081 80.667456)
+ (xy 145.205002 80.647502) (xy 145.204998 80.647502) (xy 144.976918 80.667456) (xy 144.976907 80.667458)
+ (xy 144.867893 80.696668) (xy 144.798043 80.695005) (xy 144.740181 80.655842) (xy 144.712677 80.591613)
+ (xy 144.7118 80.576893) (xy 144.7118 76.908166) (xy 144.731485 76.841127) (xy 144.748119 76.820485)
+ (xy 145.697068 75.871536) (xy 145.697071 75.871533) (xy 145.7664 75.767775) (xy 145.814155 75.652485)
+ (xy 145.819727 75.624471) (xy 145.836944 75.537917) (xy 145.86933 75.476007) (xy 145.88743 75.46054)
+ (xy 146.0493 75.347198) (xy 146.211198 75.1853) (xy 146.342523 74.997749) (xy 146.362618 74.954655)
+ (xy 146.40879 74.902215) (xy 146.475983 74.883063)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 109.843748 77.496168) (xy 109.899681 77.53804) (xy 109.901989 77.541226) (xy 109.904241 77.544442)
+ (xy 109.984992 77.659767) (xy 109.985702 77.66078) (xy 110.135221 77.810299) (xy 110.135224 77.810301)
+ (xy 110.308442 77.931589) (xy 110.50009 78.020956) (xy 110.500096 78.020957) (xy 110.500097 78.020958)
+ (xy 110.549255 78.034129) (xy 110.704345 78.075686) (xy 110.854812 78.08885) (xy 110.914998 78.094116)
+ (xy 110.915 78.094116) (xy 110.915002 78.094116) (xy 110.967663 78.089508) (xy 111.125655 78.075686)
+ (xy 111.274585 78.03578) (xy 111.344433 78.037443) (xy 111.402296 78.076605) (xy 111.4298 78.140833)
+ (xy 111.418214 78.209736) (xy 111.394358 78.243236) (xy 107.002738 82.634856) (xy 106.941415 82.668341)
+ (xy 106.871723 82.663357) (xy 106.816107 82.621907) (xy 106.808163 82.611389) (xy 106.808162 82.611389)
+ (xy 106.21 83.209551) (xy 106.21 83.18163) (xy 106.184444 83.086255) (xy 106.135075 83.000745) (xy 106.065255 82.930925)
+ (xy 105.979745 82.881556) (xy 105.88437 82.856) (xy 105.856447 82.856) (xy 106.452007 82.260439)
+ (xy 106.349793 82.197151) (xy 106.349789 82.197149) (xy 106.151063 82.120163) (xy 106.151058 82.120162)
+ (xy 105.941561 82.081) (xy 105.852463 82.081) (xy 105.785424 82.061315) (xy 105.739669 82.008511)
+ (xy 105.730543 81.966564) (xy 105.728992 81.966708) (xy 105.724218 81.915186) (xy 105.708653 81.747214)
+ (xy 105.680204 81.647228) (xy 105.68079 81.577362) (xy 105.711787 81.525615) (xy 109.712735 77.524667)
+ (xy 109.774056 77.491184)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 155.080135 67.222657) (xy 155.099953 67.238757) (xy 158.147981 70.286785) (xy 158.181466 70.348108)
+ (xy 158.1843 70.374466) (xy 158.1843 75.946233) (xy 158.164615 76.013272) (xy 158.111811 76.059027)
+ (xy 158.042653 76.068971) (xy 157.979097 76.039946) (xy 157.972619 76.033914) (xy 154.72931 72.790605)
+ (xy 154.695825 72.729282) (xy 154.700809 72.65959) (xy 154.71822 72.629716) (xy 154.717556 72.629251)
+ (xy 154.851133 72.438482) (xy 154.947265 72.232326) (xy 154.947269 72.232317) (xy 154.999872 72.036)
+ (xy 154.036686 72.036) (xy 154.04108 72.031606) (xy 154.093741 71.940394) (xy 154.121 71.838661)
+ (xy 154.121 71.733339) (xy 154.093741 71.631606) (xy 154.04108 71.540394) (xy 154.036686 71.536)
+ (xy 154.999872 71.536) (xy 154.999872 71.535999) (xy 154.947269 71.339682) (xy 154.947265 71.339673)
+ (xy 154.851134 71.133517) (xy 154.720657 70.947179) (xy 154.55982 70.786342) (xy 154.373481 70.655865)
+ (xy 154.373479 70.655864) (xy 154.324599 70.633071) (xy 154.272159 70.586899) (xy 154.253007 70.519706)
+ (xy 154.273223 70.452824) (xy 154.324599 70.408307) (xy 154.377749 70.383523) (xy 154.5653 70.252198)
+ (xy 154.727198 70.0903) (xy 154.858523 69.902749) (xy 154.955284 69.695243) (xy 155.014543 69.474087)
+ (xy 155.034498 69.246) (xy 155.014543 69.017913) (xy 154.955284 68.796757) (xy 154.858523 68.589251)
+ (xy 154.727198 68.4017) (xy 154.5653 68.239802) (xy 154.377749 68.108477) (xy 154.334655 68.088382)
+ (xy 154.282215 68.04221) (xy 154.263063 67.975017) (xy 154.283278 67.908136) (xy 154.334655 67.863618)
+ (xy 154.337882 67.862112) (xy 154.377749 67.843523) (xy 154.5653 67.712198) (xy 154.727198 67.5503)
+ (xy 154.858523 67.362749) (xy 154.899892 67.27403) (xy 154.946061 67.221595) (xy 155.013254 67.202442)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 132.755 62.284872) (xy 132.951317 62.232269) (xy 132.951326 62.232265) (xy 133.157483 62.136133)
+ (xy 133.157489 62.13613) (xy 133.323247 62.020063) (xy 133.389452 61.997735) (xy 133.45722 62.014745)
+ (xy 133.482052 62.033956) (xy 139.09094 67.642844) (xy 139.124425 67.704167) (xy 139.119441 67.773859)
+ (xy 139.104834 67.801649) (xy 138.987476 67.969251) (xy 138.967382 68.012345) (xy 138.921209 68.064784)
+ (xy 138.854016 68.083936) (xy 138.787135 68.06372) (xy 138.742618 68.012345) (xy 138.722523 67.969251)
+ (xy 138.688111 67.920106) (xy 138.591198 67.7817) (xy 138.4293 67.619802) (xy 138.241749 67.488477)
+ (xy 138.241745 67.488475) (xy 138.034249 67.391718) (xy 138.034238 67.391714) (xy 137.813089 67.332457)
+ (xy 137.813081 67.332456) (xy 137.585002 67.312502) (xy 137.584998 67.312502) (xy 137.356918 67.332456)
+ (xy 137.35691 67.332457) (xy 137.135761 67.391714) (xy 137.13575 67.391718) (xy 136.928254 67.488475)
+ (xy 136.928252 67.488476) (xy 136.915119 67.497672) (xy 136.7407 67.619802) (xy 136.740698 67.619803)
+ (xy 136.740695 67.619806) (xy 136.578806 67.781695) (xy 136.578803 67.781698) (xy 136.578802 67.7817)
+ (xy 136.564834 67.801649) (xy 136.447476 67.969251) (xy 136.427382 68.012345) (xy 136.381209 68.064784)
+ (xy 136.314016 68.083936) (xy 136.247135 68.06372) (xy 136.202618 68.012345) (xy 136.182523 67.969251)
+ (xy 136.148111 67.920106) (xy 136.051198 67.7817) (xy 135.8893 67.619802) (xy 135.727434 67.506462)
+ (xy 135.683811 67.451887) (xy 135.676945 67.429089) (xy 135.654155 67.314515) (xy 135.634639 67.2674)
+ (xy 135.630966 67.258533) (xy 135.616167 67.222804) (xy 135.606401 67.199225) (xy 135.57701 67.155238)
+ (xy 135.537072 67.095466) (xy 131.999519 63.557913) (xy 131.966034 63.49659) (xy 131.9632 63.470232)
+ (xy 131.9632 62.368284) (xy 131.982885 62.301245) (xy 132.035689 62.25549) (xy 132.104847 62.245546)
+ (xy 132.119294 62.248509) (xy 132.254999 62.284871) (xy 132.255 62.284871) (xy 132.255 61.321686)
+ (xy 132.259394 61.32608) (xy 132.350606 61.378741) (xy 132.452339 61.406) (xy 132.557661 61.406)
+ (xy 132.659394 61.378741) (xy 132.750606 61.32608) (xy 132.755 61.321686)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 137.835 62.284872) (xy 138.031317 62.232269) (xy 138.031326 62.232265) (xy 138.237482 62.136134)
+ (xy 138.42382 62.005657) (xy 138.439906 61.989572) (xy 138.501229 61.956087) (xy 138.570921 61.961071)
+ (xy 138.615268 61.989572) (xy 139.837829 63.212133) (xy 139.891899 63.266203) (xy 139.926068 63.300372)
+ (xy 140.029818 63.369696) (xy 140.029824 63.369699) (xy 140.029825 63.3697) (xy 140.145115 63.417455)
+ (xy 140.267501 63.441799) (xy 140.267505 63.4418) (xy 140.267506 63.4418) (xy 143.0963 63.4418)
+ (xy 143.163339 63.461485) (xy 143.209094 63.514289) (xy 143.2203 63.5658) (xy 143.2203 67.258533)
+ (xy 143.200615 67.325572) (xy 143.147811 67.371327) (xy 143.078653 67.381271) (xy 143.064207 67.378308)
+ (xy 142.893092 67.332458) (xy 142.893088 67.332457) (xy 142.893087 67.332457) (xy 142.893086 67.332456)
+ (xy 142.893081 67.332456) (xy 142.665002 67.312502) (xy 142.664998 67.312502) (xy 142.436918 67.332456)
+ (xy 142.43691 67.332457) (xy 142.215761 67.391714) (xy 142.21575 67.391718) (xy 142.008254 67.488475)
+ (xy 142.008252 67.488476) (xy 141.995119 67.497672) (xy 141.8207 67.619802) (xy 141.820698 67.619803)
+ (xy 141.820695 67.619806) (xy 141.658806 67.781695) (xy 141.658803 67.781698) (xy 141.658802 67.7817)
+ (xy 141.644834 67.801649) (xy 141.527476 67.969251) (xy 141.507382 68.012345) (xy 141.461209 68.064784)
+ (xy 141.394016 68.083936) (xy 141.327135 68.06372) (xy 141.282618 68.012345) (xy 141.262523 67.969251)
+ (xy 141.228111 67.920106) (xy 141.131198 67.7817) (xy 140.9693 67.619802) (xy 140.807434 67.506462)
+ (xy 140.763811 67.451887) (xy 140.756945 67.429089) (xy 140.734155 67.314515) (xy 140.687733 67.202442)
+ (xy 140.686401 67.199227) (xy 140.686396 67.199218) (xy 140.617071 67.095467) (xy 140.617068 67.095463)
+ (xy 140.528836 67.007231) (xy 140.528832 67.007228) (xy 140.425081 66.937903) (xy 140.425072 66.937898)
+ (xy 140.309785 66.890145) (xy 140.309777 66.890143) (xy 140.187398 66.8658) (xy 140.187394 66.8658)
+ (xy 140.157066 66.8658) (xy 140.090027 66.846115) (xy 140.069385 66.829481) (xy 135.603483 62.363579)
+ (xy 135.569998 62.302256) (xy 135.574982 62.232564) (xy 135.616854 62.176631) (xy 135.638761 62.163515)
+ (xy 135.697483 62.136133) (xy 135.88382 62.005657) (xy 136.044657 61.84482) (xy 136.175134 61.658481)
+ (xy 136.175135 61.658479) (xy 136.202618 61.599543) (xy 136.24879 61.547103) (xy 136.315983 61.527951)
+ (xy 136.382864 61.548166) (xy 136.427382 61.599543) (xy 136.454864 61.658479) (xy 136.454865 61.658481)
+ (xy 136.585342 61.84482) (xy 136.746179 62.005657) (xy 136.932517 62.136134) (xy 137.138673 62.232265)
+ (xy 137.138682 62.232269) (xy 137.334999 62.284872) (xy 137.335 62.284871) (xy 137.335 61.321686)
+ (xy 137.339394 61.32608) (xy 137.430606 61.378741) (xy 137.532339 61.406) (xy 137.637661 61.406)
+ (xy 137.739394 61.378741) (xy 137.830606 61.32608) (xy 137.835 61.321686)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 132.969139 60.775685) (xy 133.014894 60.828489) (xy 133.0261 60.88) (xy 133.0261 61.132) (xy 133.006415 61.199039)
+ (xy 132.953611 61.244794) (xy 132.9021 61.256) (xy 132.820686 61.256) (xy 132.82508 61.251606) (xy 132.877741 61.160394)
+ (xy 132.905 61.058661) (xy 132.905 60.953339) (xy 132.877741 60.851606) (xy 132.82508 60.760394)
+ (xy 132.820686 60.756) (xy 132.9021 60.756)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 134.72492 60.760394) (xy 134.672259 60.851606) (xy 134.645 60.953339) (xy 134.645 61.058661)
+ (xy 134.672259 61.160394) (xy 134.72492 61.251606) (xy 134.729314 61.256) (xy 134.547266 61.256)
+ (xy 134.480227 61.236315) (xy 134.459585 61.219681) (xy 134.329419 61.089515) (xy 134.295934 61.028192)
+ (xy 134.2931 61.001834) (xy 134.2931 60.88) (xy 134.312785 60.812961) (xy 134.365589 60.767206)
+ (xy 134.4171 60.756) (xy 134.729314 60.756)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 137.26492 60.760394) (xy 137.212259 60.851606) (xy 137.185 60.953339) (xy 137.185 61.058661)
+ (xy 137.212259 61.160394) (xy 137.26492 61.251606) (xy 137.269314 61.256) (xy 135.360686 61.256)
+ (xy 135.36508 61.251606) (xy 135.417741 61.160394) (xy 135.445 61.058661) (xy 135.445 60.953339)
+ (xy 135.417741 60.851606) (xy 135.36508 60.760394) (xy 135.360686 60.756) (xy 137.269314 60.756)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 138.021239 60.775685) (xy 138.066994 60.828489) (xy 138.0782 60.88) (xy 138.0782 61.132) (xy 138.058515 61.199039)
+ (xy 138.005711 61.244794) (xy 137.9542 61.256) (xy 137.900686 61.256) (xy 137.90508 61.251606) (xy 137.957741 61.160394)
+ (xy 137.985 61.058661) (xy 137.985 60.953339) (xy 137.957741 60.851606) (xy 137.90508 60.760394)
+ (xy 137.900686 60.756) (xy 137.9542 60.756)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 139.80492 60.760394) (xy 139.752259 60.851606) (xy 139.725 60.953339) (xy 139.725 61.058661)
+ (xy 139.752259 61.160394) (xy 139.80492 61.251606) (xy 139.809314 61.256) (xy 139.724866 61.256)
+ (xy 139.657827 61.236315) (xy 139.637185 61.219681) (xy 139.385185 60.967681) (xy 139.3517 60.906358)
+ (xy 139.356684 60.836666) (xy 139.398556 60.780733) (xy 139.46402 60.756316) (xy 139.472866 60.756)
+ (xy 139.809314 60.756)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 132.168403 59.060753) (xy 132.174881 59.066785) (xy 132.718681 59.610585) (xy 132.752166 59.671908)
+ (xy 132.755 59.698266) (xy 132.755 60.690314) (xy 132.750606 60.68592) (xy 132.659394 60.633259)
+ (xy 132.557661 60.606) (xy 132.452339 60.606) (xy 132.350606 60.633259) (xy 132.259394 60.68592)
+ (xy 132.255 60.690314) (xy 132.255 59.727127) (xy 132.254999 59.727126) (xy 132.119294 59.76349)
+ (xy 132.049444 59.761827) (xy 131.991582 59.722665) (xy 131.964077 59.658437) (xy 131.9632 59.643715)
+ (xy 131.9632 59.154466) (xy 131.982885 59.087427) (xy 132.035689 59.041672) (xy 132.104847 59.031728)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 129.646233 53.837299) (xy 129.676544 53.859548) (xy 130.173529 54.356533) (xy 130.261767 54.444771)
+ (xy 130.261768 54.444772) (xy 130.365518 54.514096) (xy 130.365524 54.514099) (xy 130.365525 54.5141)
+ (xy 130.480815 54.561855) (xy 130.603201 54.586199) (xy 130.603205 54.5862) (xy 130.603206 54.5862)
+ (xy 131.844634 54.5862) (xy 131.911673 54.605885) (xy 131.932315 54.622519) (xy 136.979936 59.67014)
+ (xy 137.013421 59.731463) (xy 137.008437 59.801155) (xy 136.966565 59.857088) (xy 136.944665 59.870201)
+ (xy 136.932517 59.875866) (xy 136.746179 60.006342) (xy 136.585342 60.167179) (xy 136.454865 60.353517)
+ (xy 136.427382 60.412457) (xy 136.38121 60.464896) (xy 136.314016 60.484048) (xy 136.247135 60.463832)
+ (xy 136.202618 60.412457) (xy 136.175134 60.353517) (xy 136.044657 60.167179) (xy 135.88382 60.006342)
+ (xy 135.697482 59.875865) (xy 135.491328 59.779734) (xy 135.295 59.727127) (xy 135.295 60.690314)
+ (xy 135.290606 60.68592) (xy 135.199394 60.633259) (xy 135.097661 60.606) (xy 134.992339 60.606)
+ (xy 134.890606 60.633259) (xy 134.799394 60.68592) (xy 134.795 60.690314) (xy 134.795 59.727127)
+ (xy 134.598671 59.779734) (xy 134.469505 59.839966) (xy 134.400427 59.850458) (xy 134.336643 59.821938)
+ (xy 134.298404 59.763462) (xy 134.2931 59.727584) (xy 134.2931 59.593205) (xy 134.293099 59.593201)
+ (xy 134.28566 59.555803) (xy 134.268755 59.470815) (xy 134.221 59.355525) (xy 134.220999 59.355524)
+ (xy 134.220996 59.355518) (xy 134.151672 59.251768) (xy 134.114553 59.214649) (xy 134.063433 59.163529)
+ (xy 129.142228 54.242324) (xy 129.108743 54.181001) (xy 129.113727 54.111309) (xy 129.155599 54.055376)
+ (xy 129.189642 54.037363) (xy 129.227574 54.024342) (xy 129.425576 53.917189) (xy 129.512701 53.849374)
+ (xy 129.577693 53.823733)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 139.254999 55.509285) (xy 139.300754 55.562089) (xy 139.310698 55.631247) (xy 139.281673 55.694803)
+ (xy 139.275641 55.701281) (xy 139.1957 55.781221) (xy 139.074411 55.954441) (xy 139.07441 55.954443)
+ (xy 138.985045 56.146088) (xy 138.985041 56.146097) (xy 138.930315 56.350339) (xy 138.930313 56.35035)
+ (xy 138.911884 56.560998) (xy 138.911884 56.561001) (xy 138.930313 56.771649) (xy 138.930315 56.77166)
+ (xy 138.985041 56.975902) (xy 138.985043 56.975906) (xy 138.985044 56.97591) (xy 138.994062 56.995249)
+ (xy 139.07441 57.167556) (xy 139.074411 57.167558) (xy 139.1957 57.340778) (xy 139.345221 57.490299)
+ (xy 139.345224 57.490301) (xy 139.518442 57.611589) (xy 139.71009 57.700956) (xy 139.710096 57.700957)
+ (xy 139.710097 57.700958) (xy 139.759255 57.714129) (xy 139.914345 57.755686) (xy 140.058386 57.768288)
+ (xy 140.124998 57.774116) (xy 140.125 57.774116) (xy 140.125002 57.774116) (xy 140.191614 57.768288)
+ (xy 140.335655 57.755686) (xy 140.53991 57.700956) (xy 140.731558 57.611589) (xy 140.904776 57.490301)
+ (xy 141.054301 57.340776) (xy 141.175589 57.167558) (xy 141.264956 56.97591) (xy 141.319686 56.771655)
+ (xy 141.326973 56.688358) (xy 141.352425 56.623291) (xy 141.409016 56.582312) (xy 141.478778 56.578434)
+ (xy 141.538182 56.611486) (xy 144.591426 59.66473) (xy 144.624911 59.726053) (xy 144.619927 59.795745)
+ (xy 144.578055 59.851678) (xy 144.556156 59.86479) (xy 144.548255 59.868474) (xy 144.548252 59.868476)
+ (xy 144.5377 59.875865) (xy 144.3607 59.999802) (xy 144.360698 59.999803) (xy 144.360695 59.999806)
+ (xy 144.198806 60.161695) (xy 144.067476 60.349251) (xy 144.047382 60.392345) (xy 144.001209 60.444784)
+ (xy 143.934016 60.463936) (xy 143.867135 60.44372) (xy 143.822618 60.392345) (xy 143.802523 60.349251)
+ (xy 143.78224 60.320284) (xy 143.671198 60.1617) (xy 143.5093 59.999802) (xy 143.321749 59.868477)
+ (xy 143.321743 59.868474) (xy 143.114249 59.771718) (xy 143.114238 59.771714) (xy 142.893089 59.712457)
+ (xy 142.893081 59.712456) (xy 142.665002 59.692502) (xy 142.664998 59.692502) (xy 142.436918 59.712456)
+ (xy 142.43691 59.712457) (xy 142.215761 59.771714) (xy 142.21575 59.771718) (xy 142.008254 59.868475)
+ (xy 142.008252 59.868476) (xy 141.9977 59.875865) (xy 141.8207 59.999802) (xy 141.820698 59.999803)
+ (xy 141.820695 59.999806) (xy 141.658806 60.161695) (xy 141.658803 60.161698) (xy 141.658802 60.1617)
+ (xy 141.618291 60.219556) (xy 141.527476 60.349252) (xy 141.527474 60.349256) (xy 141.502691 60.402402)
+ (xy 141.456518 60.454841) (xy 141.389324 60.473992) (xy 141.322444 60.453775) (xy 141.277927 60.402399)
+ (xy 141.255133 60.353517) (xy 141.124657 60.167179) (xy 140.96382 60.006342) (xy 140.777482 59.875865)
+ (xy 140.571328 59.779734) (xy 140.375 59.727127) (xy 140.375 60.690314) (xy 140.370606 60.68592)
+ (xy 140.279394 60.633259) (xy 140.177661 60.606) (xy 140.072339 60.606) (xy 139.970606 60.633259)
+ (xy 139.879394 60.68592) (xy 139.875 60.690314) (xy 139.875 59.727127) (xy 139.678671 59.779734)
+ (xy 139.472517 59.875866) (xy 139.286178 60.006342) (xy 139.284727 60.007793) (xy 139.28393 60.008227)
+ (xy 139.282034 60.009819) (xy 139.281713 60.009437) (xy 139.223397 60.041266) (xy 139.153706 60.036269)
+ (xy 139.109381 60.007776) (xy 136.963276 57.861671) (xy 134.802884 55.70128) (xy 134.7694 55.639958)
+ (xy 134.774384 55.570266) (xy 134.816256 55.514333) (xy 134.88172 55.489916) (xy 134.890566 55.4896)
+ (xy 139.18796 55.4896)
+ )
+ )
+ )
+)
diff --git a/pcb/RescueAVR.kicad_prl b/pcb/RescueAVR.kicad_prl
new file mode 100644
index 0000000..5440e04
--- /dev/null
+++ b/pcb/RescueAVR.kicad_prl
@@ -0,0 +1,83 @@
+{
+ "board": {
+ "active_layer": 31,
+ "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": "RescueAVR.kicad_prl",
+ "version": 3
+ },
+ "project": {
+ "files": []
+ }
+}
diff --git a/pcb/RescueAVR.kicad_pro b/pcb/RescueAVR.kicad_pro
new file mode 100644
index 0000000..6e3956b
--- /dev/null
+++ b/pcb/RescueAVR.kicad_pro
@@ -0,0 +1,676 @@
+{
+ "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.15,
+ "copper_line_width": 0.15,
+ "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": 3.048,
+ "height": 4.064,
+ "width": 4.064
+ },
+ "silk_line_width": 0.15,
+ "silk_text_italic": false,
+ "silk_text_size_h": 1.0,
+ "silk_text_size_v": 1.0,
+ "silk_text_thickness": 0.15,
+ "silk_text_upright": false,
+ "zones": {
+ "45_degree_only": false,
+ "min_clearance": 0.508
+ }
+ },
+ "diff_pair_dimensions": [
+ {
+ "gap": 0.0,
+ "via_gap": 0.0,
+ "width": 0.0
+ }
+ ],
+ "drc_exclusions": [
+ "courtyards_overlap|113755367|95775999|7d4272c2-a7f6-47c0-99d2-b1cedb4f96b6|e37b79bf-98e8-4522-b749-f0e7c6a98bbc",
+ "courtyards_overlap|116996001|50976001|00000000-0000-0000-0000-0000551afd43|9f15000d-569b-476d-b429-f39fd95570fd",
+ "courtyards_overlap|126140001|95710001|00000000-0000-0000-0000-0000551afcfc|7d4272c2-a7f6-47c0-99d2-b1cedb4f96b6",
+ "courtyards_overlap|152084999|95710001|00000000-0000-0000-0000-0000551afd13|7d4272c2-a7f6-47c0-99d2-b1cedb4f96b6",
+ "starved_thermal|105835000|83231000|31ccb2a7-b632-4a84-84d9-59cee09eafe2|9bee2d9f-53e5-4b10-924e-78822bf1e98f|B.Cu",
+ "starved_thermal|140125000|61006000|31ccb2a7-b632-4a84-84d9-59cee09eafe2|1d509842-278e-43a9-ba70-a2e681f7e1a5|B.Cu",
+ "starved_thermal|153721000|71786000|31ccb2a7-b632-4a84-84d9-59cee09eafe2|a9197b35-4145-42f5-a7f0-a975fdccb349|B.Cu"
+ ],
+ "meta": {
+ "filename": "board_design_settings.json",
+ "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": "error",
+ "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": "error",
+ "pth_inside_courtyard": "ignore",
+ "shorting_items": "error",
+ "silk_edge_clearance": "warning",
+ "silk_over_copper": "error",
+ "silk_overlap": "error",
+ "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",
+ "zone_has_empty_net": "error",
+ "zones_intersect": "error"
+ },
+ "rules": {
+ "allow_blind_buried_vias": false,
+ "allow_microvias": false,
+ "max_error": 0.005,
+ "min_clearance": 0.0,
+ "min_connection": 0.0,
+ "min_copper_edge_clearance": 0.075,
+ "min_hole_clearance": 0.0,
+ "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.2,
+ "min_via_annular_width": 0.05,
+ "min_via_diameter": 0.4,
+ "solder_mask_to_copper_clearance": 0.005,
+ "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": [
+ 0.0,
+ 0.2,
+ 0.4,
+ 0.6
+ ],
+ "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": [
+ {
+ "diameter": 0.0,
+ "drill": 0.0
+ },
+ {
+ "diameter": 0.6,
+ "drill": 0.3
+ },
+ {
+ "diameter": 0.8,
+ "drill": 0.4
+ }
+ ],
+ "zones_allow_external_fillets": false,
+ "zones_use_no_outline": true
+ },
+ "ipc2581": {
+ "dist": "",
+ "distpn": "",
+ "internal_id": "",
+ "mfg": "",
+ "mpn": ""
+ },
+ "layer_presets": [],
+ "viewports": []
+ },
+ "boards": [],
+ "cvpcb": {
+ "equivalence_files": []
+ },
+ "erc": {
+ "erc_exclusions": [
+ "multiple_net_names|1320800|381000|d9a65242-9c26-45cd-9a55-3e69f0d77784|00ae765a-5a9c-4c93-8bba-33be6a616a1b|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "multiple_net_names|1320800|533400|23f0c933-49f0-4410-a8db-8b017f48dadc|fda1f9f0-7b0e-4784-a57a-0aea956ba894|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "multiple_net_names|1320800|762000|2c60ab74-0590-423b-8921-6f3212a358d2|c2f055ea-3d7c-490e-9d80-af22700c4088|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "multiple_net_names|254000|723900|ea5aa60b-a25e-41a1-9e06-c7b6f957567f|05fade8e-60a1-4bde-a881-5697f06b1a48|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "multiple_net_names|508000|1041400|fef710fe-9d6e-482d-bf3e-5ee9b4b18640|d8eb98d9-e74a-4583-bcc9-c64917524749|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "multiple_net_names|508000|1066800|9ad5a781-2469-4c8f-8abf-a1c3586f7cb7|2eeb2c2f-4f20-4ba3-a62c-3512702d06e9|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "multiple_net_names|508000|1219200|e7ce99b8-ca22-4c56-9e55-39d32c709f3c|90187fee-c62c-4cd1-ab78-524827e65b3f|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "multiple_net_names|508000|1346200|9cccf5f9-68a4-4e61-b418-6185dd6a5f9a|59f22e35-393a-4fa9-8e10-139c73317ccd|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "multiple_net_names|508000|1422400|c775d4e8-c37b-4e73-90c1-1c8d36333aac|defbac6c-76d0-4e7a-bac6-80b53dcbba6a|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "multiple_net_names|508000|1498600|ccb58899-a82d-403c-b30b-ee351d622e9c|61ead7e3-44d5-4ae2-b3b9-36f698e70d75|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "multiple_net_names|622300|444500|54be04e4-fffa-4f7f-8a5f-d0de81314e8f|47619f26-11d0-46e4-b8b3-56e4466bb5ae|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "multiple_net_names|622300|495300|89b0e564-e7aa-4224-80c9-3f0614fede8f|f5f15f8a-0773-4545-918b-330100325a3b|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "multiple_net_names|622300|596900|873d2c88-519e-482f-a3ed-2484e5f9417e|fa90a7f9-c446-49ea-9f12-b81f34184f7f|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "multiple_net_names|622300|673100|0d8cfe6d-11bf-42b9-9752-f9a5a76bce7e|274007ee-5c87-488e-a4b4-e0e95804dad6|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "multiple_net_names|787400|1041400|ba02dc27-26a3-4648-b0aa-06b6dcaf001f|e033231b-b594-4a3a-8db5-89a0bf32f322|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "multiple_net_names|787400|1066800|acc9991b-1bdd-4544-9a08-4037937485cb|f0d7b6f1-4c66-4be3-8603-e0eddb4e4fff|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "multiple_net_names|787400|1092200|09251fd4-af37-4d86-8951-1faaac710ffa|87231f45-81cb-4f47-bfb4-0df1c839b835|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "pin_to_pin|1397000|1511300|f722b338-e04f-4807-89e5-3b0aa45c7e2f|4ec19cb6-2cc9-4462-87b5-10781c0b09bd|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "pin_to_pin|1397000|1511300|f722b338-e04f-4807-89e5-3b0aa45c7e2f|7a36b316-1cd1-435b-a054-689b0c6d9e5a|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "pin_to_pin|1397000|1511300|f722b338-e04f-4807-89e5-3b0aa45c7e2f|d476b52e-2b87-4f12-9b1f-6665f3eea54c|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "pin_to_pin|1397000|1511300|f722b338-e04f-4807-89e5-3b0aa45c7e2f|ece64bc3-d352-4f9a-92fa-adcb1f54b007|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "power_pin_not_driven|1155700|965200|7bf9a538-1cbd-4e1d-b556-869ffb4f14a8|00000000-0000-0000-0000-000000000000|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|",
+ "power_pin_not_driven|1181100|203200|e059c078-cb6b-4b92-bfd8-5f001d20f9fa|00000000-0000-0000-0000-000000000000|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|",
+ "power_pin_not_driven|292100|266700|fdd33dcf-399e-4ac6-99f5-9ccff615cf55|00000000-0000-0000-0000-000000000000|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|",
+ "power_pin_not_driven|317500|266700|25f7f7e2-1fc6-41d8-a14b-2d2742e98c50|00000000-0000-0000-0000-000000000000|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|",
+ "simulation_model_issue|1155700|1117600|86df0915-b775-4b9f-af37-dc2c934eab66|00000000-0000-0000-0000-000000000000|||",
+ "simulation_model_issue|1155700|584200|017652d1-2eed-4b19-93f1-62d7282c40b2|00000000-0000-0000-0000-000000000000|||",
+ "simulation_model_issue|1244600|1460500|ecde7d52-443c-4351-93f2-209094301cfe|00000000-0000-0000-0000-000000000000|||",
+ "simulation_model_issue|1397000|1219200|d5c1fce9-18d8-40fc-9be7-058bc35af7d4|00000000-0000-0000-0000-000000000000|||",
+ "simulation_model_issue|1397000|1358900|f7964bb5-04c8-4fec-bd6a-b02b9fbaaeed|00000000-0000-0000-0000-000000000000|||",
+ "simulation_model_issue|1498600|1485900|a447e583-37eb-472c-96a9-569a52b2f930|00000000-0000-0000-0000-000000000000|||",
+ "simulation_model_issue|1612900|1409700|b058f866-deca-4ae7-a485-ca9ced5263ad|00000000-0000-0000-0000-000000000000|||",
+ "simulation_model_issue|1638300|431800|501d9987-2f97-4dbd-9030-e4e766cd6feb|00000000-0000-0000-0000-000000000000|||",
+ "simulation_model_issue|2146300|355600|972cec47-4f35-48fb-acd8-2ab87849f5c8|00000000-0000-0000-0000-000000000000|||",
+ "simulation_model_issue|393700|393700|00000000-0000-0000-0000-000056d71773|00000000-0000-0000-0000-000000000000|||",
+ "simulation_model_issue|393700|647700|00000000-0000-0000-0000-000056d72f1c|00000000-0000-0000-0000-000000000000|||",
+ "simulation_model_issue|571500|368300|00000000-0000-0000-0000-000056d72368|00000000-0000-0000-0000-000000000000|||",
+ "simulation_model_issue|571500|673100|00000000-0000-0000-0000-000056d734d0|00000000-0000-0000-0000-000000000000|||",
+ "simulation_model_issue|609600|1244600|7c99818f-9ed3-45c6-a687-9a488618cd26|00000000-0000-0000-0000-000000000000|||",
+ "simulation_model_issue|889000|1092200|456a926b-6987-4188-a24c-e2f5694bddf7|00000000-0000-0000-0000-000000000000|||"
+ ],
+ "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": "ignore",
+ "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": "error",
+ "unannotated": "error",
+ "unit_value_mismatch": "error",
+ "unresolved_variable": "error",
+ "wire_dangling": "error"
+ }
+ },
+ "libraries": {
+ "pinned_footprint_libs": [],
+ "pinned_symbol_libs": []
+ },
+ "meta": {
+ "filename": "RescueAVR.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.25,
+ "via_diameter": 0.6,
+ "via_drill": 0.4,
+ "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_bus_thickness": 12.0,
+ "default_junction_size": 40.0,
+ "default_line_thickness": 6.0,
+ "default_text_size": 50.0,
+ "default_wire_thickness": 6.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.3,
+ "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.3
+ },
+ "legacy_lib_dir": "",
+ "legacy_lib_list": [],
+ "meta": {
+ "version": 1
+ },
+ "net_format_name": "",
+ "ngspice": {
+ "fix_include_paths": true,
+ "fix_passive_vals": false,
+ "meta": {
+ "version": 0
+ },
+ "model_mode": 0,
+ "workbook_filename": ""
+ },
+ "page_layout_descr_file": "",
+ "plot_directory": "",
+ "spice_adjust_passive_values": false,
+ "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": [
+ [
+ "e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "Root"
+ ]
+ ],
+ "text_variables": {}
+}
diff --git a/pcb/RescueAVR.kicad_sch b/pcb/RescueAVR.kicad_sch
new file mode 100644
index 0000000..fc03a21
--- /dev/null
+++ b/pcb/RescueAVR.kicad_sch
@@ -0,0 +1,9622 @@
+(kicad_sch
+ (version 20231120)
+ (generator "eeschema")
+ (generator_version "8.0")
+ (uuid "e63e39d7-6ac0-4ffd-8aa3-1841a4541b55")
+ (paper "A4")
+ (title_block
+ (title "RescueAVR")
+ (date "2024-08-25")
+ (rev "1.0")
+ (company "Arduino Craft Corner")
+ )
+ (lib_symbols
+ (symbol "Connector:Conn_01x08_Socket"
+ (pin_names
+ (offset 1.016) hide)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "J"
+ (at 0 10.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "Conn_01x08_Socket"
+ (at 0 -12.7 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" "Generic connector, single row, 01x08, script generated"
+ (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" "connector"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "Connector*:*_1x??_*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "Conn_01x08_Socket_1_1"
+ (arc
+ (start 0 -9.652)
+ (mid -0.5058 -10.16)
+ (end 0 -10.668)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 -7.112)
+ (mid -0.5058 -7.62)
+ (end 0 -8.128)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 -4.572)
+ (mid -0.5058 -5.08)
+ (end 0 -5.588)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 -2.032)
+ (mid -0.5058 -2.54)
+ (end 0 -3.048)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 -10.16) (xy -0.508 -10.16)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 -7.62) (xy -0.508 -7.62)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 -5.08) (xy -0.508 -5.08)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 -2.54) (xy -0.508 -2.54)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 0) (xy -0.508 0)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 2.54) (xy -0.508 2.54)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 5.08) (xy -0.508 5.08)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 7.62) (xy -0.508 7.62)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 0.508)
+ (mid -0.5058 0)
+ (end 0 -0.508)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 3.048)
+ (mid -0.5058 2.54)
+ (end 0 2.032)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 5.588)
+ (mid -0.5058 5.08)
+ (end 0 4.572)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 8.128)
+ (mid -0.5058 7.62)
+ (end 0 7.112)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (pin passive line
+ (at -5.08 7.62 0)
+ (length 3.81)
+ (name "Pin_1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 5.08 0)
+ (length 3.81)
+ (name "Pin_2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 2.54 0)
+ (length 3.81)
+ (name "Pin_3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 0 0)
+ (length 3.81)
+ (name "Pin_4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -2.54 0)
+ (length 3.81)
+ (name "Pin_5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -5.08 0)
+ (length 3.81)
+ (name "Pin_6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -7.62 0)
+ (length 3.81)
+ (name "Pin_7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -10.16 0)
+ (length 3.81)
+ (name "Pin_8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ )
+ (symbol "Connector:Conn_01x20_Socket"
+ (pin_names
+ (offset 1.016) hide)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "J"
+ (at 0 25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "Conn_01x20_Socket"
+ (at 0 -27.94 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" "Generic connector, single row, 01x20, script generated"
+ (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" "connector"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "Connector*:*_1x??_*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "Conn_01x20_Socket_1_1"
+ (arc
+ (start 0 -24.892)
+ (mid -0.5058 -25.4)
+ (end 0 -25.908)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 -22.352)
+ (mid -0.5058 -22.86)
+ (end 0 -23.368)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 -19.812)
+ (mid -0.5058 -20.32)
+ (end 0 -20.828)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 -17.272)
+ (mid -0.5058 -17.78)
+ (end 0 -18.288)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 -14.732)
+ (mid -0.5058 -15.24)
+ (end 0 -15.748)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 -12.192)
+ (mid -0.5058 -12.7)
+ (end 0 -13.208)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 -9.652)
+ (mid -0.5058 -10.16)
+ (end 0 -10.668)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 -7.112)
+ (mid -0.5058 -7.62)
+ (end 0 -8.128)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 -4.572)
+ (mid -0.5058 -5.08)
+ (end 0 -5.588)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 -2.032)
+ (mid -0.5058 -2.54)
+ (end 0 -3.048)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 -25.4) (xy -0.508 -25.4)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 -22.86) (xy -0.508 -22.86)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 -20.32) (xy -0.508 -20.32)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 -17.78) (xy -0.508 -17.78)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 -15.24) (xy -0.508 -15.24)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 -12.7) (xy -0.508 -12.7)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 -10.16) (xy -0.508 -10.16)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 -7.62) (xy -0.508 -7.62)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 -5.08) (xy -0.508 -5.08)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 -2.54) (xy -0.508 -2.54)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 0) (xy -0.508 0)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 2.54) (xy -0.508 2.54)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 5.08) (xy -0.508 5.08)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 7.62) (xy -0.508 7.62)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 10.16) (xy -0.508 10.16)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 12.7) (xy -0.508 12.7)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 15.24) (xy -0.508 15.24)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 17.78) (xy -0.508 17.78)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 20.32) (xy -0.508 20.32)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 22.86) (xy -0.508 22.86)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 0.508)
+ (mid -0.5058 0)
+ (end 0 -0.508)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 3.048)
+ (mid -0.5058 2.54)
+ (end 0 2.032)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 5.588)
+ (mid -0.5058 5.08)
+ (end 0 4.572)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 8.128)
+ (mid -0.5058 7.62)
+ (end 0 7.112)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 10.668)
+ (mid -0.5058 10.16)
+ (end 0 9.652)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 13.208)
+ (mid -0.5058 12.7)
+ (end 0 12.192)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 15.748)
+ (mid -0.5058 15.24)
+ (end 0 14.732)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 18.288)
+ (mid -0.5058 17.78)
+ (end 0 17.272)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 20.828)
+ (mid -0.5058 20.32)
+ (end 0 19.812)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 23.368)
+ (mid -0.5058 22.86)
+ (end 0 22.352)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (pin passive line
+ (at -5.08 22.86 0)
+ (length 3.81)
+ (name "Pin_1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 0 0)
+ (length 3.81)
+ (name "Pin_10"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "10"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -2.54 0)
+ (length 3.81)
+ (name "Pin_11"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "11"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -5.08 0)
+ (length 3.81)
+ (name "Pin_12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -7.62 0)
+ (length 3.81)
+ (name "Pin_13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -10.16 0)
+ (length 3.81)
+ (name "Pin_14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -12.7 0)
+ (length 3.81)
+ (name "Pin_15"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "15"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -15.24 0)
+ (length 3.81)
+ (name "Pin_16"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "16"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -17.78 0)
+ (length 3.81)
+ (name "Pin_17"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "17"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -20.32 0)
+ (length 3.81)
+ (name "Pin_18"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "18"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -22.86 0)
+ (length 3.81)
+ (name "Pin_19"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "19"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 20.32 0)
+ (length 3.81)
+ (name "Pin_2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -25.4 0)
+ (length 3.81)
+ (name "Pin_20"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "20"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 17.78 0)
+ (length 3.81)
+ (name "Pin_3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 15.24 0)
+ (length 3.81)
+ (name "Pin_4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 12.7 0)
+ (length 3.81)
+ (name "Pin_5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 10.16 0)
+ (length 3.81)
+ (name "Pin_6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 7.62 0)
+ (length 3.81)
+ (name "Pin_7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 5.08 0)
+ (length 3.81)
+ (name "Pin_8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 2.54 0)
+ (length 3.81)
+ (name "Pin_9"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "9"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ )
+ (symbol "Connector_Generic:Conn_01x06"
+ (pin_names
+ (offset 1.016) hide)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "J"
+ (at 0 7.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "Conn_01x06"
+ (at 0 -10.16 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" "Generic connector, single row, 01x06, script generated (kicad-library-utils/schlib/autogen/connector/)"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "connector"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "Connector*:*_1x??_*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "Conn_01x06_1_1"
+ (rectangle
+ (start -1.27 -7.493)
+ (end 0 -7.747)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 -4.953)
+ (end 0 -5.207)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 -2.413)
+ (end 0 -2.667)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 0.127)
+ (end 0 -0.127)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 2.667)
+ (end 0 2.413)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 5.207)
+ (end 0 4.953)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 6.35)
+ (end 1.27 -8.89)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ (pin passive line
+ (at -5.08 5.08 0)
+ (length 3.81)
+ (name "Pin_1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 2.54 0)
+ (length 3.81)
+ (name "Pin_2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 0 0)
+ (length 3.81)
+ (name "Pin_3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -2.54 0)
+ (length 3.81)
+ (name "Pin_4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -5.08 0)
+ (length 3.81)
+ (name "Pin_5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -7.62 0)
+ (length 3.81)
+ (name "Pin_6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ )
+ (symbol "Connector_Generic:Conn_01x08"
+ (pin_names
+ (offset 1.016) hide)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "J"
+ (at 0 10.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "Conn_01x08"
+ (at 0 -12.7 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" "Generic connector, single row, 01x08, script generated (kicad-library-utils/schlib/autogen/connector/)"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "connector"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "Connector*:*_1x??_*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "Conn_01x08_1_1"
+ (rectangle
+ (start -1.27 -10.033)
+ (end 0 -10.287)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 -7.493)
+ (end 0 -7.747)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 -4.953)
+ (end 0 -5.207)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 -2.413)
+ (end 0 -2.667)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 0.127)
+ (end 0 -0.127)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 2.667)
+ (end 0 2.413)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 5.207)
+ (end 0 4.953)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 7.747)
+ (end 0 7.493)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 8.89)
+ (end 1.27 -11.43)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ (pin passive line
+ (at -5.08 7.62 0)
+ (length 3.81)
+ (name "Pin_1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 5.08 0)
+ (length 3.81)
+ (name "Pin_2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 2.54 0)
+ (length 3.81)
+ (name "Pin_3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 0 0)
+ (length 3.81)
+ (name "Pin_4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -2.54 0)
+ (length 3.81)
+ (name "Pin_5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -5.08 0)
+ (length 3.81)
+ (name "Pin_6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -7.62 0)
+ (length 3.81)
+ (name "Pin_7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -10.16 0)
+ (length 3.81)
+ (name "Pin_8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ )
+ (symbol "Connector_Generic:Conn_01x10"
+ (pin_names
+ (offset 1.016) hide)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "J"
+ (at 0 12.7 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "Conn_01x10"
+ (at 0 -15.24 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" "Generic connector, single row, 01x10, script generated (kicad-library-utils/schlib/autogen/connector/)"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "connector"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "Connector*:*_1x??_*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "Conn_01x10_1_1"
+ (rectangle
+ (start -1.27 -12.573)
+ (end 0 -12.827)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 -10.033)
+ (end 0 -10.287)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 -7.493)
+ (end 0 -7.747)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 -4.953)
+ (end 0 -5.207)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 -2.413)
+ (end 0 -2.667)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 0.127)
+ (end 0 -0.127)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 2.667)
+ (end 0 2.413)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 5.207)
+ (end 0 4.953)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 7.747)
+ (end 0 7.493)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 10.287)
+ (end 0 10.033)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (rectangle
+ (start -1.27 11.43)
+ (end 1.27 -13.97)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ (pin passive line
+ (at -5.08 10.16 0)
+ (length 3.81)
+ (name "Pin_1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -12.7 0)
+ (length 3.81)
+ (name "Pin_10"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "10"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 7.62 0)
+ (length 3.81)
+ (name "Pin_2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 5.08 0)
+ (length 3.81)
+ (name "Pin_3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 2.54 0)
+ (length 3.81)
+ (name "Pin_4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 0 0)
+ (length 3.81)
+ (name "Pin_5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -2.54 0)
+ (length 3.81)
+ (name "Pin_6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -5.08 0)
+ (length 3.81)
+ (name "Pin_7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -7.62 0)
+ (length 3.81)
+ (name "Pin_8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -10.16 0)
+ (length 3.81)
+ (name "Pin_9"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "9"
+ (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:R"
+ (pin_numbers hide)
+ (pin_names
+ (offset 0)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "R"
+ (at 2.032 0 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "R"
+ (at 0 0 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at -1.778 0 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"
+ (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_0_1"
+ (rectangle
+ (start -1.016 -2.54)
+ (end 1.016 2.54)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "R_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 "MCU_Microchip_ATmega:ATmega328-P"
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "U"
+ (at -12.7 36.83 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ )
+ (property "Value" "ATmega328-P"
+ (at 2.54 -36.83 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left top)
+ )
+ )
+ (property "Footprint" "Package_DIP:DIP-28_W7.62mm"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ (italic yes)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/ATmega328_P%20AVR%20MCU%20with%20picoPower%20Technology%20Data%20Sheet%2040001984A.pdf"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "20MHz, 32kB Flash, 2kB SRAM, 1kB EEPROM, DIP-28"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "AVR 8bit Microcontroller MegaAVR"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "DIP*W7.62mm*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "ATmega328-P_0_1"
+ (rectangle
+ (start -12.7 -35.56)
+ (end 12.7 35.56)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ )
+ (symbol "ATmega328-P_1_1"
+ (pin bidirectional line
+ (at 15.24 -7.62 180)
+ (length 2.54)
+ (name "~{RESET}/PC6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 12.7 180)
+ (length 2.54)
+ (name "XTAL2/PB7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "10"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -25.4 180)
+ (length 2.54)
+ (name "PD5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "11"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -27.94 180)
+ (length 2.54)
+ (name "PD6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -30.48 180)
+ (length 2.54)
+ (name "PD7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 30.48 180)
+ (length 2.54)
+ (name "PB0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 27.94 180)
+ (length 2.54)
+ (name "PB1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "15"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 25.4 180)
+ (length 2.54)
+ (name "PB2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "16"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 22.86 180)
+ (length 2.54)
+ (name "PB3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "17"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 20.32 180)
+ (length 2.54)
+ (name "PB4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "18"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 17.78 180)
+ (length 2.54)
+ (name "PB5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "19"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -12.7 180)
+ (length 2.54)
+ (name "PD0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 2.54 38.1 270)
+ (length 2.54)
+ (name "AVCC"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "20"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -15.24 30.48 0)
+ (length 2.54)
+ (name "AREF"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "21"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 0 -38.1 90)
+ (length 2.54) hide
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "22"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 7.62 180)
+ (length 2.54)
+ (name "PC0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "23"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 5.08 180)
+ (length 2.54)
+ (name "PC1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "24"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 2.54 180)
+ (length 2.54)
+ (name "PC2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "25"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 0 180)
+ (length 2.54)
+ (name "PC3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "26"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -2.54 180)
+ (length 2.54)
+ (name "PC4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "27"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -5.08 180)
+ (length 2.54)
+ (name "PC5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "28"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -15.24 180)
+ (length 2.54)
+ (name "PD1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -17.78 180)
+ (length 2.54)
+ (name "PD2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -20.32 180)
+ (length 2.54)
+ (name "PD3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -22.86 180)
+ (length 2.54)
+ (name "PD4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 0 38.1 270)
+ (length 2.54)
+ (name "VCC"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 0 -38.1 90)
+ (length 2.54)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 15.24 180)
+ (length 2.54)
+ (name "XTAL1/PB6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "9"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ )
+ (symbol "MCU_Microchip_ATtiny:ATtiny84-20P"
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "U"
+ (at -12.7 21.59 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ )
+ (property "Value" "ATtiny84-20P"
+ (at 2.54 -21.59 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left top)
+ )
+ )
+ (property "Footprint" "Package_DIP:DIP-14_W7.62mm"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ (italic yes)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/doc8006.pdf"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "20MHz, 8kB Flash, 512B SRAM, 512B EEPROM, debugWIRE, DIP-14"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "AVR 8bit Microcontroller tinyAVR"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "DIP*W7.62mm*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "ATtiny84-20P_0_1"
+ (rectangle
+ (start -12.7 -20.32)
+ (end 12.7 20.32)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ )
+ (symbol "ATtiny84-20P_1_1"
+ (pin power_in line
+ (at 0 22.86 270)
+ (length 2.54)
+ (name "VCC"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 7.62 180)
+ (length 2.54)
+ (name "PA3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "10"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 10.16 180)
+ (length 2.54)
+ (name "PA2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "11"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 12.7 180)
+ (length 2.54)
+ (name "PA1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 15.24 180)
+ (length 2.54)
+ (name "AREF/PA0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 0 -22.86 90)
+ (length 2.54)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -7.62 180)
+ (length 2.54)
+ (name "XTAL1/PB0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -10.16 180)
+ (length 2.54)
+ (name "XTAL2/PB1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -15.24 180)
+ (length 2.54)
+ (name "~{RESET}/PB3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -12.7 180)
+ (length 2.54)
+ (name "PB2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -2.54 180)
+ (length 2.54)
+ (name "PA7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 0 180)
+ (length 2.54)
+ (name "PA6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 2.54 180)
+ (length 2.54)
+ (name "PA5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 5.08 180)
+ (length 2.54)
+ (name "PA4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "9"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ )
+ (symbol "MCU_Microchip_ATtiny:ATtiny85-20P"
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "U"
+ (at -12.7 13.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ )
+ (property "Value" "ATtiny85-20P"
+ (at 2.54 -13.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left top)
+ )
+ )
+ (property "Footprint" "Package_DIP:DIP-8_W7.62mm"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ (italic yes)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/atmel-2586-avr-8-bit-microcontroller-attiny25-attiny45-attiny85_datasheet.pdf"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "20MHz, 8kB Flash, 512B SRAM, 512B EEPROM, debugWIRE, DIP-8"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "AVR 8bit Microcontroller tinyAVR"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "DIP*W7.62mm*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "ATtiny85-20P_0_1"
+ (rectangle
+ (start -12.7 -12.7)
+ (end 12.7 12.7)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ )
+ (symbol "ATtiny85-20P_1_1"
+ (pin bidirectional line
+ (at 15.24 -5.08 180)
+ (length 2.54)
+ (name "~{RESET}/PB5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 0 180)
+ (length 2.54)
+ (name "XTAL1/PB3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -2.54 180)
+ (length 2.54)
+ (name "XTAL2/PB4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 0 -15.24 90)
+ (length 2.54)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 7.62 180)
+ (length 2.54)
+ (name "AREF/PB0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 5.08 180)
+ (length 2.54)
+ (name "PB1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 2.54 180)
+ (length 2.54)
+ (name "PB2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "7"
+ (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 "8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ )
+ (symbol "Simulation_SPICE:NPN"
+ (pin_numbers hide)
+ (pin_names
+ (offset 0)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "Q"
+ (at -2.54 7.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "NPN"
+ (at -2.54 5.08 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 63.5 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "https://ngspice.sourceforge.io/docs/ngspice-html-manual/manual.xhtml#cha_BJTs"
+ (at 63.5 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Bipolar transistor symbol for simulation only, substrate tied to the emitter"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Sim.Device" "NPN"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Sim.Type" "GUMMELPOON"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Sim.Pins" "1=C 2=B 3=E"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "simulation"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "NPN_0_1"
+ (polyline
+ (pts
+ (xy -2.54 0) (xy 0.635 0)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0.635 0.635) (xy 2.54 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 2.794 -1.27) (xy 2.794 -1.27)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 2.794 -1.27) (xy 2.794 -1.27)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0.635 -0.635) (xy 2.54 -2.54) (xy 2.54 -2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0.635 1.905) (xy 0.635 -1.905) (xy 0.635 -1.905)
+ )
+ (stroke
+ (width 0.508)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 1.27 -1.778) (xy 1.778 -1.27) (xy 2.286 -2.286) (xy 1.27 -1.778) (xy 1.27 -1.778)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type outline)
+ )
+ )
+ (circle
+ (center 1.27 0)
+ (radius 2.8194)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "NPN_1_1"
+ (pin open_collector line
+ (at 2.54 5.08 270)
+ (length 2.54)
+ (name "C"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -5.08 0 0)
+ (length 2.54)
+ (name "B"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin open_emitter line
+ (at 2.54 -5.08 90)
+ (length 2.54)
+ (name "E"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ )
+ (symbol "Simulation_SPICE:PNP"
+ (pin_numbers hide)
+ (pin_names
+ (offset 0)
+ )
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "Q"
+ (at -2.54 7.62 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "PNP"
+ (at -2.54 5.08 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 35.56 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "https://ngspice.sourceforge.io/docs/ngspice-html-manual/manual.xhtml#cha_BJTs"
+ (at 35.56 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Bipolar transistor symbol for simulation only, substrate tied to the emitter"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Sim.Device" "PNP"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Sim.Type" "GUMMELPOON"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Sim.Pins" "1=C 2=B 3=E"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "simulation"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "PNP_0_1"
+ (polyline
+ (pts
+ (xy -2.54 0) (xy 0.635 0)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0.635 0.635) (xy 2.54 2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0.635 -0.635) (xy 2.54 -2.54) (xy 2.54 -2.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 0.635 1.905) (xy 0.635 -1.905) (xy 0.635 -1.905)
+ )
+ (stroke
+ (width 0.508)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy 2.286 -1.778) (xy 1.778 -2.286) (xy 1.27 -1.27) (xy 2.286 -1.778) (xy 2.286 -1.778)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type outline)
+ )
+ )
+ (circle
+ (center 1.27 0)
+ (radius 2.8194)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "PNP_1_1"
+ (pin open_collector line
+ (at 2.54 5.08 270)
+ (length 2.54)
+ (name "C"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -5.08 0 0)
+ (length 2.54)
+ (name "B"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin open_emitter line
+ (at 2.54 -5.08 90)
+ (length 2.54)
+ (name "E"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ )
+ (symbol "Step-Up-Converter:Boost-Converter"
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "U"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" ""
+ (at 0 0 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" ""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "Boost-Converter_0_1"
+ (rectangle
+ (start -5.08 -2.54)
+ (end 5.08 -12.7)
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ )
+ (symbol "Boost-Converter_1_1"
+ (pin passive line
+ (at -7.62 -10.16 0)
+ (length 2.54)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -7.62 -5.08 0)
+ (length 2.54)
+ (name "Vin"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 7.62 -10.16 180)
+ (length 2.54)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 7.62 -5.08 180)
+ (length 2.54)
+ (name "Vout"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ )
+ (symbol "power:+3V3"
+ (power)
+ (pin_names
+ (offset 0)
+ )
+ (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" "+3V3"
+ (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 \"+3V3\""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "power-flag"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "+3V3_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 "+3V3_1_1"
+ (pin power_in line
+ (at 0 0 90)
+ (length 0) hide
+ (name "+3V3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ )
+ (symbol "power:+5V"
+ (power)
+ (pin_names
+ (offset 0)
+ )
+ (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" "+5V"
+ (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 \"+5V\""
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "power-flag"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "+5V_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 "+5V_1_1"
+ (pin power_in line
+ (at 0 0 90)
+ (length 0) hide
+ (name "+5V"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ )
+ (symbol "power:GND"
+ (power)
+ (pin_names
+ (offset 0)
+ )
+ (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" "power-flag"
+ (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) hide
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ )
+ )
+ (junction
+ (at 179.07 30.48)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "0d9dce8b-2ab8-470b-8657-8268df345506")
+ )
+ (junction
+ (at 83.82 39.37)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "13dc13e5-0dbc-4c88-ad79-a878baafe6b5")
+ )
+ (junction
+ (at 193.04 20.32)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "13e6c102-9ad9-4df9-bd7a-c6a1e3301198")
+ )
+ (junction
+ (at 118.11 20.32)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "1c79b5e8-58a4-4dfa-8b2a-52e8228474cd")
+ )
+ (junction
+ (at 83.82 92.71)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "30357f5a-6d81-465c-bce9-a6d390fde8cf")
+ )
+ (junction
+ (at 31.75 46.99)
+ (diameter 1.016)
+ (color 0 0 0 0)
+ (uuid "3dcc657b-55a1-48e0-9667-e01e7b6b08b5")
+ )
+ (junction
+ (at 149.86 140.97)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "484d33aa-31db-41d0-8e50-ec103d630541")
+ )
+ (junction
+ (at 182.88 20.32)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "67869597-beb1-4ea3-b645-9bb23c0c587b")
+ )
+ (junction
+ (at 182.88 33.02)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "69da11be-5349-4b83-974c-965a7bfee33b")
+ )
+ (junction
+ (at 187.96 20.32)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "6a6675ed-a6d6-4a75-ba28-d5188f65587c")
+ )
+ (junction
+ (at 193.04 33.02)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "6d80cd6e-5e22-48b2-80d3-6d458a4aaf9d")
+ )
+ (junction
+ (at 139.7 130.81)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "793f1af8-39e8-4c91-8c05-f87f83dfe42e")
+ )
+ (junction
+ (at 139.7 152.4)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "851c5831-5f6c-489b-b76c-eebccad96777")
+ )
+ (junction
+ (at 76.2 127)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "937adef1-fead-43b8-8caf-c16b0c169241")
+ )
+ (junction
+ (at 115.57 20.32)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "96571bfc-c58b-4ef3-9e81-56d9580a6dd2")
+ )
+ (junction
+ (at 179.07 33.02)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "a4dcec1b-e560-43ce-8110-33b99c906002")
+ )
+ (junction
+ (at 139.7 116.84)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "ab37cea2-b05a-4d05-bc32-500b14f27729")
+ )
+ (junction
+ (at 115.57 97.79)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "c5645a4f-31f6-42d1-97b0-59c105d503a5")
+ )
+ (junction
+ (at 187.96 33.02)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "c73362fe-9426-425f-a2f2-64cc27e78e98")
+ )
+ (junction
+ (at 35.56 127)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "caa4cb32-1661-4933-9eb3-1e4cf6f4071a")
+ )
+ (junction
+ (at 163.83 20.32)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "ea589dcd-70bc-481f-9655-b7d0ce5aa8f1")
+ )
+ (junction
+ (at 107.95 127)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "eab28f37-7866-4662-88b2-9faebc2b1252")
+ )
+ (no_connect
+ (at 229.87 38.1)
+ (uuid "00bc01db-3960-4553-81ba-efb394c05d95")
+ )
+ (no_connect
+ (at 130.81 58.42)
+ (uuid "036c507f-fbad-4b6e-9090-7d3f6624afc7")
+ )
+ (no_connect
+ (at 83.82 101.6)
+ (uuid "0464fd23-3317-4965-9c53-89bd4a0310e1")
+ )
+ (no_connect
+ (at 179.07 45.72)
+ (uuid "051515d8-ddb2-4120-b842-b7faf94b5356")
+ )
+ (no_connect
+ (at 34.29 34.29)
+ (uuid "0a59b233-10c7-4129-82b7-ab55d6923d73")
+ )
+ (no_connect
+ (at 34.29 36.83)
+ (uuid "1c1dd66a-d95b-4fb4-a7f2-cd52cbe03736")
+ )
+ (no_connect
+ (at 179.07 55.88)
+ (uuid "1f6c2fce-6a72-4eaf-82b4-84590fd4ad6b")
+ )
+ (no_connect
+ (at 130.81 63.5)
+ (uuid "21d7fe84-e902-4578-b319-653822f0ca73")
+ )
+ (no_connect
+ (at 62.23 31.75)
+ (uuid "353be2a5-1b23-4f28-8620-5919a3dbbbc3")
+ )
+ (no_connect
+ (at 62.23 77.47)
+ (uuid "3fa86232-429d-4bb3-b7be-53f3cdd70e47")
+ )
+ (no_connect
+ (at 130.81 60.96)
+ (uuid "43f4e148-ea41-4c0d-80b9-eaa99b3c7066")
+ )
+ (no_connect
+ (at 34.29 49.53)
+ (uuid "46bc7d17-245d-4d28-af48-15b4f513bd51")
+ )
+ (no_connect
+ (at 130.81 45.72)
+ (uuid "6cded83c-137f-4e56-acc5-455a97611600")
+ )
+ (no_connect
+ (at 179.07 53.34)
+ (uuid "7564be12-b248-46f4-8896-f6242fa5c3e7")
+ )
+ (no_connect
+ (at 62.23 26.67)
+ (uuid "81a65487-d7cf-4df0-8b13-0ee703d565c3")
+ )
+ (no_connect
+ (at 62.23 29.21)
+ (uuid "8992ac87-afa8-4f20-9ab4-1c9d0b44ad51")
+ )
+ (no_connect
+ (at 100.33 27.94)
+ (uuid "9208c788-734d-4118-be0b-74536f6c3f64")
+ )
+ (no_connect
+ (at 130.81 71.12)
+ (uuid "9cb9ab14-785b-4385-9017-9c1fda538570")
+ )
+ (no_connect
+ (at 179.07 35.56)
+ (uuid "b538771a-252d-4146-9809-f89b697dc0b6")
+ )
+ (no_connect
+ (at 62.23 74.93)
+ (uuid "b8277b18-1894-487e-b581-bd185baec236")
+ )
+ (no_connect
+ (at 34.29 31.75)
+ (uuid "d181157c-7812-47e5-a0cf-9580c905fc86")
+ )
+ (no_connect
+ (at 62.23 34.29)
+ (uuid "e7bb4879-54cb-47c3-898c-8377eed53bd8")
+ )
+ (wire
+ (pts
+ (xy 229.87 27.94) (xy 236.22 27.94)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "02bda05d-16cc-48e0-9d6b-b676845d0566")
+ )
+ (wire
+ (pts
+ (xy 179.07 43.18) (xy 185.42 43.18)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "02d0cc86-26f3-42bb-b7b5-a2c40ca7ad0e")
+ )
+ (wire
+ (pts
+ (xy 182.88 30.48) (xy 182.88 33.02)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "0450e5e0-f5e5-4b48-b703-2edf11a38c9c")
+ )
+ (wire
+ (pts
+ (xy 182.88 20.32) (xy 182.88 22.86)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "05dd4891-57af-4e52-804f-a7b7d4f31629")
+ )
+ (wire
+ (pts
+ (xy 62.23 44.45) (xy 74.93 44.45)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (uuid "09480ba4-37da-45e3-b9fe-6beebf876349")
+ )
+ (wire
+ (pts
+ (xy 50.8 134.62) (xy 55.88 134.62)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "09a16405-1783-455a-89ce-fa5ae0109b64")
+ )
+ (wire
+ (pts
+ (xy 130.81 30.48) (xy 138.43 30.48)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "0ac0b6d7-19a9-4a51-91b5-08d55bedfe5b")
+ )
+ (wire
+ (pts
+ (xy 149.86 140.97) (xy 157.48 140.97)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "0cc2f03f-2a59-474d-a09d-8647ebf55085")
+ )
+ (wire
+ (pts
+ (xy 130.81 33.02) (xy 138.43 33.02)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "0e9a652f-ae17-449f-ab0b-eb3ac6823ac6")
+ )
+ (wire
+ (pts
+ (xy 93.98 123.19) (xy 93.98 92.71)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "121e15fc-d319-4990-bd89-687ff0dedda8")
+ )
+ (wire
+ (pts
+ (xy 130.81 73.66) (xy 139.7 73.66)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "12969bc1-6c04-4c5b-98bf-4f670158e8d4")
+ )
+ (wire
+ (pts
+ (xy 50.8 139.7) (xy 55.88 139.7)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "12caa225-1a73-4f87-8079-d25c0636ad6f")
+ )
+ (wire
+ (pts
+ (xy 76.2 111.76) (xy 83.82 111.76)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "15d7cade-665b-4896-9844-bc068a3369e5")
+ )
+ (wire
+ (pts
+ (xy 179.07 58.42) (xy 185.42 58.42)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "1a6f9035-9980-4bf7-a3de-59836eefdcf6")
+ )
+ (wire
+ (pts
+ (xy 50.8 114.3) (xy 55.88 114.3)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "1bfcef85-e4d0-453a-85da-c18340a2d0d5")
+ )
+ (wire
+ (pts
+ (xy 31.75 44.45) (xy 31.75 46.99)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (uuid "1c31b835-925f-4a5c-92df-8f2558bb711b")
+ )
+ (wire
+ (pts
+ (xy 149.86 135.89) (xy 149.86 140.97)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "1ed93d07-0614-4bb6-a9fe-084d59c203b7")
+ )
+ (wire
+ (pts
+ (xy 139.7 152.4) (xy 139.7 154.94)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "1f7d7bb1-2c82-4357-97da-a22fae1568ed")
+ )
+ (wire
+ (pts
+ (xy 99.06 146.05) (xy 120.65 146.05)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "20809df6-5c95-4fcc-83e5-56d2113cac6a")
+ )
+ (wire
+ (pts
+ (xy 21.59 72.39) (xy 34.29 72.39)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (uuid "20854542-d0b0-4be7-af02-0e5fceb34e01")
+ )
+ (wire
+ (pts
+ (xy 193.04 20.32) (xy 193.04 22.86)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "2346584e-e0aa-4bc8-be03-cc65721372d8")
+ )
+ (wire
+ (pts
+ (xy 76.2 116.84) (xy 76.2 127)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "23f7579e-a80f-4255-8695-a73e977a0080")
+ )
+ (wire
+ (pts
+ (xy 187.96 20.32) (xy 187.96 22.86)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "245bfe88-a340-4133-93d8-f7f20661da00")
+ )
+ (wire
+ (pts
+ (xy 40.64 129.54) (xy 55.88 129.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "2d5a9fe2-40b4-416c-9035-ac96207baf37")
+ )
+ (wire
+ (pts
+ (xy 31.75 46.99) (xy 31.75 52.07)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (uuid "2df788b2-ce68-49bc-a497-4b6570a17f30")
+ )
+ (wire
+ (pts
+ (xy 139.7 130.81) (xy 139.7 132.08)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "2dfa9de4-12a3-4525-b757-10e730ee3c5b")
+ )
+ (wire
+ (pts
+ (xy 50.8 132.08) (xy 55.88 132.08)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "2e0a76ac-734d-482e-aa7d-7bfb79a1c454")
+ )
+ (wire
+ (pts
+ (xy 130.81 35.56) (xy 138.43 35.56)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "2f722ea8-5d8b-4486-9c96-4e8fcc190373")
+ )
+ (wire
+ (pts
+ (xy 76.2 109.22) (xy 83.82 109.22)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "2fd19cf7-163d-4580-9d5f-d189b18a7f16")
+ )
+ (wire
+ (pts
+ (xy 130.81 83.82) (xy 139.7 83.82)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "30c236b3-0b10-441c-99af-7b6972c443a1")
+ )
+ (wire
+ (pts
+ (xy 31.75 39.37) (xy 34.29 39.37)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (uuid "3334b11d-5a13-40b4-a117-d693c543e4ab")
+ )
+ (wire
+ (pts
+ (xy 29.21 41.91) (xy 34.29 41.91)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (uuid "3661f80c-fef8-4441-83be-df8930b3b45e")
+ )
+ (wire
+ (pts
+ (xy 229.87 40.64) (xy 236.22 40.64)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "378f737d-5930-4b80-b935-9defed7e99cc")
+ )
+ (wire
+ (pts
+ (xy 29.21 26.67) (xy 29.21 41.91)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (uuid "392bf1f6-bf67-427d-8d4c-0a87cb757556")
+ )
+ (wire
+ (pts
+ (xy 187.96 30.48) (xy 187.96 33.02)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "398c9680-eaa5-412b-8f10-d83cc276cdfd")
+ )
+ (wire
+ (pts
+ (xy 115.57 96.52) (xy 115.57 97.79)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3997195c-b231-40ca-97c2-19362161943a")
+ )
+ (wire
+ (pts
+ (xy 182.88 20.32) (xy 187.96 20.32)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3bf25f53-75b1-43ad-8fe7-6eb091e7ec44")
+ )
+ (wire
+ (pts
+ (xy 139.7 152.4) (xy 149.86 152.4)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3d2bd0b8-876d-472c-b922-d9a35a7a5eb4")
+ )
+ (wire
+ (pts
+ (xy 139.7 116.84) (xy 139.7 118.11)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3e3014ed-5ad1-4fb4-8e89-cca2741efecf")
+ )
+ (wire
+ (pts
+ (xy 35.56 127) (xy 35.56 129.54)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "40b1a8b1-eb44-40e9-9ccd-db69e8974c0a")
+ )
+ (wire
+ (pts
+ (xy 130.81 38.1) (xy 138.43 38.1)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "414d2af5-0a3b-42f8-887b-a0157f3fa5b5")
+ )
+ (wire
+ (pts
+ (xy 31.75 26.67) (xy 31.75 39.37)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (uuid "442fb4de-4d55-45de-bc27-3e6222ceb890")
+ )
+ (wire
+ (pts
+ (xy 62.23 59.69) (xy 74.93 59.69)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (uuid "4455ee2e-5642-42c1-a83b-f7e65fa0c2f1")
+ )
+ (wire
+ (pts
+ (xy 83.82 119.38) (xy 83.82 123.19)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "45b31643-2f0e-4917-9d91-ec4e97df884c")
+ )
+ (wire
+ (pts
+ (xy 34.29 59.69) (xy 21.59 59.69)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (uuid "486ca832-85f4-4989-b0f4-569faf9be534")
+ )
+ (wire
+ (pts
+ (xy 229.87 33.02) (xy 236.22 33.02)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "489b3bc1-92ee-4b6e-803b-6cdcf788fe14")
+ )
+ (wire
+ (pts
+ (xy 107.95 116.84) (xy 107.95 114.3)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "4a05b252-b113-4fc0-ac9a-2df13c462ff8")
+ )
+ (wire
+ (pts
+ (xy 107.95 121.92) (xy 107.95 127)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "4a7fb62f-8ea9-4249-bef9-e7abd7b1c34c")
+ )
+ (wire
+ (pts
+ (xy 62.23 39.37) (xy 83.82 39.37)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (uuid "4a910b57-a5cd-4105-ab4f-bde2a80d4f00")
+ )
+ (wire
+ (pts
+ (xy 50.8 106.68) (xy 55.88 106.68)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "4ac61e5a-d3cc-402e-b287-669d6effefd6")
+ )
+ (wire
+ (pts
+ (xy 62.23 62.23) (xy 74.93 62.23)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (uuid "4e60e1af-19bd-45a0-b418-b7030b594dde")
+ )
+ (wire
+ (pts
+ (xy 99.06 36.83) (xy 99.06 146.05)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "4f96b2ca-dfd4-4ee3-84e2-217142f15eaa")
+ )
+ (wire
+ (pts
+ (xy 193.04 30.48) (xy 193.04 33.02)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "51aff1f6-edbc-490c-9613-9a687b852946")
+ )
+ (wire
+ (pts
+ (xy 193.04 20.32) (xy 214.63 20.32)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "51c21a44-48a7-492c-bbff-877c1df78640")
+ )
+ (wire
+ (pts
+ (xy 50.8 121.92) (xy 55.88 121.92)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "57aa93b5-4743-48e5-af79-a2a7ec382e07")
+ )
+ (wire
+ (pts
+ (xy 130.81 66.04) (xy 139.7 66.04)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "58908627-5c56-4aa3-bc45-53637aa6443b")
+ )
+ (wire
+ (pts
+ (xy 214.63 50.8) (xy 214.63 54.61)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "589d9712-14b3-42e8-a48f-4e9a5a670427")
+ )
+ (wire
+ (pts
+ (xy 165.1 140.97) (xy 175.26 140.97)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "592defb7-bf46-477b-a857-27f1a6b9888e")
+ )
+ (wire
+ (pts
+ (xy 193.04 33.02) (xy 193.04 49.53)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "5cf013e8-a975-4867-9d68-12276fb6580d")
+ )
+ (wire
+ (pts
+ (xy 123.19 121.92) (xy 123.19 127)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "5cf61aaf-7561-47b9-9244-cc1f9b5779f1")
+ )
+ (wire
+ (pts
+ (xy 83.82 39.37) (xy 83.82 92.71)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (uuid "6236c398-2173-4c42-8a7d-d547f1f75107")
+ )
+ (wire
+ (pts
+ (xy 62.23 46.99) (xy 74.93 46.99)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (uuid "63f2b71b-521b-4210-bf06-ed65e330fccc")
+ )
+ (wire
+ (pts
+ (xy 229.87 30.48) (xy 236.22 30.48)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "66cdfe2b-3ac5-48ee-bd42-c7d3f213f87d")
+ )
+ (wire
+ (pts
+ (xy 62.23 67.31) (xy 74.93 67.31)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (uuid "6bb3ea5f-9e60-4add-9d97-244be2cf61d2")
+ )
+ (wire
+ (pts
+ (xy 55.88 127) (xy 35.56 127)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "6d2acea4-ecaf-40b8-816c-59818ece22cd")
+ )
+ (wire
+ (pts
+ (xy 149.86 125.73) (xy 149.86 116.84)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "70e2a4b5-df65-4588-bb78-69cc31c7a08f")
+ )
+ (wire
+ (pts
+ (xy 187.96 20.32) (xy 193.04 20.32)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "7202c942-b781-4a74-ba3c-9f1f2f629538")
+ )
+ (wire
+ (pts
+ (xy 130.81 76.2) (xy 139.7 76.2)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "723900a0-ea30-4ffa-9c21-dfb7e4cae8e0")
+ )
+ (wire
+ (pts
+ (xy 40.64 92.71) (xy 40.64 129.54)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (uuid "756b383e-85b4-41b1-a90b-5662e1107edf")
+ )
+ (wire
+ (pts
+ (xy 50.8 137.16) (xy 55.88 137.16)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "75b98ca5-4810-4e64-af37-cfe805d043f4")
+ )
+ (wire
+ (pts
+ (xy 149.86 140.97) (xy 149.86 144.78)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "7e44266e-a0b7-49ac-9bbd-5a01b02dd0ad")
+ )
+ (wire
+ (pts
+ (xy 179.07 33.02) (xy 182.88 33.02)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "7ed4a84f-255d-4527-ab1c-7ad58d6b8407")
+ )
+ (wire
+ (pts
+ (xy 179.07 40.64) (xy 185.42 40.64)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "820185e0-9425-4a15-aa67-eb2eb8e299f3")
+ )
+ (wire
+ (pts
+ (xy 139.7 130.81) (xy 142.24 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "84dccb87-acb2-49ff-bb41-4307079d4cd7")
+ )
+ (wire
+ (pts
+ (xy 139.7 125.73) (xy 139.7 130.81)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "8b0174ea-1a3f-4f6e-b271-e13eab699485")
+ )
+ (wire
+ (pts
+ (xy 50.8 109.22) (xy 55.88 109.22)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "8b3afd03-d6d5-4e67-8b1f-050a262c8941")
+ )
+ (wire
+ (pts
+ (xy 62.23 36.83) (xy 99.06 36.83)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "8d0d0339-20d9-46fa-b856-269614564b58")
+ )
+ (wire
+ (pts
+ (xy 50.8 144.78) (xy 55.88 144.78)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "8f139fd5-4ce1-4baa-86b0-c2a81e9be9d9")
+ )
+ (wire
+ (pts
+ (xy 130.81 81.28) (xy 139.7 81.28)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "92a03abe-70b3-454c-b76a-872d7a2e1881")
+ )
+ (wire
+ (pts
+ (xy 76.2 116.84) (xy 83.82 116.84)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "9395ad84-de67-42f5-91a1-01ceb02ecfbb")
+ )
+ (wire
+ (pts
+ (xy 115.57 97.79) (xy 130.81 97.79)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "961b7658-be62-405b-9f66-cd55fd48f60f")
+ )
+ (wire
+ (pts
+ (xy 50.8 119.38) (xy 55.88 119.38)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "96b7e344-bdc1-4b11-8f04-07422697a2e5")
+ )
+ (wire
+ (pts
+ (xy 34.29 46.99) (xy 31.75 46.99)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (uuid "97df9ac9-dbb8-472e-b84f-3684d0eb5efc")
+ )
+ (wire
+ (pts
+ (xy 35.56 104.14) (xy 55.88 104.14)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "98261a38-49ca-420f-b10a-af983ca2ef5c")
+ )
+ (wire
+ (pts
+ (xy 130.81 43.18) (xy 138.43 43.18)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "9967d442-eca4-4ea9-b277-0cf1188ee522")
+ )
+ (wire
+ (pts
+ (xy 50.8 111.76) (xy 55.88 111.76)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "9b9048f4-1622-4105-8fb9-9cf9f0eec682")
+ )
+ (wire
+ (pts
+ (xy 130.81 50.8) (xy 138.43 50.8)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "9c7019e9-da18-49a2-96cc-5bda6a99fea2")
+ )
+ (wire
+ (pts
+ (xy 76.2 104.14) (xy 83.82 104.14)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "9d6154c8-acce-4065-907f-7a49ee660ef7")
+ )
+ (wire
+ (pts
+ (xy 139.7 139.7) (xy 139.7 140.97)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a0d04260-703f-4b0d-9eb6-d721571698aa")
+ )
+ (wire
+ (pts
+ (xy 107.95 127) (xy 76.2 127)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a140021a-3795-4d76-855a-85b4e3f50a53")
+ )
+ (wire
+ (pts
+ (xy 118.11 20.32) (xy 163.83 20.32)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a199eb4a-23d2-4c11-88aa-be84b984b28f")
+ )
+ (wire
+ (pts
+ (xy 50.8 101.6) (xy 55.88 101.6)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a4a3e840-32d0-41c4-8f60-edca99bd8e5c")
+ )
+ (wire
+ (pts
+ (xy 115.57 97.79) (xy 115.57 100.33)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a6715d64-fdb9-4e91-9fa1-1f4bfe4071d8")
+ )
+ (wire
+ (pts
+ (xy 50.8 147.32) (xy 55.88 147.32)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a9f0e658-9608-42e9-b9e6-3851fdbf8960")
+ )
+ (wire
+ (pts
+ (xy 50.8 124.46) (xy 55.88 124.46)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "aa4b11f5-94c6-451a-9555-9b74b08e43d3")
+ )
+ (wire
+ (pts
+ (xy 179.07 30.48) (xy 179.07 33.02)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "aa7f7064-47c1-4c39-9fb8-fe77dc7094aa")
+ )
+ (wire
+ (pts
+ (xy 21.59 62.23) (xy 34.29 62.23)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (uuid "aab97e46-23d6-4cbf-8684-537b94306d68")
+ )
+ (wire
+ (pts
+ (xy 83.82 39.37) (xy 83.82 20.32)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (uuid "aacb87b3-4dca-4801-946f-ac62c6d97bd1")
+ )
+ (wire
+ (pts
+ (xy 179.07 27.94) (xy 179.07 30.48)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "aadb7fbe-90f8-4b32-975a-b8bbe1be631f")
+ )
+ (wire
+ (pts
+ (xy 182.88 33.02) (xy 187.96 33.02)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "aae9cc13-61fa-4088-8798-c4521378046e")
+ )
+ (wire
+ (pts
+ (xy 130.81 40.64) (xy 138.43 40.64)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "adbd65b3-d9bd-47bd-a1ed-4eb3f45047a1")
+ )
+ (wire
+ (pts
+ (xy 187.96 33.02) (xy 193.04 33.02)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ae47851f-e05b-4ee2-b5d1-e5c47328a9f2")
+ )
+ (wire
+ (pts
+ (xy 128.27 146.05) (xy 132.08 146.05)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "afc431b5-afda-4883-98cf-87bc761a1925")
+ )
+ (wire
+ (pts
+ (xy 76.2 114.3) (xy 83.82 114.3)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "b111ca7a-1de7-4272-b4db-1d449c45dc5b")
+ )
+ (wire
+ (pts
+ (xy 93.98 92.71) (xy 83.82 92.71)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "b1b29b3b-717c-4648-b9f8-430b73f1323f")
+ )
+ (wire
+ (pts
+ (xy 130.81 88.9) (xy 130.81 97.79)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "b1fc3bd1-9f15-4a44-8790-4dd4abdaded3")
+ )
+ (wire
+ (pts
+ (xy 21.59 64.77) (xy 34.29 64.77)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (uuid "b888def7-7eeb-429c-9085-023911213602")
+ )
+ (wire
+ (pts
+ (xy 130.81 55.88) (xy 138.43 55.88)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "bc1b0e79-005c-4f2e-aa85-0f9bf513297c")
+ )
+ (wire
+ (pts
+ (xy 76.2 106.68) (xy 83.82 106.68)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "be73148f-24cf-49d8-802a-46c0314bd100")
+ )
+ (wire
+ (pts
+ (xy 179.07 50.8) (xy 185.42 50.8)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "bf1f3003-6353-4ca6-b9ef-9c16983f529f")
+ )
+ (wire
+ (pts
+ (xy 179.07 38.1) (xy 185.42 38.1)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "c0ba0a48-f99c-4dfc-9213-bccb38f6a665")
+ )
+ (wire
+ (pts
+ (xy 139.7 151.13) (xy 139.7 152.4)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "c0e7fff5-7333-48c5-8adf-f3668de8af6b")
+ )
+ (wire
+ (pts
+ (xy 34.29 44.45) (xy 31.75 44.45)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (uuid "c12796ad-cf20-466f-9ab3-9cf441392c32")
+ )
+ (wire
+ (pts
+ (xy 149.86 116.84) (xy 139.7 116.84)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "c3723b3f-20a4-429a-bb40-8d274c1649c5")
+ )
+ (wire
+ (pts
+ (xy 35.56 104.14) (xy 35.56 127)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "c687c64f-f8a4-4fc1-91ea-06f40adaebbe")
+ )
+ (wire
+ (pts
+ (xy 62.23 41.91) (xy 74.93 41.91)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (uuid "c722a1ff-12f1-49e5-88a4-44ffeb509ca2")
+ )
+ (wire
+ (pts
+ (xy 50.8 149.86) (xy 55.88 149.86)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ca914b4b-142b-4cb7-be0d-7dd8d7cac27e")
+ )
+ (wire
+ (pts
+ (xy 115.57 20.32) (xy 118.11 20.32)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "cac7fbb3-f6b4-451f-8040-8dafd5a81042")
+ )
+ (wire
+ (pts
+ (xy 62.23 64.77) (xy 74.93 64.77)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (uuid "cfe99980-2d98-4372-b495-04c53027340b")
+ )
+ (wire
+ (pts
+ (xy 130.81 27.94) (xy 138.43 27.94)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "d1eb84ed-123c-4ef9-aef9-bf4d65aaf426")
+ )
+ (wire
+ (pts
+ (xy 21.59 67.31) (xy 34.29 67.31)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (uuid "d3042136-2605-44b2-aebb-5484a9c90933")
+ )
+ (wire
+ (pts
+ (xy 50.8 142.24) (xy 55.88 142.24)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "d5bc2dea-aa82-490c-b361-3100564d5c2a")
+ )
+ (wire
+ (pts
+ (xy 163.83 20.32) (xy 182.88 20.32)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "d6201a63-68fa-4f4f-bcc8-3bce1ada1b80")
+ )
+ (wire
+ (pts
+ (xy 130.81 78.74) (xy 139.7 78.74)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "d8441ab7-9e75-4552-b05a-60aa84b6c738")
+ )
+ (wire
+ (pts
+ (xy 83.82 20.32) (xy 115.57 20.32)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (uuid "de1cd3c1-6055-4912-84d1-0474c0222f68")
+ )
+ (wire
+ (pts
+ (xy 163.83 66.04) (xy 163.83 69.85)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "e2550d90-eb22-4682-a0a4-a684e1d0a948")
+ )
+ (wire
+ (pts
+ (xy 107.95 127) (xy 123.19 127)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "e4c68eb1-c8cc-488a-8229-10b0821a67f9")
+ )
+ (wire
+ (pts
+ (xy 229.87 35.56) (xy 236.22 35.56)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "e5ab1d1f-34fe-4230-a8a9-2a91aa63e03b")
+ )
+ (wire
+ (pts
+ (xy 130.81 53.34) (xy 138.43 53.34)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "e6e24fe3-a0f1-49b9-86aa-c0e05fe7f753")
+ )
+ (wire
+ (pts
+ (xy 62.23 72.39) (xy 74.93 72.39)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (uuid "e9bdd59b-3252-4c44-a357-6fa1af0c210c")
+ )
+ (wire
+ (pts
+ (xy 62.23 69.85) (xy 74.93 69.85)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (uuid "ec76dcc9-9949-4dda-bd76-046204829cb4")
+ )
+ (wire
+ (pts
+ (xy 50.8 116.84) (xy 55.88 116.84)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "edf8fb9c-f62e-4482-872a-94d151eafe39")
+ )
+ (wire
+ (pts
+ (xy 123.19 116.84) (xy 139.7 116.84)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "f2ac87e4-9928-4265-81fa-8641d3af7777")
+ )
+ (wire
+ (pts
+ (xy 83.82 92.71) (xy 40.64 92.71)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (uuid "f4000c73-9a09-43bb-a4ca-6a12f94b6524")
+ )
+ (wire
+ (pts
+ (xy 83.82 123.19) (xy 93.98 123.19)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "f9147c23-a3c5-481b-9dfd-4d29cd70884f")
+ )
+ (wire
+ (pts
+ (xy 130.81 86.36) (xy 139.7 86.36)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "fc1f3236-cc6f-4bba-a5c3-13b10b1ef0a8")
+ )
+ (wire
+ (pts
+ (xy 34.29 69.85) (xy 21.59 69.85)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (uuid "fc39c32d-65b8-4d16-9db5-de89c54a1206")
+ )
+ (wire
+ (pts
+ (xy 62.23 49.53) (xy 74.93 49.53)
+ )
+ (stroke
+ (width 0)
+ (type solid)
+ )
+ (uuid "fe837306-92d0-4847-ad21-76c47ae932d1")
+ )
+ (label "D4"
+ (at 132.08 38.1 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "00ae765a-5a9c-4c93-8bba-33be6a616a1b")
+ )
+ (label "SCI"
+ (at 231.14 35.56 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "0554d3be-226b-4461-911c-cff5a5f88d66")
+ )
+ (label "BS2"
+ (at 25.4 72.39 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "05fade8e-60a1-4bde-a881-5697f06b1a48")
+ )
+ (label "A2"
+ (at 21.59 64.77 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "09251fd4-af37-4d86-8951-1faaac710ffa")
+ )
+ (label "~{OE}"
+ (at 25.4 67.31 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "0c0ec82f-e2ae-4c0b-9e65-7a25b9594e0f")
+ )
+ (label "D4"
+ (at 62.23 64.77 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "0c736f24-94d0-4c66-8ee2-70f22de0fcb4")
+ )
+ (label "4"
+ (at 74.93 67.31 180)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right bottom)
+ )
+ (uuid "0d8cfe6d-11bf-42b9-9752-f9a5a76bce7e")
+ )
+ (label "RDY"
+ (at 25.4 69.85 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "0e8401b0-0e8f-4ff4-8013-066282768497")
+ )
+ (label "~{WR}"
+ (at 50.8 116.84 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "0eccddef-08df-4ca4-85c0-805d854f89f8")
+ )
+ (label "D7"
+ (at 50.8 132.08 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "1093bb1f-e006-402e-80d3-ffde62cbcc7c")
+ )
+ (label "D0"
+ (at 132.08 27.94 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "10e740fa-16e6-4364-aa5b-2917fd7ebf96")
+ )
+ (label "D1"
+ (at 50.8 147.32 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "14e98d60-577a-4c4d-a1da-19e38252565d")
+ )
+ (label "XTAL1"
+ (at 50.8 111.76 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "16405b5b-f5e6-47d1-a3f8-651ef94d93e0")
+ )
+ (label "XA1"
+ (at 62.23 41.91 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "183ac863-c095-4ec4-93df-b6e926a1e323")
+ )
+ (label "D6"
+ (at 62.23 69.85 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "1fa90bd2-a2a4-4dcc-b907-97101fe4cc79")
+ )
+ (label "2"
+ (at 74.93 72.39 180)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right bottom)
+ )
+ (uuid "23f0c933-49f0-4410-a8db-8b017f48dadc")
+ )
+ (label "~{OE}"
+ (at 50.8 119.38 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "24a7cafc-d214-4e35-8753-e648fe3a5c56")
+ )
+ (label "BS1"
+ (at 25.4 62.23 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "26e32164-1448-4365-b979-0445b74c8d55")
+ )
+ (label "D5"
+ (at 62.23 67.31 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "274007ee-5c87-488e-a4b4-e0e95804dad6")
+ )
+ (label "HVRES"
+ (at 132.08 66.04 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "28032790-264d-4635-a31c-1cddad2d340f")
+ )
+ (label "A3"
+ (at 21.59 67.31 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "2c60ab74-0590-423b-8921-6f3212a358d2")
+ )
+ (label "XA1"
+ (at 50.8 106.68 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "2eeb2c2f-4f20-4ba3-a62c-3512702d06e9")
+ )
+ (label "D2"
+ (at 50.8 144.78 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "33f89e96-aabc-4353-a69b-71d0dbe8b546")
+ )
+ (label "13"
+ (at 74.93 36.83 180)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right bottom)
+ )
+ (uuid "35bc5b35-b7b2-44d5-bbed-557f428649b2")
+ )
+ (label "SCI"
+ (at 180.34 50.8 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "373a6242-2fd1-4760-bc1e-894659bdc9ac")
+ )
+ (label "12"
+ (at 74.93 39.37 180)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right bottom)
+ )
+ (uuid "3ffaa3b1-1d78-4c7b-bdf9-f1a8019c92fd")
+ )
+ (label "D5"
+ (at 132.08 40.64 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "404c4fa1-abca-44e9-8a7d-68c2fd0f7c29")
+ )
+ (label "D3"
+ (at 62.23 62.23 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "416ddd7c-129a-4e3f-b6cc-80dcd6a811f1")
+ )
+ (label "XA0"
+ (at 62.23 44.45 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "47619f26-11d0-46e4-b8b3-56e4466bb5ae")
+ )
+ (label "SII"
+ (at 231.14 30.48 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "4a526503-b18c-4616-8c03-7ddd127d50b7")
+ )
+ (label "SDI"
+ (at 231.14 27.94 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "4e20314e-0b6e-43f0-b618-f6a7787da827")
+ )
+ (label "SII"
+ (at 31.75 62.23 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "51ff77b9-2603-4f6a-938a-77b1169d4b9a")
+ )
+ (label "*10"
+ (at 74.93 44.45 180)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right bottom)
+ )
+ (uuid "54be04e4-fffa-4f7f-8a5f-d0de81314e8f")
+ )
+ (label "SCI"
+ (at 78.74 111.76 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "56d21184-4a00-4152-99d2-79a8170d211f")
+ )
+ (label "D6"
+ (at 50.8 134.62 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "59f22e35-393a-4fa9-8e10-139c73317ccd")
+ )
+ (label "XA0"
+ (at 132.08 83.82 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "5e1f6a23-63d0-49af-a747-8ead745f7de4")
+ )
+ (label "D0"
+ (at 50.8 149.86 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "61ead7e3-44d5-4ae2-b3b9-36f698e70d75")
+ )
+ (label "D5"
+ (at 50.8 137.16 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "6270f1f8-703e-4628-aebb-b147a3a9b9f8")
+ )
+ (label "BS2"
+ (at 50.8 101.6 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "62a7689e-926b-4899-8ba2-743ad4388dc4")
+ )
+ (label "XA0"
+ (at 50.8 109.22 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "660f9a87-093e-4a7c-8a95-ebdd36990bec")
+ )
+ (label "BS2"
+ (at 132.08 55.88 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "7f142f01-0769-4143-a72c-96291382b8d9")
+ )
+ (label "D7"
+ (at 62.23 72.39 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "7f47df5d-dffb-4445-b884-511b758a9d13")
+ )
+ (label "SII"
+ (at 180.34 40.64 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "8467dd62-445d-4f2f-ab7c-86bfebf3ad42")
+ )
+ (label "SDO"
+ (at 78.74 109.22 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "87231f45-81cb-4f47-bfb4-0df1c839b835")
+ )
+ (label "7"
+ (at 74.93 59.69 180)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right bottom)
+ )
+ (uuid "873d2c88-519e-482f-a3ed-2484e5f9417e")
+ )
+ (label "XTAL1"
+ (at 25.4 59.69 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "87a7e319-7feb-44a8-88a4-3836c38e4354")
+ )
+ (label "D1"
+ (at 132.08 30.48 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "87f6a3ed-82fa-4fc8-9f84-9ff6c9c6c7ce")
+ )
+ (label "D2"
+ (at 132.08 33.02 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "88778a6f-abf2-43ad-8fea-4ac3f936960d")
+ )
+ (label "8"
+ (at 74.93 49.53 180)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right bottom)
+ )
+ (uuid "89b0e564-e7aa-4224-80c9-3f0614fede8f")
+ )
+ (label "RDY"
+ (at 50.8 121.92 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "90187fee-c62c-4cd1-ab78-524827e65b3f")
+ )
+ (label "*11"
+ (at 74.93 41.91 180)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right bottom)
+ )
+ (uuid "9ad5a781-2469-4c8f-8abf-a1c3586f7cb7")
+ )
+ (label "*3"
+ (at 74.93 69.85 180)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right bottom)
+ )
+ (uuid "9cccf5f9-68a4-4e61-b418-6185dd6a5f9a")
+ )
+ (label "XTAL1"
+ (at 132.08 43.18 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "9e06a93b-278e-4cda-930c-d60cd52d1378")
+ )
+ (label "HVRES"
+ (at 231.14 40.64 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "a54e4cef-a88d-4227-abbf-e0f8a6a5ec5f")
+ )
+ (label "SDO"
+ (at 31.75 64.77 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "a78f849b-bef2-4599-ad2b-bc016c076b31")
+ )
+ (label "D6"
+ (at 132.08 50.8 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "ab505b65-cb82-4a43-b9ec-32638664af65")
+ )
+ (label "A1"
+ (at 21.59 62.23 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "acc9991b-1bdd-4544-9a08-4037937485cb")
+ )
+ (label "SDI"
+ (at 31.75 59.69 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "af79dc86-704c-4070-956a-c888fc66d12c")
+ )
+ (label "~{WR}"
+ (at 25.4 64.77 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "b17b0324-55b6-4b6d-96fe-e246ae0358e4")
+ )
+ (label "~{WR}"
+ (at 132.08 78.74 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "b51bfe23-6761-477d-b541-06678c0fd20c")
+ )
+ (label "A0"
+ (at 21.59 59.69 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "ba02dc27-26a3-4648-b0aa-06b6dcaf001f")
+ )
+ (label "BS1"
+ (at 132.08 81.28 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "bb8589e9-b1df-40e5-8b80-f767dfb6d682")
+ )
+ (label "XA1"
+ (at 132.08 86.36 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "bbfbe86e-977c-493c-a7d0-f61c7443809c")
+ )
+ (label "SCI"
+ (at 31.75 72.39 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "c1c19d07-ef86-4835-8c99-29f9cc3568d9")
+ )
+ (label "SDI"
+ (at 180.34 43.18 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "c2960354-5a29-4938-85b6-b98e0a493623")
+ )
+ (label "RDY"
+ (at 132.08 73.66 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "c2b23868-65f8-41ec-bfe5-30e19c363468")
+ )
+ (label "~{OE}"
+ (at 132.08 76.2 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "c2f055ea-3d7c-490e-9d80-af22700c4088")
+ )
+ (label "HVRES"
+ (at 168.91 140.97 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "c644d1ff-f005-475c-a689-216a421b94e9")
+ )
+ (label "D0"
+ (at 62.23 46.99 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "c6880af0-982f-4eb1-ac54-e255f0d81ec6")
+ )
+ (label "HVRES"
+ (at 78.74 114.3 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "c7146500-69d1-47bb-95ff-586fcd95e183")
+ )
+ (label "*6"
+ (at 74.93 62.23 180)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right bottom)
+ )
+ (uuid "c775d4e8-c37b-4e73-90c1-1c8d36333aac")
+ )
+ (label "D3"
+ (at 132.08 35.56 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "ca0f112b-2b32-4cce-b0a5-c7109b1c6cbd")
+ )
+ (label "BS1"
+ (at 50.8 114.3 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "cc0976be-09d1-44c0-8661-7eb9c38d8e7c")
+ )
+ (label "*9"
+ (at 74.93 46.99 180)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right bottom)
+ )
+ (uuid "ccb58899-a82d-403c-b30b-ee351d622e9c")
+ )
+ (label "SDO"
+ (at 180.34 38.1 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "cd82078b-aee2-4998-b1bf-658d00a82fc3")
+ )
+ (label "HVRES"
+ (at 50.8 124.46 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "d03a6254-6b69-4dfe-ab83-ba20488a987a")
+ )
+ (label "HVRES"
+ (at 180.34 58.42 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "d822fb64-434a-457a-a74f-2724993370cb")
+ )
+ (label "PAGEL"
+ (at 50.8 104.14 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "d8eb98d9-e74a-4583-bcc9-c64917524749")
+ )
+ (label "SDO"
+ (at 231.14 33.02 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "d9a015ef-6723-4125-b5c8-6d8a54e191f6")
+ )
+ (label "*5"
+ (at 74.93 64.77 180)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right bottom)
+ )
+ (uuid "d9a65242-9c26-45cd-9a55-3e69f0d77784")
+ )
+ (label "D3"
+ (at 50.8 142.24 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "defbac6c-76d0-4e7a-bac6-80b53dcbba6a")
+ )
+ (label "SDI"
+ (at 78.74 104.14 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "e033231b-b594-4a3a-8db5-89a0bf32f322")
+ )
+ (label "A4"
+ (at 21.59 69.85 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "e7ce99b8-ca22-4c56-9e55-39d32c709f3c")
+ )
+ (label "A5"
+ (at 21.59 72.39 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "ea5aa60b-a25e-41a1-9e06-c7b6f957567f")
+ )
+ (label "D4"
+ (at 50.8 139.7 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "f089bbbe-a63c-4ad9-9886-cbbd625df755")
+ )
+ (label "SII"
+ (at 78.74 106.68 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "f0d7b6f1-4c66-4be3-8603-e0eddb4e4fff")
+ )
+ (label "D1"
+ (at 62.23 49.53 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "f5f15f8a-0773-4545-918b-330100325a3b")
+ )
+ (label "D2"
+ (at 62.23 59.69 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "fa90a7f9-c446-49ea-9f12-b81f34184f7f")
+ )
+ (label "D7"
+ (at 132.08 53.34 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "fda1f9f0-7b0e-4784-a57a-0aea956ba894")
+ )
+ (symbol
+ (lib_id "Connector_Generic:Conn_01x08")
+ (at 39.37 39.37 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "00000000-0000-0000-0000-000056d71773")
+ (property "Reference" "J1"
+ (at 39.37 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "Power"
+ (at 41.91 39.37 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical"
+ (at 39.37 39.37 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 39.37 39.37 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 39.37 39.37 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "d4c02b7e-3be7-4193-a989-fb40130f3319")
+ )
+ (pin "2"
+ (uuid "1d9f20f8-8d42-4e3d-aece-4c12cc80d0d3")
+ )
+ (pin "3"
+ (uuid "4801b550-c773-45a3-9bc6-15a3e9341f08")
+ )
+ (pin "4"
+ (uuid "fbe5a73e-5be6-45ba-85f2-2891508cd936")
+ )
+ (pin "5"
+ (uuid "8f0d2977-6611-4bfc-9a74-1791861e9159")
+ )
+ (pin "6"
+ (uuid "270f30a7-c159-467b-ab5f-aee66a24a8c7")
+ )
+ (pin "7"
+ (uuid "760eb2a5-8bbd-4298-88f0-2b1528e020ff")
+ )
+ (pin "8"
+ (uuid "6a44a55c-6ae0-4d79-b4a1-52d3e48a7065")
+ )
+ (instances
+ (project "Arduino_Uno"
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "J1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+3V3")
+ (at 31.75 26.67 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "00000000-0000-0000-0000-000056d71aa9")
+ (property "Reference" "#PWR03"
+ (at 31.75 30.48 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+3V3"
+ (at 32.131 23.622 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 31.75 26.67 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 31.75 26.67 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 31.75 26.67 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "25f7f7e2-1fc6-41d8-a14b-2d2742e98c50")
+ )
+ (instances
+ (project "Arduino_Uno"
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "#PWR03")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+5V")
+ (at 29.21 26.67 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "00000000-0000-0000-0000-000056d71d10")
+ (property "Reference" "#PWR02"
+ (at 29.21 30.48 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+5V"
+ (at 29.5656 23.622 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 29.21 26.67 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 29.21 26.67 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 29.21 26.67 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "fdd33dcf-399e-4ac6-99f5-9ccff615cf55")
+ )
+ (instances
+ (project "Arduino_Uno"
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "#PWR02")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 31.75 52.07 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "00000000-0000-0000-0000-000056d721e6")
+ (property "Reference" "#PWR04"
+ (at 31.75 58.42 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 31.75 55.88 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 31.75 52.07 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 31.75 52.07 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 31.75 52.07 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "87fd47b6-2ebb-4b03-a4f0-be8b5717bf68")
+ )
+ (instances
+ (project "Arduino_Uno"
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "#PWR04")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Connector_Generic:Conn_01x10")
+ (at 57.15 36.83 0)
+ (mirror y)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "00000000-0000-0000-0000-000056d72368")
+ (property "Reference" "J2"
+ (at 57.15 24.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "Digital/PWM"
+ (at 54.61 36.83 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x10_P2.54mm_Vertical"
+ (at 57.15 36.83 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 57.15 36.83 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 57.15 36.83 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "479c0210-c5dd-4420-aa63-d8c5247cc255")
+ )
+ (pin "10"
+ (uuid "69b11fa8-6d66-48cf-aa54-1a3009033625")
+ )
+ (pin "2"
+ (uuid "013a3d11-607f-4568-bbac-ce1ce9ce9f7a")
+ )
+ (pin "3"
+ (uuid "92bea09f-8c05-493b-981e-5298e629b225")
+ )
+ (pin "4"
+ (uuid "66c1cab1-9206-4430-914c-14dcf23db70f")
+ )
+ (pin "5"
+ (uuid "e264de4a-49ca-4afe-b718-4f94ad734148")
+ )
+ (pin "6"
+ (uuid "03467115-7f58-481b-9fbc-afb2550dd13c")
+ )
+ (pin "7"
+ (uuid "9aa9dec0-f260-4bba-a6cf-25f804e6b111")
+ )
+ (pin "8"
+ (uuid "a3a57bae-7391-4e6d-b628-e6aff8f8ed86")
+ )
+ (pin "9"
+ (uuid "00a2e9f5-f40a-49ba-91e4-cbef19d3b42b")
+ )
+ (instances
+ (project "Arduino_Uno"
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "J2")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Connector_Generic:Conn_01x06")
+ (at 39.37 64.77 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "00000000-0000-0000-0000-000056d72f1c")
+ (property "Reference" "J3"
+ (at 39.37 57.15 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "Analog"
+ (at 41.91 64.77 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x06_P2.54mm_Vertical"
+ (at 39.37 64.77 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 39.37 64.77 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 39.37 64.77 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "1e1d0a18-dba5-42d5-95e9-627b560e331d")
+ )
+ (pin "2"
+ (uuid "11423bda-2cc6-48db-b907-033a5ced98b7")
+ )
+ (pin "3"
+ (uuid "20a4b56c-be89-418e-a029-3b98e8beca2b")
+ )
+ (pin "4"
+ (uuid "163db149-f951-4db7-8045-a808c21d7a66")
+ )
+ (pin "5"
+ (uuid "d47b8a11-7971-42ed-a188-2ff9f0b98c7a")
+ )
+ (pin "6"
+ (uuid "57b1224b-fab7-4047-863e-42b792ecf64b")
+ )
+ (instances
+ (project "Arduino_Uno"
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "J3")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Connector_Generic:Conn_01x08")
+ (at 57.15 67.31 0)
+ (mirror y)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "00000000-0000-0000-0000-000056d734d0")
+ (property "Reference" "J4"
+ (at 57.15 57.15 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "Digital/PWM"
+ (at 54.61 67.31 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical"
+ (at 57.15 67.31 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" ""
+ (at 57.15 67.31 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 57.15 67.31 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "5381a37b-26e9-4dc5-a1df-d5846cca7e02")
+ )
+ (pin "2"
+ (uuid "a4e4eabd-ecd9-495d-83e1-d1e1e828ff74")
+ )
+ (pin "3"
+ (uuid "b659d690-5ae4-4e88-8049-6e4694137cd1")
+ )
+ (pin "4"
+ (uuid "01e4a515-1e76-4ac0-8443-cb9dae94686e")
+ )
+ (pin "5"
+ (uuid "fadf7cf0-7a5e-4d79-8b36-09596a4f1208")
+ )
+ (pin "6"
+ (uuid "848129ec-e7db-4164-95a7-d7b289ecb7c4")
+ )
+ (pin "7"
+ (uuid "b7a20e44-a4b2-4578-93ae-e5a04c1f0135")
+ )
+ (pin "8"
+ (uuid "c0cfa2f9-a894-4c72-b71e-f8c87c0a0712")
+ )
+ (instances
+ (project "Arduino_Uno"
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "J4")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "MCU_Microchip_ATmega:ATmega328-P")
+ (at 115.57 58.42 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "017652d1-2eed-4b19-93f1-62d7282c40b2")
+ (property "Reference" "U1"
+ (at 115.57 58.42 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "ATmegaX8"
+ (at 107.95 96.52 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" "Package_DIP:DIP-28_W7.62mm_Socket"
+ (at 115.57 58.42 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ (italic yes)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/ATmega328_P%20AVR%20MCU%20with%20picoPower%20Technology%20Data%20Sheet%2040001984A.pdf"
+ (at 115.57 58.42 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "20MHz, 32kB Flash, 2kB SRAM, 1kB EEPROM, DIP-28"
+ (at 115.57 58.42 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "28"
+ (uuid "36508620-8378-4b4f-b9ae-d13d55f1738c")
+ )
+ (pin "8"
+ (uuid "7bf9a538-1cbd-4e1d-b556-869ffb4f14a8")
+ )
+ (pin "27"
+ (uuid "84d174bc-7b1d-4e0a-a932-9ec565f17f82")
+ )
+ (pin "20"
+ (uuid "e059c078-cb6b-4b92-bfd8-5f001d20f9fa")
+ )
+ (pin "1"
+ (uuid "9df74d23-beb8-445b-9198-6df51a19d744")
+ )
+ (pin "21"
+ (uuid "3c73e197-4423-4b37-82cf-df240b05f397")
+ )
+ (pin "19"
+ (uuid "8159854a-f01a-4946-b817-5792b333800c")
+ )
+ (pin "9"
+ (uuid "339cdeb7-de5a-490a-a8d2-d63e68ba625b")
+ )
+ (pin "26"
+ (uuid "9780c964-bbd7-4cd0-89df-5484d634b04b")
+ )
+ (pin "13"
+ (uuid "ece64bc3-d352-4f9a-92fa-adcb1f54b007")
+ )
+ (pin "14"
+ (uuid "e8f93fcc-2caf-43c4-9b54-7f43088d57e9")
+ )
+ (pin "18"
+ (uuid "aa5cfa3c-6dc8-4285-ba03-e76290adbc1f")
+ )
+ (pin "11"
+ (uuid "a1368b13-c228-460e-b2f6-289f62cb6cbd")
+ )
+ (pin "16"
+ (uuid "a26334c5-7db1-4dcd-b3a6-d12546d80556")
+ )
+ (pin "17"
+ (uuid "9864b1d8-138e-46d4-b874-23c9c4a44ba6")
+ )
+ (pin "12"
+ (uuid "8458f1c6-3425-42cc-a909-350202c3f066")
+ )
+ (pin "2"
+ (uuid "ed19ba99-aba9-4a16-99c8-1264e0b28459")
+ )
+ (pin "4"
+ (uuid "a4b44431-836b-4475-beba-6d3400e56441")
+ )
+ (pin "5"
+ (uuid "eb766702-6ff3-46cc-95c5-0deea0a5b5b3")
+ )
+ (pin "24"
+ (uuid "76d7a058-8002-44ac-9c87-c42fd9399f02")
+ )
+ (pin "15"
+ (uuid "4103e648-4f90-4b42-a382-74370c93e3cd")
+ )
+ (pin "10"
+ (uuid "374f5588-f2b3-44d6-a3fc-59d14822ecd8")
+ )
+ (pin "3"
+ (uuid "b760e305-d3b1-432a-a323-8fab31c9f620")
+ )
+ (pin "22"
+ (uuid "fde0fd39-1815-4b02-9f33-a770a4aee8f6")
+ )
+ (pin "6"
+ (uuid "550654ff-3a8d-4b7e-b64d-4d54084334ac")
+ )
+ (pin "25"
+ (uuid "fba98ee4-f6fa-415c-ba32-6ea688eb7fe5")
+ )
+ (pin "7"
+ (uuid "3c7680ef-3169-4c74-ae92-68fc44296521")
+ )
+ (pin "23"
+ (uuid "1cbcf65b-5da1-436f-973b-934f004feaf7")
+ )
+ (instances
+ (project ""
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "U1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 163.83 69.85 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "356014e7-46fa-4fd9-8bc1-d8c19d4db264")
+ (property "Reference" "#PWR06"
+ (at 163.83 76.2 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 163.83 73.66 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 163.83 69.85 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 163.83 69.85 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 163.83 69.85 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "6cf8f25c-6f6e-462a-b182-437b240000a5")
+ )
+ (instances
+ (project "RescueAVR"
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "#PWR06")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Connector:Conn_01x08_Socket")
+ (at 88.9 109.22 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "456a926b-6987-4188-a24c-e2f5694bddf7")
+ (property "Reference" "J6"
+ (at 90.17 109.2199 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "Conn_01x08_Socket"
+ (at 90.17 111.7599 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ (hide yes)
+ )
+ )
+ (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical"
+ (at 88.9 109.22 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 88.9 109.22 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Generic connector, single row, 01x08, script generated"
+ (at 88.9 109.22 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "8"
+ (uuid "a0b52953-eb18-4620-9f8f-58abc2ea60f9")
+ )
+ (pin "4"
+ (uuid "d75aa3ea-8625-4941-a0ea-b68a2baca44d")
+ )
+ (pin "5"
+ (uuid "9d3b13e3-f5a5-4fe4-b4e3-9cf06b65bec0")
+ )
+ (pin "3"
+ (uuid "56549c21-5705-453f-b846-ebdd79fd7367")
+ )
+ (pin "7"
+ (uuid "20002a45-6924-49ef-ac6e-57fa45551a1d")
+ )
+ (pin "2"
+ (uuid "b0dde758-65fc-44bf-ad72-9711778fee9f")
+ )
+ (pin "6"
+ (uuid "baa7d218-9a56-4365-8ebd-51ef88f67eb5")
+ )
+ (pin "1"
+ (uuid "bb24f8d4-fd86-471c-a57f-6e31a7efa3fe")
+ )
+ (instances
+ (project ""
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "J6")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "MCU_Microchip_ATtiny:ATtiny84-20P")
+ (at 163.83 43.18 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "501d9987-2f97-4dbd-9030-e4e766cd6feb")
+ (property "Reference" "U2"
+ (at 166.37 43.18 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Value" "ATtinyX4"
+ (at 173.99 66.04 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" "Package_DIP:DIP-14_W7.62mm_Socket"
+ (at 163.83 43.18 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ (italic yes)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/doc8006.pdf"
+ (at 163.83 43.18 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "20MHz, 8kB Flash, 512B SRAM, 512B EEPROM, debugWIRE, DIP-14"
+ (at 163.83 43.18 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "10"
+ (uuid "dea67963-7e9f-41f9-a304-71b7d4f209ae")
+ )
+ (pin "1"
+ (uuid "a4a7eef3-561a-4729-9d13-a8506f59ab25")
+ )
+ (pin "11"
+ (uuid "d476b52e-2b87-4f12-9b1f-6665f3eea54c")
+ )
+ (pin "12"
+ (uuid "4ec19cb6-2cc9-4462-87b5-10781c0b09bd")
+ )
+ (pin "13"
+ (uuid "7a36b316-1cd1-435b-a054-689b0c6d9e5a")
+ )
+ (pin "14"
+ (uuid "1403b6fb-d1f0-46ba-8351-d1e859e22894")
+ )
+ (pin "2"
+ (uuid "2fc4e47c-fff0-4f9f-889c-c100d2eacb4c")
+ )
+ (pin "3"
+ (uuid "55213f4d-84a3-48b1-bb63-74f74054e98a")
+ )
+ (pin "4"
+ (uuid "a09f3add-1746-4a1e-85ae-63b945677f94")
+ )
+ (pin "5"
+ (uuid "03ac98e3-266e-4c2b-a63b-c275f453af6b")
+ )
+ (pin "6"
+ (uuid "981dd8e7-20ec-48e5-ad1d-9ad02935e7a0")
+ )
+ (pin "7"
+ (uuid "6b1f6a80-43f2-4f46-acb1-3bc4dca7e010")
+ )
+ (pin "8"
+ (uuid "3a7e4046-0239-4a54-a5da-585b01a554ba")
+ )
+ (pin "9"
+ (uuid "f9bd4994-40af-4e1e-b25f-ab6a66da7176")
+ )
+ (instances
+ (project ""
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "U2")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 214.63 54.61 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "5957494b-d799-4c74-bc8d-8325904d080f")
+ (property "Reference" "#PWR07"
+ (at 214.63 60.96 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 214.63 58.42 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 214.63 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 214.63 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 214.63 54.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "97d88d34-e902-400b-8691-481c4ae07786")
+ )
+ (instances
+ (project "RescueAVR"
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "#PWR07")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Connector:Conn_01x20_Socket")
+ (at 60.96 124.46 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "7c99818f-9ed3-45c6-a687-9a488618cd26")
+ (property "Reference" "J5"
+ (at 62.23 124.4599 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "Conn_01x20_Socket"
+ (at 62.23 126.9999 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ (hide yes)
+ )
+ )
+ (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x20_P2.54mm_Vertical"
+ (at 60.96 124.46 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 60.96 124.46 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Generic connector, single row, 01x20, script generated"
+ (at 60.96 124.46 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "006e33b1-42ba-499a-823c-ef77afcebb50")
+ )
+ (pin "13"
+ (uuid "133ff624-c7be-4ed8-8150-218cc5e576a1")
+ )
+ (pin "14"
+ (uuid "5d774cf7-1961-4a50-87c3-484f7bff051a")
+ )
+ (pin "19"
+ (uuid "0ddb6ebf-cd50-496c-88e4-712d3f9e1e84")
+ )
+ (pin "18"
+ (uuid "728dc468-9884-4968-b29c-80488fd88702")
+ )
+ (pin "20"
+ (uuid "8e3cb77f-31ce-4860-8b1c-e0378326990a")
+ )
+ (pin "2"
+ (uuid "b7f56a88-7038-490d-b5f5-b783c4c3dc35")
+ )
+ (pin "12"
+ (uuid "3ff33a1b-5885-4c95-be6b-94061cca954e")
+ )
+ (pin "17"
+ (uuid "889cbdbf-dad0-4888-9207-22a8af9ae832")
+ )
+ (pin "16"
+ (uuid "4949b41d-ef56-4673-9194-229afb6e381d")
+ )
+ (pin "8"
+ (uuid "cfdf4a64-20a4-4ff0-9bc1-fe042b0a515f")
+ )
+ (pin "7"
+ (uuid "a1daa9d4-1dce-4020-85a8-24821c4b378f")
+ )
+ (pin "11"
+ (uuid "02f6c958-53cc-4374-a4bb-067580d3e489")
+ )
+ (pin "15"
+ (uuid "704ee6e6-7bc1-4284-8edc-eb35184bc058")
+ )
+ (pin "3"
+ (uuid "bf532af1-18ce-49e1-bf32-ecbfa14b8dce")
+ )
+ (pin "10"
+ (uuid "5a2399bf-20b2-4183-a721-cf79aadd2a14")
+ )
+ (pin "4"
+ (uuid "c2473ef0-cda0-41ce-be83-ca7bce32071c")
+ )
+ (pin "5"
+ (uuid "0c6ff422-0a3c-4eac-8946-3b210d8d7c37")
+ )
+ (pin "6"
+ (uuid "ccebe94f-7f75-4fff-9484-009048619e7a")
+ )
+ (pin "9"
+ (uuid "d61f600e-3eb9-44f5-8efe-1bfef635b617")
+ )
+ (instances
+ (project ""
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "J5")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 182.88 26.67 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "819a8b18-3aec-49de-856d-87cd276f29d7")
+ (property "Reference" "C3"
+ (at 181.61 24.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "100nF"
+ (at 180.34 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Capacitor_THT:C_Disc_D7.5mm_W2.5mm_P5.00mm"
+ (at 183.8452 30.48 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 182.88 26.67 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Unpolarized capacitor"
+ (at 182.88 26.67 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "69f6bebb-6067-462e-afce-5fdf4b335311")
+ )
+ (pin "2"
+ (uuid "cb4d92e7-4968-48d7-af6c-f659e1c5720d")
+ )
+ (instances
+ (project "RescueAVR"
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "C3")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 187.96 26.67 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "8365d6f4-46cc-429e-bc4d-0e29571c27f4")
+ (property "Reference" "C2"
+ (at 186.69 24.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "100nF"
+ (at 186.69 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Capacitor_THT:C_Disc_D7.5mm_W2.5mm_P5.00mm"
+ (at 188.9252 30.48 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 187.96 26.67 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Unpolarized capacitor"
+ (at 187.96 26.67 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "def5f023-a581-4b32-8c03-c09dc32ee010")
+ )
+ (pin "2"
+ (uuid "68eebb89-4ac4-486d-840f-4817a8e605dd")
+ )
+ (instances
+ (project "RescueAVR"
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "C2")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Step-Up-Converter:Boost-Converter")
+ (at 115.57 111.76 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "86df0915-b775-4b9f-af37-dc2c934eab66")
+ (property "Reference" "U4"
+ (at 115.57 110.49 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "~"
+ (at 115.57 113.03 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" "Booster:Step-Up-Converter"
+ (at 115.57 111.76 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 115.57 111.76 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" ""
+ (at 115.57 111.76 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "3"
+ (uuid "0aa3f463-a15f-4644-8f24-03831f82f566")
+ )
+ (pin "4"
+ (uuid "ff341f48-cbd3-45ce-98fe-2245e9e4288a")
+ )
+ (pin "1"
+ (uuid "fc96a191-b3dd-452d-95b1-5a0d38ecc233")
+ )
+ (pin "2"
+ (uuid "22c3fd79-fe23-4cc7-a9a6-f42b2bf68a0f")
+ )
+ (instances
+ (project ""
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "U4")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:+5V")
+ (at 107.95 114.3 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "907ed7ae-3941-4044-9bf1-139878fb5380")
+ (property "Reference" "#PWR010"
+ (at 107.95 118.11 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "+5V"
+ (at 108.3056 111.252 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" ""
+ (at 107.95 114.3 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 107.95 114.3 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 107.95 114.3 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "d7f6860e-08a5-4715-9af3-ca336ded3d27")
+ )
+ (instances
+ (project "RescueAVR"
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "#PWR010")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "MCU_Microchip_ATtiny:ATtiny85-20P")
+ (at 214.63 35.56 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "972cec47-4f35-48fb-acd8-2ab87849f5c8")
+ (property "Reference" "U3"
+ (at 213.36 34.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Value" "ATtinyX5, ATtiny1X"
+ (at 223.52 52.07 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" "Package_DIP:DIP-8_W7.62mm_Socket"
+ (at 214.63 35.56 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ (italic yes)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/atmel-2586-avr-8-bit-microcontroller-attiny25-attiny45-attiny85_datasheet.pdf"
+ (at 214.63 35.56 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "20MHz, 8kB Flash, 512B SRAM, 512B EEPROM, debugWIRE, DIP-8"
+ (at 214.63 35.56 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "3"
+ (uuid "565f51be-a91c-44fd-bd1d-70c7fcfb3628")
+ )
+ (pin "1"
+ (uuid "add76d32-2c4c-406d-95b9-b0e9721a5083")
+ )
+ (pin "6"
+ (uuid "c8d4fe7e-c343-4ca4-b7de-b7b33220a3ae")
+ )
+ (pin "2"
+ (uuid "6cff2b7f-55cb-47c2-850b-2ff1353f914f")
+ )
+ (pin "5"
+ (uuid "0cf3b200-1702-469f-8141-36abcd10eae8")
+ )
+ (pin "4"
+ (uuid "835f1385-58fd-4fb6-8733-5fb3ae130a60")
+ )
+ (pin "8"
+ (uuid "db3abf39-4e10-4aaf-ab95-faa7165119de")
+ )
+ (pin "7"
+ (uuid "f139daae-08b3-4a07-ba7c-a2df8550dfc0")
+ )
+ (instances
+ (project ""
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "U3")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 76.2 127 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "a0f3d3c5-d60c-48bc-b50a-89ae3ad1aee0")
+ (property "Reference" "#PWR09"
+ (at 76.2 133.35 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 76.2 130.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 76.2 127 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 76.2 127 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 76.2 127 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "95470dbf-e981-4a4d-9225-86b4bc5861f1")
+ )
+ (instances
+ (project "RescueAVR"
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "#PWR09")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:R")
+ (at 149.86 148.59 180)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "a447e583-37eb-472c-96a9-569a52b2f930")
+ (property "Reference" "R2"
+ (at 152.4 147.3199 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Value" "1kΩ"
+ (at 152.4 149.8599 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal"
+ (at 151.638 148.59 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 149.86 148.59 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Resistor"
+ (at 149.86 148.59 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "2"
+ (uuid "15bb3b5a-e47e-45a0-826a-fff7c4a1e0d5")
+ )
+ (pin "1"
+ (uuid "3e6d8bab-8061-4f82-9e98-318c6614865a")
+ )
+ (instances
+ (project "RescueAVR"
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "R2")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 139.7 154.94 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "a8fd13be-532d-4b32-81d8-285e46b6b98a")
+ (property "Reference" "#PWR011"
+ (at 139.7 161.29 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 139.7 158.75 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 139.7 154.94 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 139.7 154.94 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 139.7 154.94 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "021fb087-696b-44f5-b012-b07fd5274b48")
+ )
+ (instances
+ (project "RescueAVR"
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "#PWR011")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:R")
+ (at 161.29 140.97 270)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "b058f866-deca-4ae7-a485-ca9ced5263ad")
+ (property "Reference" "R5"
+ (at 161.29 134.62 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "100Ω"
+ (at 161.29 137.16 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal"
+ (at 161.29 139.192 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 161.29 140.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Resistor"
+ (at 161.29 140.97 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "2"
+ (uuid "9f3a3c06-ebfb-427d-b285-9da802df90a6")
+ )
+ (pin "1"
+ (uuid "b3038633-71f5-4330-9179-65f810b1879a")
+ )
+ (instances
+ (project "RescueAVR"
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "R5")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 193.04 49.53 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "b27abdbe-ce46-4da9-80cc-0c9ce96f27ba")
+ (property "Reference" "#PWR05"
+ (at 193.04 55.88 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 193.04 53.34 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 193.04 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 193.04 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 193.04 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "cdb926c5-ca4c-4ea2-b061-477e302fd7b5")
+ )
+ (instances
+ (project "RescueAVR"
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "#PWR05")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 35.56 129.54 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "c8c99309-2455-42e6-9594-d506d98cd4b2")
+ (property "Reference" "#PWR08"
+ (at 35.56 135.89 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 35.56 133.35 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 35.56 129.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 35.56 129.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 35.56 129.54 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "a154e238-81a0-4c86-a8be-6d04f83ba6d0")
+ )
+ (instances
+ (project "RescueAVR"
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "#PWR08")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:R")
+ (at 139.7 121.92 180)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "d5c1fce9-18d8-40fc-9be7-058bc35af7d4")
+ (property "Reference" "R4"
+ (at 142.24 120.6499 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Value" "10kΩ"
+ (at 142.24 123.1899 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal"
+ (at 141.478 121.92 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 139.7 121.92 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Resistor"
+ (at 139.7 121.92 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "2"
+ (uuid "a247f813-b10e-440e-9910-40faf39f5c3a")
+ )
+ (pin "1"
+ (uuid "8f758330-a808-48e9-8dba-bf0812b50df3")
+ )
+ (instances
+ (project "RescueAVR"
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "R4")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Simulation_SPICE:PNP")
+ (at 147.32 130.81 0)
+ (mirror x)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "e5ccd41b-2c8b-4576-b6a7-b4362785bea2")
+ (property "Reference" "Q2"
+ (at 152.4 129.5399 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "BC557(PNP)"
+ (at 152.4 132.0799 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Package_TO_SOT_THT:TO-92"
+ (at 182.88 130.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "https://ngspice.sourceforge.io/docs/ngspice-html-manual/manual.xhtml#cha_BJTs"
+ (at 182.88 130.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Bipolar transistor symbol for simulation only, substrate tied to the emitter"
+ (at 147.32 130.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Sim.Device" "PNP"
+ (at 147.32 130.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Sim.Type" "GUMMELPOON"
+ (at 147.32 130.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Sim.Pins" "1=C 2=B 3=E"
+ (at 147.32 130.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "3"
+ (uuid "e011e62b-aea9-4c4d-8487-39ac66b17687")
+ )
+ (pin "2"
+ (uuid "4f86ea88-376d-4e66-902a-a45f7bb2c13b")
+ )
+ (pin "1"
+ (uuid "c5371cdc-02f9-4cf1-99f7-64128982a458")
+ )
+ (instances
+ (project ""
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "Q2")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:R")
+ (at 124.46 146.05 90)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "ecde7d52-443c-4351-93f2-209094301cfe")
+ (property "Reference" "R1"
+ (at 124.46 139.7 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "4.7kΩ"
+ (at 124.46 142.24 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal"
+ (at 124.46 147.828 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 124.46 146.05 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Resistor"
+ (at 124.46 146.05 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "2"
+ (uuid "89ede9bb-e00f-4901-bb32-15c4e836ac39")
+ )
+ (pin "1"
+ (uuid "36d9fc22-a792-4263-93dc-ee9831610014")
+ )
+ (instances
+ (project ""
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "R1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:R")
+ (at 139.7 135.89 180)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "f7964bb5-04c8-4fec-bd6a-b02b9fbaaeed")
+ (property "Reference" "R3"
+ (at 142.24 134.6199 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Value" "1kΩ"
+ (at 142.24 137.1599 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" "Resistor_THT:R_Axial_DIN0204_L3.6mm_D1.6mm_P7.62mm_Horizontal"
+ (at 141.478 135.89 90)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 139.7 135.89 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Resistor"
+ (at 139.7 135.89 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "2"
+ (uuid "815c982c-6bd8-4d03-8552-07a39b1f7182")
+ )
+ (pin "1"
+ (uuid "496f07f5-2d11-4768-b3b0-76fce4923410")
+ )
+ (instances
+ (project "RescueAVR"
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "R3")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Simulation_SPICE:NPN")
+ (at 137.16 146.05 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "f805840b-2050-4821-a43d-fd1747c2c1e5")
+ (property "Reference" "Q1"
+ (at 142.24 144.7799 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "BC547(NPN)"
+ (at 125.73 149.86 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Package_TO_SOT_THT:TO-92"
+ (at 200.66 146.05 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "https://ngspice.sourceforge.io/docs/ngspice-html-manual/manual.xhtml#cha_BJTs"
+ (at 200.66 146.05 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Bipolar transistor symbol for simulation only, substrate tied to the emitter"
+ (at 137.16 146.05 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Sim.Device" "NPN"
+ (at 137.16 146.05 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Sim.Type" "GUMMELPOON"
+ (at 137.16 146.05 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Sim.Pins" "1=C 2=B 3=E"
+ (at 137.16 146.05 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "3"
+ (uuid "f722b338-e04f-4807-89e5-3b0aa45c7e2f")
+ )
+ (pin "1"
+ (uuid "db56220b-a49e-442f-89ae-cac2a2a954df")
+ )
+ (pin "2"
+ (uuid "afab3bc7-f056-42ae-b306-8a90e8570283")
+ )
+ (instances
+ (project ""
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "Q1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 193.04 26.67 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "fb6dc048-b73a-458b-97f1-7d1500ed6312")
+ (property "Reference" "C1"
+ (at 191.77 24.13 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "100nF"
+ (at 193.04 29.21 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Capacitor_THT:C_Disc_D7.5mm_W2.5mm_P5.00mm"
+ (at 194.0052 30.48 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 193.04 26.67 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Unpolarized capacitor"
+ (at 193.04 26.67 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "663a8685-a866-46aa-b25b-2c2cb252feb8")
+ )
+ (pin "2"
+ (uuid "dac87ce7-e5f7-4330-96f1-271ebd0456d6")
+ )
+ (instances
+ (project ""
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "C1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 115.57 100.33 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "fedbc078-b58f-4f10-ac7f-d898a4425bd5")
+ (property "Reference" "#PWR01"
+ (at 115.57 106.68 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 115.57 104.14 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 115.57 100.33 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 115.57 100.33 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 115.57 100.33 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "fef710fe-9d6e-482d-bf3e-5ee9b4b18640")
+ )
+ (instances
+ (project "RescueAVR"
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "#PWR01")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (sheet_instances
+ (path "/"
+ (page "1")
+ )
+ )
+)
diff --git a/pcb/RescueAVRAdapater-Board.pdf b/pcb/RescueAVRAdapater-Board.pdf
new file mode 100644
index 0000000..3c5306e
Binary files /dev/null and b/pcb/RescueAVRAdapater-Board.pdf differ
diff --git a/pcb/RescueAVRAdapter-Scematic.pdf b/pcb/RescueAVRAdapter-Scematic.pdf
new file mode 100644
index 0000000..f09ce48
Binary files /dev/null and b/pcb/RescueAVRAdapter-Scematic.pdf differ
diff --git a/pcb/RescueAVRAdapter.kicad_pcb b/pcb/RescueAVRAdapter.kicad_pcb
new file mode 100644
index 0000000..df43b53
--- /dev/null
+++ b/pcb/RescueAVRAdapter.kicad_pcb
@@ -0,0 +1,8993 @@
+(kicad_pcb
+ (version 20240108)
+ (generator "pcbnew")
+ (generator_version "8.0")
+ (general
+ (thickness 1.6)
+ (legacy_teardrops no)
+ )
+ (paper "A4")
+ (title_block
+ (date "mar. 31 mars 2015")
+ )
+ (layers
+ (0 "F.Cu" signal)
+ (31 "B.Cu" signal)
+ (32 "B.Adhes" user "B.Adhesive")
+ (33 "F.Adhes" user "F.Adhesive")
+ (34 "B.Paste" user)
+ (35 "F.Paste" user)
+ (36 "B.SilkS" user "B.Silkscreen")
+ (37 "F.SilkS" user "F.Silkscreen")
+ (38 "B.Mask" user)
+ (39 "F.Mask" user)
+ (40 "Dwgs.User" user "User.Drawings")
+ (41 "Cmts.User" user "User.Comments")
+ (42 "Eco1.User" user "User.Eco1")
+ (43 "Eco2.User" user "User.Eco2")
+ (44 "Edge.Cuts" user)
+ (45 "Margin" user)
+ (46 "B.CrtYd" user "B.Courtyard")
+ (47 "F.CrtYd" user "F.Courtyard")
+ (48 "B.Fab" user)
+ (49 "F.Fab" user)
+ )
+ (setup
+ (stackup
+ (layer "F.SilkS"
+ (type "Top Silk Screen")
+ )
+ (layer "F.Paste"
+ (type "Top Solder Paste")
+ )
+ (layer "F.Mask"
+ (type "Top Solder Mask")
+ (color "Green")
+ (thickness 0.01)
+ )
+ (layer "F.Cu"
+ (type "copper")
+ (thickness 0.035)
+ )
+ (layer "dielectric 1"
+ (type "core")
+ (thickness 1.51)
+ (material "FR4")
+ (epsilon_r 4.5)
+ (loss_tangent 0.02)
+ )
+ (layer "B.Cu"
+ (type "copper")
+ (thickness 0.035)
+ )
+ (layer "B.Mask"
+ (type "Bottom Solder Mask")
+ (color "Green")
+ (thickness 0.01)
+ )
+ (layer "B.Paste"
+ (type "Bottom Solder Paste")
+ )
+ (layer "B.SilkS"
+ (type "Bottom Silk Screen")
+ )
+ (copper_finish "None")
+ (dielectric_constraints no)
+ )
+ (pad_to_mask_clearance 0)
+ (allow_soldermask_bridges_in_footprints no)
+ (aux_axis_origin 100 100)
+ (grid_origin 146.475 62.911)
+ (pcbplotparams
+ (layerselection 0x0000030_80000001)
+ (plot_on_all_layers_selection 0x0000000_00000000)
+ (disableapertmacros no)
+ (usegerberextensions no)
+ (usegerberattributes yes)
+ (usegerberadvancedattributes yes)
+ (creategerberjobfile yes)
+ (dashed_line_dash_ratio 12.000000)
+ (dashed_line_gap_ratio 3.000000)
+ (svgprecision 6)
+ (plotframeref no)
+ (viasonmask no)
+ (mode 1)
+ (useauxorigin no)
+ (hpglpennumber 1)
+ (hpglpenspeed 20)
+ (hpglpendiameter 15.000000)
+ (pdf_front_fp_property_popups yes)
+ (pdf_back_fp_property_popups yes)
+ (dxfpolygonmode yes)
+ (dxfimperialunits yes)
+ (dxfusepcbnewfont yes)
+ (psnegative no)
+ (psa4output no)
+ (plotreference yes)
+ (plotvalue yes)
+ (plotfptext yes)
+ (plotinvisibletext no)
+ (sketchpadsonfab no)
+ (subtractmaskfromsilk no)
+ (outputformat 1)
+ (mirror no)
+ (drillshape 1)
+ (scaleselection 1)
+ (outputdirectory "")
+ )
+ )
+ (net 0 "")
+ (net 1 "GND")
+ (net 2 "Net-(J5-Pin_12)")
+ (net 3 "/XA0")
+ (net 4 "/D7")
+ (net 5 "/HVRES")
+ (net 6 "/D6")
+ (net 7 "/~{OE}")
+ (net 8 "/D5")
+ (net 9 "/D4")
+ (net 10 "/XTAL1")
+ (net 11 "/D2")
+ (net 12 "/~{WR}")
+ (net 13 "unconnected-(J6-Pin_1-Pad1)")
+ (net 14 "/D0")
+ (net 15 "/RDY")
+ (net 16 "/D1")
+ (net 17 "/BS1")
+ (net 18 "/D3")
+ (net 19 "/XA1")
+ (net 20 "/BS2")
+ (net 21 "unconnected-(J6-Pin_8-Pad8)")
+ (net 22 "unconnected-(J6-Pin_3-Pad3)")
+ (net 23 "unconnected-(J6-Pin_5-Pad5)")
+ (net 24 "unconnected-(J6-Pin_4-Pad4)")
+ (net 25 "unconnected-(J6-Pin_2-Pad2)")
+ (net 26 "unconnected-(J6-Pin_6-Pad6)")
+ (net 27 "unconnected-(U1-PC7-Pad29)")
+ (net 28 "unconnected-(U1-PA7-Pad33)")
+ (net 29 "unconnected-(U1-PA2-Pad38)")
+ (net 30 "unconnected-(U1-PD0-Pad14)")
+ (net 31 "unconnected-(U1-PC6-Pad28)")
+ (net 32 "unconnected-(U1-PC2-Pad24)")
+ (net 33 "unconnected-(U1-PC4-Pad26)")
+ (net 34 "unconnected-(U1-PC5-Pad27)")
+ (net 35 "unconnected-(U1-PA3-Pad37)")
+ (net 36 "unconnected-(U1-PA5-Pad35)")
+ (net 37 "unconnected-(U1-PA4-Pad36)")
+ (net 38 "unconnected-(U1-PA6-Pad34)")
+ (net 39 "unconnected-(U1-AREF-Pad32)")
+ (net 40 "unconnected-(U1-PC3-Pad25)")
+ (net 41 "unconnected-(U1-PC0-Pad22)")
+ (net 42 "unconnected-(U1-PA1-Pad39)")
+ (net 43 "unconnected-(U1-XTAL2-Pad12)")
+ (net 44 "unconnected-(U1-PC1-Pad23)")
+ (net 45 "unconnected-(U2-PA4-Pad35)")
+ (net 46 "unconnected-(U2-PE0-Pad31)")
+ (net 47 "unconnected-(U2-PA6-Pad33)")
+ (net 48 "unconnected-(U2-PC7-Pad28)")
+ (net 49 "unconnected-(U2-PA3-Pad36)")
+ (net 50 "unconnected-(U2-PE2-Pad29)")
+ (net 51 "unconnected-(U2-PC3-Pad24)")
+ (net 52 "unconnected-(U2-PD0-Pad10)")
+ (net 53 "unconnected-(U2-PC0-Pad21)")
+ (net 54 "unconnected-(U2-PA7-Pad32)")
+ (net 55 "unconnected-(U2-PA5-Pad34)")
+ (net 56 "unconnected-(U2-PC2-Pad23)")
+ (net 57 "unconnected-(U2-PC1-Pad22)")
+ (net 58 "unconnected-(U2-PC4-Pad25)")
+ (net 59 "unconnected-(U2-XTAL2-Pad18)")
+ (net 60 "unconnected-(U2-PE1-Pad30)")
+ (net 61 "unconnected-(U2-PC5-Pad26)")
+ (net 62 "unconnected-(U2-PC6-Pad27)")
+ (net 63 "unconnected-(U2-PA1-Pad38)")
+ (net 64 "unconnected-(U2-PA2-Pad37)")
+ (net 65 "unconnected-(U3-PD0-Pad2)")
+ (net 66 "unconnected-(U3-PA1{slash}XTAL2-Pad4)")
+ (footprint "Package_DIP:DIP-40_W15.24mm"
+ (layer "F.Cu")
+ (uuid "11248dab-47f2-42a6-bd7b-757689950ffc")
+ (at 102.025 90.216 90)
+ (descr "40-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils)")
+ (tags "THT DIP DIL PDIP 2.54mm 15.24mm 600mil")
+ (property "Reference" "U1"
+ (at 7.62 -2.33 90)
+ (layer "F.SilkS")
+ (uuid "aeb20387-1a32-43c7-9964-ed8b01874c0d")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "ATmega16A-P"
+ (at 7.62 50.59 90)
+ (layer "F.Fab")
+ (uuid "a8d0f5e7-2a49-4402-8eff-28ce728818d5")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Footprint" "Package_DIP:DIP-40_W15.24mm"
+ (at 0 0 90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "38017a6b-3cca-4f2c-b4ea-0434235cd895")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-8154-8-bit-AVR-ATmega16A_Datasheet.pdf"
+ (at 0 0 90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "3bee4f42-250a-42eb-b87e-f49811005646")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" "16MHz, 16kB Flash, 1kB SRAM, 512B EEPROM, JTAG, DIP-40"
+ (at 0 0 90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "ac897752-b4c0-4017-95ed-ad6a2868ab58")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "DIP*W15.24mm*")
+ (path "/a4b3a08e-fbb8-4e3c-9140-9386a8bf7c2e")
+ (sheetname "Root")
+ (sheetfile "RescueAVRAdapter.kicad_sch")
+ (attr through_hole)
+ (fp_line
+ (start 14.08 -1.33)
+ (end 8.62 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "17056163-8c95-491b-9116-24b9ee0d4db6")
+ )
+ (fp_line
+ (start 6.62 -1.33)
+ (end 1.16 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "c6c8c7eb-0be5-4a88-baa7-b460a1d3d834")
+ )
+ (fp_line
+ (start 1.16 -1.33)
+ (end 1.16 49.59)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "56cf7e68-f363-495d-b8e8-c8011ff1f922")
+ )
+ (fp_line
+ (start 14.08 49.59)
+ (end 14.08 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "164ea380-e924-4336-b162-07a031a42ba2")
+ )
+ (fp_line
+ (start 1.16 49.59)
+ (end 14.08 49.59)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "2aa20049-21fa-4ec2-8c07-af3c643e150b")
+ )
+ (fp_arc
+ (start 8.62 -1.33)
+ (mid 7.62 -0.33)
+ (end 6.62 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "311c4c66-5f31-41eb-b183-3f779d4859b0")
+ )
+ (fp_line
+ (start 16.3 -1.55)
+ (end -1.05 -1.55)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "0845c74e-7ad3-43ef-9284-1c902bb8ca61")
+ )
+ (fp_line
+ (start -1.05 -1.55)
+ (end -1.05 49.8)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "40dd0b7a-eaf9-4dca-9ec0-e2d0bf9d61c8")
+ )
+ (fp_line
+ (start 16.3 49.8)
+ (end 16.3 -1.55)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "6a8ee333-e237-4135-a279-6f97beeddd98")
+ )
+ (fp_line
+ (start -1.05 49.8)
+ (end 16.3 49.8)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "724d7b2e-71b7-4599-9388-a5006459b054")
+ )
+ (fp_line
+ (start 14.985 -1.27)
+ (end 14.985 49.53)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "38f263ca-f8e8-4e20-9028-1490d211a91f")
+ )
+ (fp_line
+ (start 1.255 -1.27)
+ (end 14.985 -1.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "a19ae226-a4f4-4051-ba50-d124608f3c79")
+ )
+ (fp_line
+ (start 0.255 -0.27)
+ (end 1.255 -1.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "bc570fd9-d95d-4e87-92fb-ae7c3d4503f8")
+ )
+ (fp_line
+ (start 14.985 49.53)
+ (end 0.255 49.53)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "e571b2a8-18d1-47d6-9ade-94085e9f8b78")
+ )
+ (fp_line
+ (start 0.255 49.53)
+ (end 0.255 -0.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "ef77038d-6a2e-4a1f-a2fd-c6bed40976cb")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 7.62 24.13 90)
+ (layer "F.Fab")
+ (uuid "60141d3d-998f-416a-9820-919718b68abf")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (pad "1" thru_hole rect
+ (at 0 0 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 14 "/D0")
+ (pinfunction "PB0")
+ (pintype "bidirectional")
+ (uuid "5880bb8c-4330-42a5-a436-f304cbe344b1")
+ )
+ (pad "2" thru_hole oval
+ (at 0 2.54 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 16 "/D1")
+ (pinfunction "PB1")
+ (pintype "bidirectional")
+ (uuid "f72a4901-defc-48ac-af48-041c74e8d657")
+ )
+ (pad "3" thru_hole oval
+ (at 0 5.08 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 11 "/D2")
+ (pinfunction "PB2")
+ (pintype "bidirectional")
+ (uuid "3039778b-e064-436b-a970-e374c3d47677")
+ )
+ (pad "4" thru_hole oval
+ (at 0 7.62 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 18 "/D3")
+ (pinfunction "PB3")
+ (pintype "bidirectional")
+ (uuid "3db88275-3b6b-4286-a7bb-7c46bde4e05f")
+ )
+ (pad "5" thru_hole oval
+ (at 0 10.16 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 9 "/D4")
+ (pinfunction "PB4")
+ (pintype "bidirectional")
+ (uuid "245c0868-e070-4433-aaf0-a3698e1a1f2e")
+ )
+ (pad "6" thru_hole oval
+ (at 0 12.7 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 8 "/D5")
+ (pinfunction "PB5")
+ (pintype "bidirectional")
+ (uuid "5bfec484-6fea-47c5-980b-870637b9161b")
+ )
+ (pad "7" thru_hole oval
+ (at 0 15.24 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 6 "/D6")
+ (pinfunction "PB6")
+ (pintype "bidirectional")
+ (uuid "89183d85-ede5-401f-ae3a-42ec8a0b1ff6")
+ )
+ (pad "8" thru_hole oval
+ (at 0 17.78 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 4 "/D7")
+ (pinfunction "PB7")
+ (pintype "bidirectional")
+ (uuid "f5923b58-1ffc-4fb1-885d-dc33ea4ec0d6")
+ )
+ (pad "9" thru_hole oval
+ (at 0 20.32 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 5 "/HVRES")
+ (pinfunction "~{RESET}")
+ (pintype "input")
+ (uuid "bee023e4-1479-4d32-a2ac-819a539a2e8a")
+ )
+ (pad "10" thru_hole oval
+ (at 0 22.86 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 2 "Net-(J5-Pin_12)")
+ (pinfunction "VCC")
+ (pintype "power_in")
+ (uuid "38d85b98-f385-4242-a76d-1e95acea69bd")
+ )
+ (pad "11" thru_hole oval
+ (at 0 25.4 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 1 "GND")
+ (pinfunction "GND")
+ (pintype "power_in")
+ (uuid "62dbc2a1-2f6b-4712-8789-d8c8858caab1")
+ )
+ (pad "12" thru_hole oval
+ (at 0 27.94 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 43 "unconnected-(U1-XTAL2-Pad12)")
+ (pinfunction "XTAL2")
+ (pintype "output+no_connect")
+ (uuid "f6af9a7f-93e8-4e37-aed4-8d9f6fa2340d")
+ )
+ (pad "13" thru_hole oval
+ (at 0 30.48 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 10 "/XTAL1")
+ (pinfunction "XTAL1")
+ (pintype "input")
+ (uuid "5e82689a-0d22-4523-8177-c856f140a792")
+ )
+ (pad "14" thru_hole oval
+ (at 0 33.02 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 30 "unconnected-(U1-PD0-Pad14)")
+ (pinfunction "PD0")
+ (pintype "bidirectional+no_connect")
+ (uuid "69d34932-fed8-4b90-a52b-e978f1cdd4ca")
+ )
+ (pad "15" thru_hole oval
+ (at 0 35.56 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 15 "/RDY")
+ (pinfunction "PD1")
+ (pintype "bidirectional")
+ (uuid "11f7a4e9-822e-4757-854c-6a9e531bdbfd")
+ )
+ (pad "16" thru_hole oval
+ (at 0 38.1 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 7 "/~{OE}")
+ (pinfunction "PD2")
+ (pintype "bidirectional")
+ (uuid "85e29d9f-92ee-4066-92be-cde46fc4d18e")
+ )
+ (pad "17" thru_hole oval
+ (at 0 40.64 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 12 "/~{WR}")
+ (pinfunction "PD3")
+ (pintype "bidirectional")
+ (uuid "ee52b152-0f90-4db9-a921-76ce81d8da02")
+ )
+ (pad "18" thru_hole oval
+ (at 0 43.18 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 17 "/BS1")
+ (pinfunction "PD4")
+ (pintype "bidirectional")
+ (uuid "e7cb23ac-9e90-420b-a202-540aa9baccbe")
+ )
+ (pad "19" thru_hole oval
+ (at 0 45.72 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 3 "/XA0")
+ (pinfunction "PD5")
+ (pintype "bidirectional")
+ (uuid "4a9eb891-4772-47a8-bc3b-c01ab0d6f96d")
+ )
+ (pad "20" thru_hole oval
+ (at 0 48.26 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 19 "/XA1")
+ (pinfunction "PD6")
+ (pintype "bidirectional")
+ (uuid "63e8e630-fdbc-4322-ab57-b348b1e6f2a3")
+ )
+ (pad "21" thru_hole oval
+ (at 15.24 48.26 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 1 "GND")
+ (pinfunction "PD7")
+ (pintype "bidirectional")
+ (uuid "568b4bbe-9fe7-4f07-b90e-92ef164d15df")
+ )
+ (pad "22" thru_hole oval
+ (at 15.24 45.72 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 41 "unconnected-(U1-PC0-Pad22)")
+ (pinfunction "PC0")
+ (pintype "bidirectional+no_connect")
+ (uuid "e994ae49-e3cb-4849-ac31-6e084ac03f65")
+ )
+ (pad "23" thru_hole oval
+ (at 15.24 43.18 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 44 "unconnected-(U1-PC1-Pad23)")
+ (pinfunction "PC1")
+ (pintype "bidirectional+no_connect")
+ (uuid "ffa3b4b6-0ea6-49a1-9d73-45f53c959d12")
+ )
+ (pad "24" thru_hole oval
+ (at 15.24 40.64 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 32 "unconnected-(U1-PC2-Pad24)")
+ (pinfunction "PC2")
+ (pintype "bidirectional+no_connect")
+ (uuid "6e1ecbe7-5f35-4647-ba59-0826277117ad")
+ )
+ (pad "25" thru_hole oval
+ (at 15.24 38.1 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 40 "unconnected-(U1-PC3-Pad25)")
+ (pinfunction "PC3")
+ (pintype "bidirectional+no_connect")
+ (uuid "d632f03d-cc57-48b2-91fd-38c40472303a")
+ )
+ (pad "26" thru_hole oval
+ (at 15.24 35.56 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 33 "unconnected-(U1-PC4-Pad26)")
+ (pinfunction "PC4")
+ (pintype "bidirectional+no_connect")
+ (uuid "7c0552b8-23a4-4359-a3c1-35f326a61592")
+ )
+ (pad "27" thru_hole oval
+ (at 15.24 33.02 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 34 "unconnected-(U1-PC5-Pad27)")
+ (pinfunction "PC5")
+ (pintype "bidirectional+no_connect")
+ (uuid "87afb247-6d5e-4f24-96c3-fc417f10d0ed")
+ )
+ (pad "28" thru_hole oval
+ (at 15.24 30.48 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 31 "unconnected-(U1-PC6-Pad28)")
+ (pinfunction "PC6")
+ (pintype "bidirectional+no_connect")
+ (uuid "6cde5f6d-8fb3-45fd-ac3c-2416394ade06")
+ )
+ (pad "29" thru_hole oval
+ (at 15.24 27.94 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 27 "unconnected-(U1-PC7-Pad29)")
+ (pinfunction "PC7")
+ (pintype "bidirectional+no_connect")
+ (uuid "3fe7b4b8-f7c9-47a4-b438-33ba209cd050")
+ )
+ (pad "30" thru_hole oval
+ (at 15.24 25.4 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 2 "Net-(J5-Pin_12)")
+ (pinfunction "AVCC")
+ (pintype "power_in")
+ (uuid "81c37faa-8ae9-4b5b-aa29-1c2eaea57592")
+ )
+ (pad "31" thru_hole oval
+ (at 15.24 22.86 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 1 "GND")
+ (pinfunction "GND")
+ (pintype "passive")
+ (uuid "87ae201c-dfd2-49b7-98e5-036c12fef896")
+ )
+ (pad "32" thru_hole oval
+ (at 15.24 20.32 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 39 "unconnected-(U1-AREF-Pad32)")
+ (pinfunction "AREF")
+ (pintype "passive+no_connect")
+ (uuid "b6ec4a60-d746-4fb4-b111-455d3c258735")
+ )
+ (pad "33" thru_hole oval
+ (at 15.24 17.78 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 28 "unconnected-(U1-PA7-Pad33)")
+ (pinfunction "PA7")
+ (pintype "bidirectional+no_connect")
+ (uuid "4d11f034-0906-4050-aef2-4a1b044da14f")
+ )
+ (pad "34" thru_hole oval
+ (at 15.24 15.24 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 38 "unconnected-(U1-PA6-Pad34)")
+ (pinfunction "PA6")
+ (pintype "bidirectional+no_connect")
+ (uuid "b3272129-1a82-4bdd-b9bb-78b877606cea")
+ )
+ (pad "35" thru_hole oval
+ (at 15.24 12.7 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 36 "unconnected-(U1-PA5-Pad35)")
+ (pinfunction "PA5")
+ (pintype "bidirectional+no_connect")
+ (uuid "a39366ca-e410-4677-bbc4-4d62ee09015c")
+ )
+ (pad "36" thru_hole oval
+ (at 15.24 10.16 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 37 "unconnected-(U1-PA4-Pad36)")
+ (pinfunction "PA4")
+ (pintype "bidirectional+no_connect")
+ (uuid "aafb3dc5-fe32-413a-8079-41d8c47450c3")
+ )
+ (pad "37" thru_hole oval
+ (at 15.24 7.62 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 35 "unconnected-(U1-PA3-Pad37)")
+ (pinfunction "PA3")
+ (pintype "bidirectional+no_connect")
+ (uuid "8fe50956-b0b3-4afa-b973-bfe08a6b651c")
+ )
+ (pad "38" thru_hole oval
+ (at 15.24 5.08 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 29 "unconnected-(U1-PA2-Pad38)")
+ (pinfunction "PA2")
+ (pintype "bidirectional+no_connect")
+ (uuid "516c59fe-7bb3-46d3-b30c-72834fb0177f")
+ )
+ (pad "39" thru_hole oval
+ (at 15.24 2.54 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 42 "unconnected-(U1-PA1-Pad39)")
+ (pinfunction "PA1")
+ (pintype "bidirectional+no_connect")
+ (uuid "f5d02ea5-438b-4eaf-8893-fda4ffefe1a3")
+ )
+ (pad "40" thru_hole oval
+ (at 15.24 0 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 20 "/BS2")
+ (pinfunction "PA0")
+ (pintype "bidirectional")
+ (uuid "86e80d34-e4cb-4769-a339-9499fa98c9ee")
+ )
+ (model "${KICAD8_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-40_W15.24mm.wrl"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Package_DIP:DIP-40_W15.24mm"
+ (layer "F.Cu")
+ (uuid "1bcf9748-1edf-42f3-bf28-a3a7b0925407")
+ (at 102.025 71.801 90)
+ (descr "40-lead though-hole mounted DIP package, row spacing 15.24 mm (600 mils)")
+ (tags "THT DIP DIL PDIP 2.54mm 15.24mm 600mil")
+ (property "Reference" "U2"
+ (at 7.62 -2.33 90)
+ (layer "F.SilkS")
+ (uuid "efa540a0-430e-45b5-85d2-96587d86589b")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "ATmega162-16P"
+ (at 7.62 50.59 90)
+ (layer "F.Fab")
+ (uuid "e1f4bc2a-5ef0-4bbc-97b4-70067b30e6bc")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Footprint" "Package_DIP:DIP-40_W15.24mm"
+ (at 0 0 90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "5f458059-c04f-4a4c-952d-a7eb1b0aa0d3")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-2513-8-bit-AVR-Microntroller-ATmega162_Datasheet.pdf"
+ (at 0 0 90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "638756e6-f38a-4d56-bbed-e8cee2a7ee99")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" "16MHz, 16kB Flash, 1kB SRAM, 512B EEPROM, JTAG, DIP-40"
+ (at 0 0 90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "f309d9d4-d158-4fc1-a562-431aece4cfed")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "DIP*W15.24mm*")
+ (path "/861e29df-218d-4d7a-899e-22d4828f8309")
+ (sheetname "Root")
+ (sheetfile "RescueAVRAdapter.kicad_sch")
+ (attr through_hole)
+ (fp_line
+ (start 14.08 -1.33)
+ (end 8.62 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "7c674244-88ef-4a9b-b13f-7897e1c05b8d")
+ )
+ (fp_line
+ (start 6.62 -1.33)
+ (end 1.16 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "9d85f244-e975-4703-81f3-697a79b56ed1")
+ )
+ (fp_line
+ (start 1.16 -1.33)
+ (end 1.16 49.59)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "fccc2e37-dccf-4659-924c-e0a6b21edf27")
+ )
+ (fp_line
+ (start 14.08 49.59)
+ (end 14.08 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "ca64200b-12cc-42d7-a329-e7501b0733c3")
+ )
+ (fp_line
+ (start 1.16 49.59)
+ (end 14.08 49.59)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "89f53276-a70c-4691-b733-88df6ed5382e")
+ )
+ (fp_arc
+ (start 8.62 -1.33)
+ (mid 7.62 -0.33)
+ (end 6.62 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "58fa4709-907b-41f2-9a5b-70843a3826e4")
+ )
+ (fp_line
+ (start 16.3 -1.55)
+ (end -1.05 -1.55)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "8a35fd83-2a48-40fc-b534-db94a95e5dde")
+ )
+ (fp_line
+ (start -1.05 -1.55)
+ (end -1.05 49.8)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "154c272f-eca2-4089-bac1-086b87569e8c")
+ )
+ (fp_line
+ (start 16.3 49.8)
+ (end 16.3 -1.55)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "73456814-8d6d-4ab6-9ac5-b77e3ce49900")
+ )
+ (fp_line
+ (start -1.05 49.8)
+ (end 16.3 49.8)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "7aff8857-c99e-45d0-96ef-6e337a74edcf")
+ )
+ (fp_line
+ (start 14.985 -1.27)
+ (end 14.985 49.53)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "8a7e6e65-cb0a-4c17-9f4e-ce4ebddf98fd")
+ )
+ (fp_line
+ (start 1.255 -1.27)
+ (end 14.985 -1.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "dabb5350-c137-4eee-9c79-cd08e07ad417")
+ )
+ (fp_line
+ (start 0.255 -0.27)
+ (end 1.255 -1.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "93fe693c-7f49-487d-9db0-cbb8fa71977d")
+ )
+ (fp_line
+ (start 14.985 49.53)
+ (end 0.255 49.53)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "d0ad2249-fcef-4f6f-87a0-6d746c62e2ff")
+ )
+ (fp_line
+ (start 0.255 49.53)
+ (end 0.255 -0.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "900713b9-a4fb-42ad-a518-497d2a5888f1")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 7.62 24.13 90)
+ (layer "F.Fab")
+ (uuid "5359fe84-8ca3-4cc8-9adf-8d881d8c4119")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (pad "1" thru_hole rect
+ (at 0 0 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 14 "/D0")
+ (pinfunction "PB0")
+ (pintype "bidirectional")
+ (uuid "2bd3e861-296f-4e38-ae52-56c224007e5c")
+ )
+ (pad "2" thru_hole oval
+ (at 0 2.54 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 16 "/D1")
+ (pinfunction "PB1")
+ (pintype "bidirectional")
+ (uuid "89a21cea-3b87-4d8b-886e-9334e5e0bd21")
+ )
+ (pad "3" thru_hole oval
+ (at 0 5.08 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 11 "/D2")
+ (pinfunction "PB2")
+ (pintype "bidirectional")
+ (uuid "afde0595-6ed8-41e3-8d06-9ed281d373bf")
+ )
+ (pad "4" thru_hole oval
+ (at 0 7.62 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 18 "/D3")
+ (pinfunction "PB3")
+ (pintype "bidirectional")
+ (uuid "0bab7852-8c76-4db3-8c37-f57c3a770406")
+ )
+ (pad "5" thru_hole oval
+ (at 0 10.16 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 9 "/D4")
+ (pinfunction "PB4")
+ (pintype "bidirectional")
+ (uuid "07451422-7371-4a48-8e59-163defd24be2")
+ )
+ (pad "6" thru_hole oval
+ (at 0 12.7 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 8 "/D5")
+ (pinfunction "PB5")
+ (pintype "bidirectional")
+ (uuid "ec101c00-f220-4cb9-b494-c68045698372")
+ )
+ (pad "7" thru_hole oval
+ (at 0 15.24 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 6 "/D6")
+ (pinfunction "PB6")
+ (pintype "bidirectional")
+ (uuid "774448a6-102c-4058-93e2-be7090c170c1")
+ )
+ (pad "8" thru_hole oval
+ (at 0 17.78 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 4 "/D7")
+ (pinfunction "PB7")
+ (pintype "bidirectional")
+ (uuid "0504cf0a-cf02-4998-bbc7-e2a82c849575")
+ )
+ (pad "9" thru_hole oval
+ (at 0 20.32 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 5 "/HVRES")
+ (pinfunction "~{RESET}")
+ (pintype "input")
+ (uuid "06870e6a-e6ad-4dd8-9ee3-f9a91166ccaa")
+ )
+ (pad "10" thru_hole oval
+ (at 0 22.86 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 52 "unconnected-(U2-PD0-Pad10)")
+ (pinfunction "PD0")
+ (pintype "bidirectional+no_connect")
+ (uuid "47cab6cd-c149-424d-a59a-d7721ae7ee7f")
+ )
+ (pad "11" thru_hole oval
+ (at 0 25.4 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 15 "/RDY")
+ (pinfunction "PD1")
+ (pintype "bidirectional")
+ (uuid "33bbbcbe-13f7-48b2-81af-2cd3879ee0cc")
+ )
+ (pad "12" thru_hole oval
+ (at 0 27.94 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 7 "/~{OE}")
+ (pinfunction "PD2")
+ (pintype "bidirectional")
+ (uuid "0f261c10-90e1-43c2-9967-fb6cfc7cb185")
+ )
+ (pad "13" thru_hole oval
+ (at 0 30.48 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 12 "/~{WR}")
+ (pinfunction "PD3")
+ (pintype "bidirectional")
+ (uuid "5a994df6-44b4-4801-8edf-658d4aaa107c")
+ )
+ (pad "14" thru_hole oval
+ (at 0 33.02 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 17 "/BS1")
+ (pinfunction "PD4")
+ (pintype "bidirectional")
+ (uuid "80b35a05-405b-410a-b449-ec8ad4fb402e")
+ )
+ (pad "15" thru_hole oval
+ (at 0 35.56 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 3 "/XA0")
+ (pinfunction "PD5")
+ (pintype "bidirectional")
+ (uuid "80b3545e-531a-4877-a6e1-4d9e1905e2cb")
+ )
+ (pad "16" thru_hole oval
+ (at 0 38.1 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 19 "/XA1")
+ (pinfunction "PD6")
+ (pintype "bidirectional")
+ (uuid "d307fadd-fd03-4774-9a96-85d15212bcf0")
+ )
+ (pad "17" thru_hole oval
+ (at 0 40.64 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 1 "GND")
+ (pinfunction "PD7")
+ (pintype "bidirectional")
+ (uuid "48f2d327-5f08-419c-9867-dc8c1e773d73")
+ )
+ (pad "18" thru_hole oval
+ (at 0 43.18 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 59 "unconnected-(U2-XTAL2-Pad18)")
+ (pinfunction "XTAL2")
+ (pintype "output+no_connect")
+ (uuid "cd11dcb1-6e36-482a-8152-3189452926ea")
+ )
+ (pad "19" thru_hole oval
+ (at 0 45.72 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 10 "/XTAL1")
+ (pinfunction "XTAL1")
+ (pintype "input")
+ (uuid "7984c0ba-27dc-499b-b0eb-7a31f0c19a9b")
+ )
+ (pad "20" thru_hole oval
+ (at 0 48.26 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 1 "GND")
+ (pinfunction "GND")
+ (pintype "power_in")
+ (uuid "0343fb02-e776-4a37-803b-56f51f6080cc")
+ )
+ (pad "21" thru_hole oval
+ (at 15.24 48.26 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 53 "unconnected-(U2-PC0-Pad21)")
+ (pinfunction "PC0")
+ (pintype "bidirectional+no_connect")
+ (uuid "515e611f-6b07-4252-a435-0acb50a13975")
+ )
+ (pad "22" thru_hole oval
+ (at 15.24 45.72 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 57 "unconnected-(U2-PC1-Pad22)")
+ (pinfunction "PC1")
+ (pintype "bidirectional+no_connect")
+ (uuid "8ff2e43f-326e-46fd-9f9e-d1790d24a553")
+ )
+ (pad "23" thru_hole oval
+ (at 15.24 43.18 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 56 "unconnected-(U2-PC2-Pad23)")
+ (pinfunction "PC2")
+ (pintype "bidirectional+no_connect")
+ (uuid "8d8a2a9f-a464-4070-a824-153d39fd32cf")
+ )
+ (pad "24" thru_hole oval
+ (at 15.24 40.64 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 51 "unconnected-(U2-PC3-Pad24)")
+ (pinfunction "PC3")
+ (pintype "bidirectional+no_connect")
+ (uuid "3e712806-3786-4c94-b73e-ab212529ce4a")
+ )
+ (pad "25" thru_hole oval
+ (at 15.24 38.1 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 58 "unconnected-(U2-PC4-Pad25)")
+ (pinfunction "PC4")
+ (pintype "bidirectional+no_connect")
+ (uuid "95a8e8e3-32c1-4c63-a0b4-bbb9879f696f")
+ )
+ (pad "26" thru_hole oval
+ (at 15.24 35.56 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 61 "unconnected-(U2-PC5-Pad26)")
+ (pinfunction "PC5")
+ (pintype "bidirectional+no_connect")
+ (uuid "da1f6af6-05f0-4123-8bac-4f0d49c0d650")
+ )
+ (pad "27" thru_hole oval
+ (at 15.24 33.02 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 62 "unconnected-(U2-PC6-Pad27)")
+ (pinfunction "PC6")
+ (pintype "bidirectional+no_connect")
+ (uuid "e2c0ce11-1936-485e-9475-62341f7adde4")
+ )
+ (pad "28" thru_hole oval
+ (at 15.24 30.48 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 48 "unconnected-(U2-PC7-Pad28)")
+ (pinfunction "PC7")
+ (pintype "bidirectional+no_connect")
+ (uuid "2d5d293a-6190-415d-b88f-a00f27b53c62")
+ )
+ (pad "29" thru_hole oval
+ (at 15.24 27.94 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 50 "unconnected-(U2-PE2-Pad29)")
+ (pinfunction "PE2")
+ (pintype "bidirectional+no_connect")
+ (uuid "3591d040-bf72-4bb3-bc6b-01a4ec21f2e7")
+ )
+ (pad "30" thru_hole oval
+ (at 15.24 25.4 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 60 "unconnected-(U2-PE1-Pad30)")
+ (pinfunction "PE1")
+ (pintype "bidirectional+no_connect")
+ (uuid "d87797a1-74bf-4a5a-beb7-8c00d3f3f75f")
+ )
+ (pad "31" thru_hole oval
+ (at 15.24 22.86 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 46 "unconnected-(U2-PE0-Pad31)")
+ (pinfunction "PE0")
+ (pintype "bidirectional+no_connect")
+ (uuid "0ba072ec-355d-4df9-9516-eac90d845731")
+ )
+ (pad "32" thru_hole oval
+ (at 15.24 20.32 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 54 "unconnected-(U2-PA7-Pad32)")
+ (pinfunction "PA7")
+ (pintype "bidirectional+no_connect")
+ (uuid "5782cfbb-fa23-4515-9d0e-355da18ac514")
+ )
+ (pad "33" thru_hole oval
+ (at 15.24 17.78 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 47 "unconnected-(U2-PA6-Pad33)")
+ (pinfunction "PA6")
+ (pintype "bidirectional+no_connect")
+ (uuid "1d93c2a8-6184-4d77-b5d0-701a93083586")
+ )
+ (pad "34" thru_hole oval
+ (at 15.24 15.24 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 55 "unconnected-(U2-PA5-Pad34)")
+ (pinfunction "PA5")
+ (pintype "bidirectional+no_connect")
+ (uuid "82d487dc-f4ff-4c40-98af-019aedd4fd96")
+ )
+ (pad "35" thru_hole oval
+ (at 15.24 12.7 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 45 "unconnected-(U2-PA4-Pad35)")
+ (pinfunction "PA4")
+ (pintype "bidirectional+no_connect")
+ (uuid "03c6d3af-9d27-4ba1-9b11-d2611b4543c1")
+ )
+ (pad "36" thru_hole oval
+ (at 15.24 10.16 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 49 "unconnected-(U2-PA3-Pad36)")
+ (pinfunction "PA3")
+ (pintype "bidirectional+no_connect")
+ (uuid "334f19a9-f5c7-4b8a-a4d5-5e608408a049")
+ )
+ (pad "37" thru_hole oval
+ (at 15.24 7.62 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 64 "unconnected-(U2-PA2-Pad37)")
+ (pinfunction "PA2")
+ (pintype "bidirectional+no_connect")
+ (uuid "ecad0035-7dde-437c-958f-dae8dd1db458")
+ )
+ (pad "38" thru_hole oval
+ (at 15.24 5.08 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 63 "unconnected-(U2-PA1-Pad38)")
+ (pinfunction "PA1")
+ (pintype "bidirectional+no_connect")
+ (uuid "ebaa9556-e4bc-4bd0-9600-7c24c1a957a2")
+ )
+ (pad "39" thru_hole oval
+ (at 15.24 2.54 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 20 "/BS2")
+ (pinfunction "PA0")
+ (pintype "bidirectional")
+ (uuid "d0187be1-5643-4175-a006-a5f081358e23")
+ )
+ (pad "40" thru_hole oval
+ (at 15.24 0 90)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 2 "Net-(J5-Pin_12)")
+ (pinfunction "VCC")
+ (pintype "power_in")
+ (uuid "0cac282a-6d18-4f56-b7f4-7824b5d9456a")
+ )
+ (model "${KICAD8_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-40_W15.24mm.wrl"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Capacitor_THT:C_Disc_D7.5mm_W2.5mm_P5.00mm"
+ (layer "F.Cu")
+ (uuid "33d7aff8-a17b-42ec-9e09-06dc3a4a8434")
+ (at 166.16 76.841 90)
+ (descr "C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=7.5*2.5mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf")
+ (tags "C Disc series Radial pin pitch 5.00mm diameter 7.5mm width 2.5mm Capacitor")
+ (property "Reference" "C1"
+ (at 2.5 0 90)
+ (layer "F.SilkS")
+ (uuid "9e1aa5c3-5209-44ba-8848-4c0790f13436")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "100nF"
+ (at 2.5 2.5 90)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "305abefc-191d-410f-b8d8-5b106a183213")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Footprint" "Capacitor_THT:C_Disc_D7.5mm_W2.5mm_P5.00mm"
+ (at 0 0 90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "1798a051-6799-4805-8690-6be68bb9866d")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "2b7cbcc0-04fb-401a-bc8c-61cde4d2d286")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" "Unpolarized capacitor"
+ (at 0 0 90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "c8ed6f08-b121-413b-a1a1-b597e37dc27d")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "C_*")
+ (path "/fb6dc048-b73a-458b-97f1-7d1500ed6312")
+ (sheetname "Root")
+ (sheetfile "RescueAVRAdapter.kicad_sch")
+ (attr through_hole)
+ (fp_line
+ (start 6.37 -1.37)
+ (end 6.37 1.37)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "58137318-f373-4abe-9d02-43b709b126c3")
+ )
+ (fp_line
+ (start -1.37 -1.37)
+ (end 6.37 -1.37)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "adfb8c32-3944-4b18-b3f2-a0b5b1726404")
+ )
+ (fp_line
+ (start -1.37 -1.37)
+ (end -1.37 1.37)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "4853e9bc-2354-41a9-9ace-af79b4bd8f83")
+ )
+ (fp_line
+ (start -1.37 1.37)
+ (end 6.37 1.37)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "27258b07-6a25-4a01-af52-e23e99e31551")
+ )
+ (fp_line
+ (start 6.5 -1.5)
+ (end -1.5 -1.5)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "0a0bb6a4-fce6-49db-94d2-6c32d1c6ba18")
+ )
+ (fp_line
+ (start -1.5 -1.5)
+ (end -1.5 1.5)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "59df8d75-75c2-4048-89a8-2f1112850ff2")
+ )
+ (fp_line
+ (start 6.5 1.5)
+ (end 6.5 -1.5)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "1897b56c-a869-4a49-a254-37cb79db9e51")
+ )
+ (fp_line
+ (start -1.5 1.5)
+ (end 6.5 1.5)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "78a148a3-b063-491e-9a6c-da4657b88782")
+ )
+ (fp_line
+ (start 6.25 -1.25)
+ (end -1.25 -1.25)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "f3987b2f-af9f-4503-b427-ffd10c748542")
+ )
+ (fp_line
+ (start -1.25 -1.25)
+ (end -1.25 1.25)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "e2c27909-810c-4cb3-8253-66a0e393715c")
+ )
+ (fp_line
+ (start 6.25 1.25)
+ (end 6.25 -1.25)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "e7369118-8f1e-4579-b634-ba96701d8b9a")
+ )
+ (fp_line
+ (start -1.25 1.25)
+ (end 6.25 1.25)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "34256392-c642-462d-b81c-94a89c3de124")
+ )
+ (pad "1" thru_hole circle
+ (at 0 0 90)
+ (size 2 2)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 2 "Net-(J5-Pin_12)")
+ (pintype "passive")
+ (uuid "e93cf8e5-f51b-4529-a160-3885f0d9cb6d")
+ )
+ (pad "2" thru_hole circle
+ (at 5 0 90)
+ (size 2 2)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 1 "GND")
+ (pintype "passive")
+ (uuid "4eb430db-b567-4811-ab6f-1dd38f97dc13")
+ )
+ (model "${KICAD8_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D7.5mm_W2.5mm_P5.00mm.wrl"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Package_DIP:DIP-20_W7.62mm"
+ (layer "F.Cu")
+ (uuid "57d1895a-cf9a-41ba-a8c2-43bbb0318e2c")
+ (at 154.73 48.306)
+ (descr "20-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)")
+ (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil")
+ (property "Reference" "U4"
+ (at 3.81 -2.33 0)
+ (layer "F.SilkS")
+ (uuid "f148c310-ddce-4311-a7ca-62cbe1e37214")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "ATtiny861-20P"
+ (at 3.81 25.19 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "a5635412-ab18-466a-9a8a-c35c6c67f4ee")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Footprint" "Package_DIP:DIP-20_W7.62mm"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "5c113625-7324-4f8e-b2fe-168c4b751669")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/atmel-2588-8-bit-avr-microcontrollers-tinyavr-attiny261-attiny461-attiny861_datasheet.pdf"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "eb0acc1e-cdad-46bb-ad12-16a5e28a6cf0")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" "20MHz, 8kB Flash, 512B SRAM, 512B EEPROM, DIP-20"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "973fb31d-58f1-42f6-9dee-919b3781ec75")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "DIP*W7.62mm*")
+ (path "/65abf360-0dd2-4055-ad6c-9a773045d897")
+ (sheetname "Root")
+ (sheetfile "RescueAVRAdapter.kicad_sch")
+ (attr through_hole)
+ (fp_line
+ (start 1.16 -1.33)
+ (end 1.16 24.19)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "dfe88c50-d6c5-4bcd-be76-1548ce6b7835")
+ )
+ (fp_line
+ (start 1.16 24.19)
+ (end 6.46 24.19)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "f1849a05-4477-44c0-ae91-240217e3184b")
+ )
+ (fp_line
+ (start 2.81 -1.33)
+ (end 1.16 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "2767284d-8488-4902-be9c-8fcbc3a293a2")
+ )
+ (fp_line
+ (start 6.46 -1.33)
+ (end 4.81 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "25947c64-b029-48d2-80d7-d125f2733f1d")
+ )
+ (fp_line
+ (start 6.46 24.19)
+ (end 6.46 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "c7e5feff-9198-46c0-bee4-5fe9caf8c218")
+ )
+ (fp_arc
+ (start 4.81 -1.33)
+ (mid 3.81 -0.33)
+ (end 2.81 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "e002152a-2153-4de2-b65e-b5770126a5c6")
+ )
+ (fp_line
+ (start -1.1 -1.55)
+ (end -1.1 24.4)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "2ab2e974-139a-439f-b93f-3ae83618a97b")
+ )
+ (fp_line
+ (start -1.1 24.4)
+ (end 8.7 24.4)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "2bef6301-4a3d-4e3e-a7c5-c5483de6fa52")
+ )
+ (fp_line
+ (start 8.7 -1.55)
+ (end -1.1 -1.55)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "aebc4628-f46f-40d3-8f93-24e7d8bf4467")
+ )
+ (fp_line
+ (start 8.7 24.4)
+ (end 8.7 -1.55)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "5bffd206-d87f-477f-803f-86ff970a9058")
+ )
+ (fp_line
+ (start 0.635 -0.27)
+ (end 1.635 -1.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "290acf00-470d-4ef2-a284-1a051e876581")
+ )
+ (fp_line
+ (start 0.635 24.13)
+ (end 0.635 -0.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "95d8edcb-9fac-4ba3-a464-596f936576ae")
+ )
+ (fp_line
+ (start 1.635 -1.27)
+ (end 6.985 -1.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "7111ce6a-65e7-4ade-95bc-208e8db43bc9")
+ )
+ (fp_line
+ (start 6.985 -1.27)
+ (end 6.985 24.13)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "d5664ae7-22ed-40d6-9fc2-0d9ed009d347")
+ )
+ (fp_line
+ (start 6.985 24.13)
+ (end 0.635 24.13)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "fa26b21b-10d0-46f3-898e-e8031e714ebd")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 3.81 11.43 0)
+ (layer "F.Fab")
+ (uuid "a80bf4c3-4d3b-4bcf-87b9-d641760093db")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (pad "1" thru_hole rect
+ (at 0 0)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 12 "/~{WR}")
+ (pinfunction "PB0")
+ (pintype "bidirectional")
+ (uuid "119d0b3d-8569-4251-91fb-de7e5ca6ad14")
+ )
+ (pad "2" thru_hole oval
+ (at 0 2.54)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 3 "/XA0")
+ (pinfunction "PB1")
+ (pintype "bidirectional")
+ (uuid "8867aa1d-8471-4807-b8bd-d5c190c9cc1d")
+ )
+ (pad "3" thru_hole oval
+ (at 0 5.08)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 20 "/BS2")
+ (pinfunction "PB2")
+ (pintype "bidirectional")
+ (uuid "15d554bc-e8b5-4ab9-9b10-f3c06b200f2f")
+ )
+ (pad "4" thru_hole oval
+ (at 0 7.62)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 17 "/BS1")
+ (pinfunction "PB3")
+ (pintype "bidirectional")
+ (uuid "54c1ca3d-8225-4ecf-96b5-f9dda006c346")
+ )
+ (pad "5" thru_hole oval
+ (at 0 10.16)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 2 "Net-(J5-Pin_12)")
+ (pinfunction "VCC")
+ (pintype "power_in")
+ (uuid "ed2c52c9-6b9a-4c92-b4d7-e01991373837")
+ )
+ (pad "6" thru_hole oval
+ (at 0 12.7)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 1 "GND")
+ (pinfunction "GND")
+ (pintype "power_in")
+ (uuid "3b8d1b30-27d4-4457-bb06-215b31c7111b")
+ )
+ (pad "7" thru_hole oval
+ (at 0 15.24)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 10 "/XTAL1")
+ (pinfunction "XTAL1/PB4")
+ (pintype "bidirectional")
+ (uuid "a2d6d31a-dd81-4447-9d0c-9ebdcfd3dba8")
+ )
+ (pad "8" thru_hole oval
+ (at 0 17.78)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 7 "/~{OE}")
+ (pinfunction "XTAL2/PB5")
+ (pintype "bidirectional")
+ (uuid "63a63e21-9bec-4db3-a57d-5c41c55a6b21")
+ )
+ (pad "9" thru_hole oval
+ (at 0 20.32)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 15 "/RDY")
+ (pinfunction "PB6")
+ (pintype "bidirectional")
+ (uuid "f27afca3-3ed8-4690-8b44-ba04e78b9234")
+ )
+ (pad "10" thru_hole oval
+ (at 0 22.86)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 5 "/HVRES")
+ (pinfunction "~{RESET}/PB7")
+ (pintype "bidirectional")
+ (uuid "825153ba-acf8-494f-acb2-4e0c4c4a9b45")
+ )
+ (pad "11" thru_hole oval
+ (at 7.62 22.86)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 4 "/D7")
+ (pinfunction "PA7")
+ (pintype "bidirectional")
+ (uuid "9690c186-f5b9-46e3-9793-a3a6329fd166")
+ )
+ (pad "12" thru_hole oval
+ (at 7.62 20.32)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 6 "/D6")
+ (pinfunction "PA6")
+ (pintype "bidirectional")
+ (uuid "8272152b-2abd-48a8-9add-7e318c6e3075")
+ )
+ (pad "13" thru_hole oval
+ (at 7.62 17.78)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 8 "/D5")
+ (pinfunction "PA5")
+ (pintype "bidirectional")
+ (uuid "b2f2ef38-5410-4d28-9ea1-93820a4c7bdf")
+ )
+ (pad "14" thru_hole oval
+ (at 7.62 15.24)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 9 "/D4")
+ (pinfunction "PA4")
+ (pintype "bidirectional")
+ (uuid "a049c221-b0e6-43cd-a1bb-207237381754")
+ )
+ (pad "15" thru_hole oval
+ (at 7.62 12.7)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 2 "Net-(J5-Pin_12)")
+ (pinfunction "AVCC")
+ (pintype "power_in")
+ (uuid "1adbf9d3-e4ba-4918-9afa-59b2ee69f50c")
+ )
+ (pad "16" thru_hole oval
+ (at 7.62 10.16)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 1 "GND")
+ (pinfunction "AGND")
+ (pintype "power_in")
+ (uuid "9048c0d1-c08b-4eb7-ab36-06025f319dd1")
+ )
+ (pad "17" thru_hole oval
+ (at 7.62 7.62)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 18 "/D3")
+ (pinfunction "AREF/PA3")
+ (pintype "bidirectional")
+ (uuid "3badd06c-b582-4181-b80a-211ad09a6c16")
+ )
+ (pad "18" thru_hole oval
+ (at 7.62 5.08)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 11 "/D2")
+ (pinfunction "PA2")
+ (pintype "bidirectional")
+ (uuid "6b1cfe69-7855-40d9-9385-72315b90bc57")
+ )
+ (pad "19" thru_hole oval
+ (at 7.62 2.54)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 16 "/D1")
+ (pinfunction "PA1")
+ (pintype "bidirectional")
+ (uuid "2310df09-de52-4507-9c40-82f3d758b0f5")
+ )
+ (pad "20" thru_hole oval
+ (at 7.62 0)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 14 "/D0")
+ (pinfunction "PA0")
+ (pintype "bidirectional")
+ (uuid "fd297bcd-53f4-4937-a734-7bc16e8c0e78")
+ )
+ (model "${KICAD8_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-20_W7.62mm.wrl"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Package_DIP:DIP-20_W7.62mm"
+ (layer "F.Cu")
+ (uuid "5dc7ab13-69da-4f94-8a77-f5830adaa4fd")
+ (at 154.73 75.611)
+ (descr "20-lead though-hole mounted DIP package, row spacing 7.62 mm (300 mils)")
+ (tags "THT DIP DIL PDIP 2.54mm 7.62mm 300mil")
+ (property "Reference" "U3"
+ (at 3.81 -2.33 0)
+ (layer "F.SilkS")
+ (uuid "8e4003b6-c908-4ee1-bc32-87fa3dfb8871")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "ATtiny2313-20P"
+ (at 3.81 25.19 0)
+ (layer "F.Fab")
+ (uuid "2c6f9494-94c5-4464-8694-13fab4eedc6a")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Footprint" "Package_DIP:DIP-20_W7.62mm"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "e2f70ea8-02d1-4837-898b-2f2e42e55548")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-2543-AVR-ATtiny2313_Datasheet.pdf"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "235ad1e5-9e64-4f32-aefe-b996860e8378")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" "20MHz, 2kB Flash, 128B SRAM, 128B EEPROM, debugWIRE, DIP-20"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "44f52ad7-eb38-4133-b792-f583313bd092")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "DIP*W7.62mm*")
+ (path "/7ee14597-4472-4962-992c-ef92e47fde22")
+ (sheetname "Root")
+ (sheetfile "RescueAVRAdapter.kicad_sch")
+ (attr through_hole)
+ (fp_line
+ (start 1.16 -1.33)
+ (end 1.16 24.19)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "da04b51b-2ddc-4a74-b021-e48a926c1a68")
+ )
+ (fp_line
+ (start 1.16 24.19)
+ (end 6.46 24.19)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "a9bd5148-8a6a-4f48-9ea4-5d5c440f692a")
+ )
+ (fp_line
+ (start 2.81 -1.33)
+ (end 1.16 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "8fb2f3b3-4f83-40c6-8a4e-5caa3fedb81e")
+ )
+ (fp_line
+ (start 6.46 -1.33)
+ (end 4.81 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "24879037-c20b-4622-9bff-40af3c1a0a4a")
+ )
+ (fp_line
+ (start 6.46 24.19)
+ (end 6.46 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "8915c5c1-e8cd-41c3-8e0d-544e2d0b563c")
+ )
+ (fp_arc
+ (start 4.81 -1.33)
+ (mid 3.81 -0.33)
+ (end 2.81 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "7fbe8f5b-cbf9-471f-a445-1be3688ce7ae")
+ )
+ (fp_line
+ (start -1.1 -1.55)
+ (end -1.1 24.4)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "0f53e5ae-430c-4ea9-a255-19b6b1a18734")
+ )
+ (fp_line
+ (start -1.1 24.4)
+ (end 8.7 24.4)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "36495b1a-f679-46b6-9208-ad251e4798d7")
+ )
+ (fp_line
+ (start 8.7 -1.55)
+ (end -1.1 -1.55)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "60584baa-548d-4332-8685-bbc14847d79e")
+ )
+ (fp_line
+ (start 8.7 24.4)
+ (end 8.7 -1.55)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "bbf3ebb0-f265-4578-8ff9-aa7b6bedb114")
+ )
+ (fp_line
+ (start 0.635 -0.27)
+ (end 1.635 -1.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "a351262d-51b7-4770-b1c2-c35cc357eecc")
+ )
+ (fp_line
+ (start 0.635 24.13)
+ (end 0.635 -0.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "759f853e-c8e4-43ef-95df-fe368edd32dd")
+ )
+ (fp_line
+ (start 1.635 -1.27)
+ (end 6.985 -1.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "2cd03922-fcaa-44c5-a5a8-b3ca1f983bfd")
+ )
+ (fp_line
+ (start 6.985 -1.27)
+ (end 6.985 24.13)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "09be746e-cb30-4974-8018-199fd31bac63")
+ )
+ (fp_line
+ (start 6.985 24.13)
+ (end 0.635 24.13)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "1588e9b9-baf9-41a5-a728-f3e0e5afa8e5")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 3.81 11.43 0)
+ (layer "F.Fab")
+ (uuid "caa3730a-4cc7-4d3c-9720-e8921f9249e0")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (pad "1" thru_hole rect
+ (at 0 0)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 5 "/HVRES")
+ (pinfunction "PA2/~{RESET}")
+ (pintype "bidirectional")
+ (uuid "356d562a-9607-444c-9366-9f34ff91ba93")
+ )
+ (pad "2" thru_hole oval
+ (at 0 2.54)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 65 "unconnected-(U3-PD0-Pad2)")
+ (pinfunction "PD0")
+ (pintype "bidirectional+no_connect")
+ (uuid "5c2cec72-ce1a-486a-a38e-387b6ef5f99c")
+ )
+ (pad "3" thru_hole oval
+ (at 0 5.08)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 15 "/RDY")
+ (pinfunction "PD1")
+ (pintype "bidirectional")
+ (uuid "692085d8-9fc0-4b69-85e7-b147a2fff268")
+ )
+ (pad "4" thru_hole oval
+ (at 0 7.62)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 66 "unconnected-(U3-PA1{slash}XTAL2-Pad4)")
+ (pinfunction "PA1/XTAL2")
+ (pintype "bidirectional+no_connect")
+ (uuid "cd9e142a-9cf4-47c9-96e1-c834fd629a9a")
+ )
+ (pad "5" thru_hole oval
+ (at 0 10.16)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 10 "/XTAL1")
+ (pinfunction "PA0/XTAL1")
+ (pintype "bidirectional")
+ (uuid "ee0761ef-3a29-463f-aa67-a7f1e67e50e3")
+ )
+ (pad "6" thru_hole oval
+ (at 0 12.7)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 7 "/~{OE}")
+ (pinfunction "PD2")
+ (pintype "bidirectional")
+ (uuid "5d8f42cb-becf-43bb-8620-7f969b8173e1")
+ )
+ (pad "7" thru_hole oval
+ (at 0 15.24)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 12 "/~{WR}")
+ (pinfunction "PD3")
+ (pintype "bidirectional")
+ (uuid "bbd3ca1a-642d-4b32-9978-e58d3f1a21eb")
+ )
+ (pad "8" thru_hole oval
+ (at 0 17.78)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 17 "/BS1")
+ (pinfunction "PD4")
+ (pintype "bidirectional")
+ (uuid "659a62f6-30b7-4789-a8a1-5bfdea0c6f38")
+ )
+ (pad "9" thru_hole oval
+ (at 0 20.32)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 3 "/XA0")
+ (pinfunction "PD5")
+ (pintype "bidirectional")
+ (uuid "b6a65db6-6bed-47b6-b748-f0adacf6b767")
+ )
+ (pad "10" thru_hole oval
+ (at 0 22.86)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 1 "GND")
+ (pinfunction "GND")
+ (pintype "power_in")
+ (uuid "a9dbd550-a281-40f6-801a-5579f02b5b6a")
+ )
+ (pad "11" thru_hole oval
+ (at 7.62 22.86)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 20 "/BS2")
+ (pinfunction "PD6")
+ (pintype "bidirectional")
+ (uuid "df83dbe9-75a1-4d77-b058-713551993dbf")
+ )
+ (pad "12" thru_hole oval
+ (at 7.62 20.32)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 14 "/D0")
+ (pinfunction "PB0")
+ (pintype "bidirectional")
+ (uuid "c4d3ccf0-8743-4edf-bc39-a75d3a91b0e6")
+ )
+ (pad "13" thru_hole oval
+ (at 7.62 17.78)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 16 "/D1")
+ (pinfunction "PB1")
+ (pintype "bidirectional")
+ (uuid "cb573215-7a27-460b-b791-33901aebdf3a")
+ )
+ (pad "14" thru_hole oval
+ (at 7.62 15.24)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 11 "/D2")
+ (pinfunction "PB2")
+ (pintype "bidirectional")
+ (uuid "46933738-ef41-4edf-895e-459859b7142a")
+ )
+ (pad "15" thru_hole oval
+ (at 7.62 12.7)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 18 "/D3")
+ (pinfunction "PB3")
+ (pintype "bidirectional")
+ (uuid "4fa57b86-b421-4046-95a3-08a69836a68c")
+ )
+ (pad "16" thru_hole oval
+ (at 7.62 10.16)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 9 "/D4")
+ (pinfunction "PB4")
+ (pintype "bidirectional")
+ (uuid "0df98ce4-f2db-4084-9c3d-fcf817e7ce6e")
+ )
+ (pad "17" thru_hole oval
+ (at 7.62 7.62)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 8 "/D5")
+ (pinfunction "PB5")
+ (pintype "bidirectional")
+ (uuid "2398e198-7d07-4c35-bc82-22d1d479deca")
+ )
+ (pad "18" thru_hole oval
+ (at 7.62 5.08)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 6 "/D6")
+ (pinfunction "PB6")
+ (pintype "bidirectional")
+ (uuid "bd9717c9-a92d-482b-bdd5-9e8ecae73a8a")
+ )
+ (pad "19" thru_hole oval
+ (at 7.62 2.54)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 4 "/D7")
+ (pinfunction "PB7")
+ (pintype "bidirectional")
+ (uuid "3677fd2d-214a-41dc-8568-ef5680083276")
+ )
+ (pad "20" thru_hole oval
+ (at 7.62 0)
+ (size 1.6 1.6)
+ (drill 0.8)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 2 "Net-(J5-Pin_12)")
+ (pinfunction "VCC")
+ (pintype "power_in")
+ (uuid "4a737fd7-bd94-4ca0-9802-686f1b7c7100")
+ )
+ (model "${KICAD8_3DMODEL_DIR}/Package_DIP.3dshapes/DIP-20_W7.62mm.wrl"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Arduino_MountingHole:MountingHole_3.2mm"
+ (locked yes)
+ (layer "F.Cu")
+ (uuid "6e571799-0217-4b63-970e-fdbb6a7139e3")
+ (at 115.24 49.2)
+ (descr "Mounting Hole 3.2mm, no annular, M3")
+ (tags "mounting hole 3.2mm no annular m3")
+ (property "Reference" "MH1"
+ (at 0 -4.2 0)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "8166b532-5089-4abb-b621-69a782ecd25f")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "MountingHole_3.2mm"
+ (at 0 4.2 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "54621935-82bc-42c6-9e15-38bc7350e068")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "09461760-6b1f-4c24-afe0-41dc12ae9010")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "36b628c0-e5e1-4101-8ae7-f3dfc0e11333")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "efa1b0e7-4741-497c-b79d-f8da3888bb44")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (attr board_only exclude_from_pos_files exclude_from_bom)
+ (fp_circle
+ (center 0 0)
+ (end 1.7 0)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (fill none)
+ (layer "F.CrtYd")
+ (uuid "40f5cbf8-f4f9-4056-a408-8d297a5987bd")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 0.3 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "446ffda8-6560-4538-a787-6082c86fbcd9")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (pad "" np_thru_hole circle
+ (at 0 0)
+ (size 3.2 3.2)
+ (drill 3.2)
+ (layers "*.Cu" "*.Mask")
+ (uuid "1aabe967-aeae-4f97-bc09-79c46ddd1176")
+ )
+ )
+ (footprint "Connector_PinSocket_2.54mm:PinSocket_1x20_P2.54mm_Vertical"
+ (layer "F.Cu")
+ (uuid "7d4272c2-a7f6-47c0-99d2-b1cedb4f96b6")
+ (at 150.285 94.026 -90)
+ (descr "Through hole straight socket strip, 1x20, 2.54mm pitch, single row (from Kicad 4.0.7), script generated")
+ (tags "Through hole socket strip THT 1x20 2.54mm single row")
+ (property "Reference" "J5"
+ (at 0 -2.77 -90)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "e2082531-06c5-4653-a145-0543d20603cd")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "Conn_01x20_Socket"
+ (at 0 51.03 -90)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "495a59b8-84b6-4d21-8544-31d3ce3e632a")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x20_P2.54mm_Vertical"
+ (at 0 0 -90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "9a08a54e-9dc7-4a8a-9074-3ee222a11351")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 -90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "076b4b76-b318-484f-afe0-f65c77c3b50e")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" "Generic connector, single row, 01x20, script generated"
+ (at 0 0 -90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "abd9b3a0-7783-4ec4-a0b6-fe424c332ee0")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "Connector*:*_1x??_*")
+ (path "/7c99818f-9ed3-45c6-a687-9a488618cd26")
+ (sheetname "Root")
+ (sheetfile "RescueAVRAdapter.kicad_sch")
+ (attr through_hole)
+ (fp_line
+ (start -1.33 49.59)
+ (end 1.33 49.59)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "9aef4726-0ea9-4eee-9442-2559ddbfd91e")
+ )
+ (fp_line
+ (start -1.33 1.27)
+ (end -1.33 49.59)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "259b5428-9dc1-4e31-92de-d7c39ceff5e4")
+ )
+ (fp_line
+ (start -1.33 1.27)
+ (end 1.33 1.27)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "96059c4d-959c-421f-b3e8-45777605e784")
+ )
+ (fp_line
+ (start 1.33 1.27)
+ (end 1.33 49.59)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "899fff07-b991-4ddc-94da-17df40b92bcf")
+ )
+ (fp_line
+ (start 0 -1.33)
+ (end 1.33 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "c06f4fcf-45d8-469e-9215-0200b75aec2c")
+ )
+ (fp_line
+ (start 1.33 -1.33)
+ (end 1.33 0)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "1a3b979a-2b8a-4f8f-87d1-a3d1f075a405")
+ )
+ (fp_line
+ (start -1.8 50)
+ (end -1.8 -1.8)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "e3b8176b-d790-4113-86c0-3ef5eba3c112")
+ )
+ (fp_line
+ (start 1.75 50)
+ (end -1.8 50)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "0808b413-96ad-425d-878f-5aab5b209953")
+ )
+ (fp_line
+ (start -1.8 -1.8)
+ (end 1.75 -1.8)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "5ebc9ec7-c65c-41b9-b0b2-18241a0de3d8")
+ )
+ (fp_line
+ (start 1.75 -1.8)
+ (end 1.75 50)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "58b031db-21cb-445c-a401-17b724880546")
+ )
+ (fp_line
+ (start -1.27 49.53)
+ (end -1.27 -1.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "873def08-2a56-4670-899c-58ba7609fc98")
+ )
+ (fp_line
+ (start 1.27 49.53)
+ (end -1.27 49.53)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "cfbac678-9239-48ef-855a-333f7b887485")
+ )
+ (fp_line
+ (start 1.27 -0.635)
+ (end 1.27 49.53)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "8bbdc826-3fb1-4e2b-920e-8030ceb76e16")
+ )
+ (fp_line
+ (start -1.27 -1.27)
+ (end 0.635 -1.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "a86b9fba-c86e-4da8-9812-a201e1ed133b")
+ )
+ (fp_line
+ (start 0.635 -1.27)
+ (end 1.27 -0.635)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "e4e8a2ce-6aa7-4d48-b58d-c14098ba626b")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 0 24.13 0)
+ (layer "F.Fab")
+ (uuid "42e6707d-801b-4ce6-919c-5feccfb40000")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (pad "1" thru_hole rect
+ (at 0 0 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 20 "/BS2")
+ (pinfunction "Pin_1")
+ (pintype "passive")
+ (uuid "f5be8d48-4366-4637-9bf2-575cbd64ede9")
+ )
+ (pad "2" thru_hole oval
+ (at 0 2.54 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 1 "GND")
+ (pinfunction "Pin_2")
+ (pintype "passive")
+ (uuid "e54e94eb-de94-4b9f-ad8a-96364a99484d")
+ )
+ (pad "3" thru_hole oval
+ (at 0 5.08 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 19 "/XA1")
+ (pinfunction "Pin_3")
+ (pintype "passive")
+ (uuid "ef065ba4-c432-4486-8d29-1f46ae641053")
+ )
+ (pad "4" thru_hole oval
+ (at 0 7.62 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 3 "/XA0")
+ (pinfunction "Pin_4")
+ (pintype "passive")
+ (uuid "24df41f5-55f8-4dee-bca3-5b1651f4ebff")
+ )
+ (pad "5" thru_hole oval
+ (at 0 10.16 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 10 "/XTAL1")
+ (pinfunction "Pin_5")
+ (pintype "passive")
+ (uuid "8c6727fb-ffd6-4040-9d0e-578b24fdbcfc")
+ )
+ (pad "6" thru_hole oval
+ (at 0 12.7 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 17 "/BS1")
+ (pinfunction "Pin_6")
+ (pintype "passive")
+ (uuid "ce0d252d-25c0-41cd-9d1c-12e9845b8f2d")
+ )
+ (pad "7" thru_hole oval
+ (at 0 15.24 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 12 "/~{WR}")
+ (pinfunction "Pin_7")
+ (pintype "passive")
+ (uuid "9605bb10-50b8-4387-b01f-d600d3ac9307")
+ )
+ (pad "8" thru_hole oval
+ (at 0 17.78 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 7 "/~{OE}")
+ (pinfunction "Pin_8")
+ (pintype "passive")
+ (uuid "31eed27c-6e5d-471c-935b-9036b2d21ee9")
+ )
+ (pad "9" thru_hole oval
+ (at 0 20.32 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 15 "/RDY")
+ (pinfunction "Pin_9")
+ (pintype "passive")
+ (uuid "b1bd8e02-9e0b-40bb-b527-7d33aa02c964")
+ )
+ (pad "10" thru_hole oval
+ (at 0 22.86 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 5 "/HVRES")
+ (pinfunction "Pin_10")
+ (pintype "passive")
+ (uuid "7c9d3730-6c20-4df0-bc8b-4646a897cb96")
+ )
+ (pad "11" thru_hole oval
+ (at 0 25.4 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 1 "GND")
+ (pinfunction "Pin_11")
+ (pintype "passive")
+ (uuid "597acdd6-dafd-40b4-a7c5-3dd0ab667f20")
+ )
+ (pad "12" thru_hole oval
+ (at 0 27.94 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 2 "Net-(J5-Pin_12)")
+ (pinfunction "Pin_12")
+ (pintype "passive")
+ (uuid "030c9abf-dc65-417e-81a1-f5a3e49f9c14")
+ )
+ (pad "13" thru_hole oval
+ (at 0 30.48 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 4 "/D7")
+ (pinfunction "Pin_13")
+ (pintype "passive")
+ (uuid "28b72fb5-66cb-4989-9e1e-421b3cc50f78")
+ )
+ (pad "14" thru_hole oval
+ (at 0 33.02 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 6 "/D6")
+ (pinfunction "Pin_14")
+ (pintype "passive")
+ (uuid "2e48662c-9f88-40e5-9228-5c81765b793d")
+ )
+ (pad "15" thru_hole oval
+ (at 0 35.56 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 8 "/D5")
+ (pinfunction "Pin_15")
+ (pintype "passive")
+ (uuid "3823bca4-f88c-4817-99fd-b757d527b92f")
+ )
+ (pad "16" thru_hole oval
+ (at 0 38.1 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 9 "/D4")
+ (pinfunction "Pin_16")
+ (pintype "passive")
+ (uuid "4aca352a-4cb7-42ed-9395-6eabc550a539")
+ )
+ (pad "17" thru_hole oval
+ (at 0 40.64 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 18 "/D3")
+ (pinfunction "Pin_17")
+ (pintype "passive")
+ (uuid "eec43775-8df8-4072-955e-fa6aaf92a32c")
+ )
+ (pad "18" thru_hole oval
+ (at 0 43.18 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 11 "/D2")
+ (pinfunction "Pin_18")
+ (pintype "passive")
+ (uuid "9501038e-0b55-44d9-a401-642e891f7f8c")
+ )
+ (pad "19" thru_hole oval
+ (at 0 45.72 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 16 "/D1")
+ (pinfunction "Pin_19")
+ (pintype "passive")
+ (uuid "c783c305-603a-4e71-846f-5d72334e628c")
+ )
+ (pad "20" thru_hole oval
+ (at 0 48.26 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 14 "/D0")
+ (pinfunction "Pin_20")
+ (pintype "passive")
+ (uuid "af2667e1-7768-4346-9d5b-e6ba84c2723a")
+ )
+ (model "${KICAD8_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x20_P2.54mm_Vertical.wrl"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical"
+ (layer "F.Cu")
+ (uuid "9f15000d-569b-476d-b429-f39fd95570fd")
+ (at 136.3 52.776 -90)
+ (descr "Through hole straight socket strip, 1x08, 2.54mm pitch, single row (from Kicad 4.0.7), script generated")
+ (tags "Through hole socket strip THT 1x08 2.54mm single row")
+ (property "Reference" "J6"
+ (at 0 22.225 0)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "84020040-4720-4b81-a123-6d460be82ec8")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "Conn_01x08_Socket"
+ (at 0 20.55 90)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "f11081c0-00ee-4f11-b9ef-46bf8cd1a084")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical"
+ (at 0 0 -90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "88640179-9221-41a2-828e-e311b58ac5c5")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 -90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "71f50a47-8b92-4160-9e51-c41192e06b4e")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" "Generic connector, single row, 01x08, script generated"
+ (at 0 0 -90)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "91f5cd8e-5c98-403c-b395-05645c674a9b")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "Connector*:*_1x??_*")
+ (path "/456a926b-6987-4188-a24c-e2f5694bddf7")
+ (sheetname "Root")
+ (sheetfile "RescueAVRAdapter.kicad_sch")
+ (attr through_hole)
+ (fp_line
+ (start -1.33 19.11)
+ (end 1.33 19.11)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "8028d16e-44f3-4e8a-a07e-44afcd8afaf5")
+ )
+ (fp_line
+ (start -1.33 1.27)
+ (end -1.33 19.11)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "4e04de49-f3e7-452c-85c0-f1ac9f00da9c")
+ )
+ (fp_line
+ (start -1.33 1.27)
+ (end 1.33 1.27)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "5df19bd3-dd59-41fd-98af-1a10f7480bc1")
+ )
+ (fp_line
+ (start 1.33 1.27)
+ (end 1.33 19.11)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "ee7977b8-9a9a-4854-91b7-5cedf9bd06eb")
+ )
+ (fp_line
+ (start 0 -1.33)
+ (end 1.33 -1.33)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "06461444-a3a1-4318-aaf5-98fbb85f3548")
+ )
+ (fp_line
+ (start 1.33 -1.33)
+ (end 1.33 0)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "a2a2b8ca-2f60-4b97-975c-d02b0cfcf245")
+ )
+ (fp_line
+ (start -1.8 19.55)
+ (end -1.8 -1.8)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "62d79909-5d2c-461b-bc94-cae7865421c3")
+ )
+ (fp_line
+ (start 1.75 19.55)
+ (end -1.8 19.55)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "88be8cf8-62a6-4a81-aaa0-022e05ab368a")
+ )
+ (fp_line
+ (start -1.8 -1.8)
+ (end 1.75 -1.8)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "07958b2c-696d-4ba4-b8bd-336e79f7f1d1")
+ )
+ (fp_line
+ (start 1.75 -1.8)
+ (end 1.75 19.55)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "2fcda7df-b63c-4c8b-9a99-541b815806a9")
+ )
+ (fp_line
+ (start -1.27 19.05)
+ (end -1.27 -1.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "13a9ccb1-b148-4b38-9880-91dcfa325d12")
+ )
+ (fp_line
+ (start 1.27 19.05)
+ (end -1.27 19.05)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "01e40024-4095-4ed2-8749-bc079bd966c5")
+ )
+ (fp_line
+ (start 1.27 -0.635)
+ (end 1.27 19.05)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "fd1e0d35-e708-4885-acb7-25d2aad7ec7a")
+ )
+ (fp_line
+ (start -1.27 -1.27)
+ (end 0.635 -1.27)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "d7aced42-8077-4e60-815d-9c4c4e6bc8a9")
+ )
+ (fp_line
+ (start 0.635 -1.27)
+ (end 1.27 -0.635)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "8587e1c1-b1b2-4a00-84c3-6ec765de7027")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 0 8.89 0)
+ (layer "F.Fab")
+ (uuid "87965814-ef60-4e4e-85d0-59e7089ae4c9")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (pad "1" thru_hole rect
+ (at 0 0 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 13 "unconnected-(J6-Pin_1-Pad1)")
+ (pinfunction "Pin_1")
+ (pintype "passive+no_connect")
+ (uuid "c3c845e0-73a8-44f5-b587-b4c6cad1f17a")
+ )
+ (pad "2" thru_hole oval
+ (at 0 2.54 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 25 "unconnected-(J6-Pin_2-Pad2)")
+ (pinfunction "Pin_2")
+ (pintype "passive+no_connect")
+ (uuid "bca28163-93f4-4d1a-bc0f-c9c44809d4db")
+ )
+ (pad "3" thru_hole oval
+ (at 0 5.08 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 22 "unconnected-(J6-Pin_3-Pad3)")
+ (pinfunction "Pin_3")
+ (pintype "passive+no_connect")
+ (uuid "737c58d9-3208-47ab-9dc1-ed0ea1ee7155")
+ )
+ (pad "4" thru_hole oval
+ (at 0 7.62 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 24 "unconnected-(J6-Pin_4-Pad4)")
+ (pinfunction "Pin_4")
+ (pintype "passive+no_connect")
+ (uuid "bc74654c-c0c9-49b7-945a-7212bfe6fbaa")
+ )
+ (pad "5" thru_hole oval
+ (at 0 10.16 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 23 "unconnected-(J6-Pin_5-Pad5)")
+ (pinfunction "Pin_5")
+ (pintype "passive+no_connect")
+ (uuid "b912a304-82a7-423f-95c6-22a921e99255")
+ )
+ (pad "6" thru_hole oval
+ (at 0 12.7 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 26 "unconnected-(J6-Pin_6-Pad6)")
+ (pinfunction "Pin_6")
+ (pintype "passive+no_connect")
+ (uuid "e18e2082-5601-4054-a7f5-9730a0541dfb")
+ )
+ (pad "7" thru_hole oval
+ (at 0 15.24 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 1 "GND")
+ (pinfunction "Pin_7")
+ (pintype "passive")
+ (uuid "74f1932d-cc68-49ae-a779-158083794b68")
+ )
+ (pad "8" thru_hole oval
+ (at 0 17.78 270)
+ (size 1.7 1.7)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 21 "unconnected-(J6-Pin_8-Pad8)")
+ (pinfunction "Pin_8")
+ (pintype "passive+no_connect")
+ (uuid "0050016a-1ec2-4835-b953-17e02bf76fd6")
+ )
+ (model "${KICAD8_3DMODEL_DIR}/Connector_PinSocket_2.54mm.3dshapes/PinSocket_1x08_P2.54mm_Vertical.wrl"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Capacitor_THT:C_Disc_D7.5mm_W2.5mm_P5.00mm"
+ (layer "F.Cu")
+ (uuid "da8df4ff-09ca-4b9a-ac8f-9c393a4b228b")
+ (at 125.6 48.941)
+ (descr "C, Disc series, Radial, pin pitch=5.00mm, , diameter*width=7.5*2.5mm^2, Capacitor, http://www.vishay.com/docs/28535/vy2series.pdf")
+ (tags "C Disc series Radial pin pitch 5.00mm diameter 7.5mm width 2.5mm Capacitor")
+ (property "Reference" "C2"
+ (at 2.5 0 0)
+ (layer "F.SilkS")
+ (uuid "66c74f6e-899f-4d76-8869-b0a003639856")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "100nF"
+ (at 2.5 2.5 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "8fecd3f8-579c-483a-abf7-717c104102d7")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Footprint" "Capacitor_THT:C_Disc_D7.5mm_W2.5mm_P5.00mm"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "ada4c784-a957-47a3-8b0c-a58ae508e52a")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "f9ce25c1-2087-4ee5-bccb-f059d18c54ed")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" "Unpolarized capacitor"
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "313d579e-661a-44a0-91f4-ada4b37d4f67")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property ki_fp_filters "C_*")
+ (path "/8365d6f4-46cc-429e-bc4d-0e29571c27f4")
+ (sheetname "Root")
+ (sheetfile "RescueAVRAdapter.kicad_sch")
+ (attr through_hole)
+ (fp_line
+ (start -1.37 -1.37)
+ (end -1.37 1.37)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "709bb8b1-1bea-477e-a964-cd734774a01f")
+ )
+ (fp_line
+ (start -1.37 -1.37)
+ (end 6.37 -1.37)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "6aebcdab-3426-4225-8135-d50a00b3aa57")
+ )
+ (fp_line
+ (start -1.37 1.37)
+ (end 6.37 1.37)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "fd32a414-188a-4cb2-9f4e-d441106c0c08")
+ )
+ (fp_line
+ (start 6.37 -1.37)
+ (end 6.37 1.37)
+ (stroke
+ (width 0.12)
+ (type solid)
+ )
+ (layer "F.SilkS")
+ (uuid "1a1be8fe-5098-40e6-84a1-d9dd5816e16d")
+ )
+ (fp_line
+ (start -1.5 -1.5)
+ (end -1.5 1.5)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "2be7bf17-1066-41be-9d5b-b600ca5bda65")
+ )
+ (fp_line
+ (start -1.5 1.5)
+ (end 6.5 1.5)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "24a446b4-56ad-4a64-bb84-56e1b8557325")
+ )
+ (fp_line
+ (start 6.5 -1.5)
+ (end -1.5 -1.5)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "c4d98d3f-7aa6-4650-9578-c670f7bcedc8")
+ )
+ (fp_line
+ (start 6.5 1.5)
+ (end 6.5 -1.5)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (layer "F.CrtYd")
+ (uuid "92acf1d2-b1b8-47ad-8c18-b1a867750c38")
+ )
+ (fp_line
+ (start -1.25 -1.25)
+ (end -1.25 1.25)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "67b3c1aa-cf86-424d-b050-beced6357c81")
+ )
+ (fp_line
+ (start -1.25 1.25)
+ (end 6.25 1.25)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "c82a9ac2-6853-459e-b80e-2c1b527a6094")
+ )
+ (fp_line
+ (start 6.25 -1.25)
+ (end -1.25 -1.25)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "f54c3ae3-3a5f-4f67-b7f8-999ae07bbe25")
+ )
+ (fp_line
+ (start 6.25 1.25)
+ (end 6.25 -1.25)
+ (stroke
+ (width 0.1)
+ (type solid)
+ )
+ (layer "F.Fab")
+ (uuid "bc834c55-b5c2-4e80-9aec-3b66520af17f")
+ )
+ (pad "1" thru_hole circle
+ (at 0 0)
+ (size 2 2)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 2 "Net-(J5-Pin_12)")
+ (pintype "passive")
+ (uuid "a139cf53-3e77-4f52-be8e-17b224c967d1")
+ )
+ (pad "2" thru_hole circle
+ (at 5 0)
+ (size 2 2)
+ (drill 1)
+ (layers "*.Cu" "*.Mask")
+ (remove_unused_layers no)
+ (net 1 "GND")
+ (pintype "passive")
+ (uuid "2e3b3b41-c2af-4bb7-8113-287a3b2e4871")
+ )
+ (model "${KICAD8_3DMODEL_DIR}/Capacitor_THT.3dshapes/C_Disc_D7.5mm_W2.5mm_P5.00mm.wrl"
+ (offset
+ (xyz 0 0 0)
+ )
+ (scale
+ (xyz 1 1 1)
+ )
+ (rotate
+ (xyz 0 0 0)
+ )
+ )
+ )
+ (footprint "Arduino_MountingHole:MountingHole_3.2mm"
+ (locked yes)
+ (layer "F.Cu")
+ (uuid "e37b79bf-98e8-4522-b749-f0e7c6a98bbc")
+ (at 113.97 97.46)
+ (descr "Mounting Hole 3.2mm, no annular, M3")
+ (tags "mounting hole 3.2mm no annular m3")
+ (property "Reference" "MH2"
+ (at 0 -4.2 0)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "05f3de70-3221-4b3a-8c00-124cda2518d2")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "MountingHole_3.2mm"
+ (at 0 4.2 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "e898e031-f90d-4d56-b519-a50eb29b3a3d")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "4a6f4f77-a3da-4ece-98fa-7d0c05edc459")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "42057e82-c7b1-4468-8491-b5c465e4c34e")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "367f3472-5f84-4502-be0a-65d08fe3cce5")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (attr board_only exclude_from_pos_files exclude_from_bom)
+ (fp_circle
+ (center 0 0)
+ (end 1.7 0)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (fill none)
+ (layer "F.CrtYd")
+ (uuid "81e7e7d8-43fe-4276-b06c-846383cd94e2")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 0.3 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "cff3a8ca-23e6-4c1c-8786-0b09a7a5bf2c")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (pad "" np_thru_hole circle
+ (at 0 0)
+ (size 3.2 3.2)
+ (drill 3.2)
+ (layers "*.Cu" "*.Mask")
+ (uuid "c8c44d91-ad4e-4db1-91ff-c0f194088c20")
+ )
+ )
+ (footprint "Arduino_MountingHole:MountingHole_3.2mm"
+ (locked yes)
+ (layer "F.Cu")
+ (uuid "e9ebf119-598a-41fd-98be-2dbed0b47309")
+ (at 166.04 64.44)
+ (descr "Mounting Hole 3.2mm, no annular, M3")
+ (tags "mounting hole 3.2mm no annular m3")
+ (property "Reference" "MH3"
+ (at 0 -4.2 0)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "c0dfd452-f95d-425d-a4e1-76f4d4a34935")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "MountingHole_3.2mm"
+ (at 0 4.2 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "e4b6b365-3a2f-4b5f-8024-d98a1fe1b31a")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "413d5a88-3dc1-4d37-af7d-b3579f1e3171")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "f19615ca-dd8a-4c1b-a70a-cdb7d50197e9")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "87826f02-5563-4080-813e-0dca18f79c9a")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (attr board_only exclude_from_pos_files exclude_from_bom)
+ (fp_circle
+ (center 0 0)
+ (end 1.7 0)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (fill none)
+ (layer "F.CrtYd")
+ (uuid "12c4587b-161e-440b-9f81-6eaf89864310")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 0.3 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "6c3e0fcd-9a4f-4284-9404-7d7ffa791756")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (pad "" np_thru_hole circle
+ (at 0 0)
+ (size 3.2 3.2)
+ (drill 3.2)
+ (layers "*.Cu" "*.Mask")
+ (uuid "f5c5381c-91f2-49ef-aa73-4183f7581432")
+ )
+ )
+ (footprint "Arduino_MountingHole:MountingHole_3.2mm"
+ (locked yes)
+ (layer "F.Cu")
+ (uuid "ee2daf16-2f42-4829-9824-10ca9836b9cd")
+ (at 166.04 92.38)
+ (descr "Mounting Hole 3.2mm, no annular, M3")
+ (tags "mounting hole 3.2mm no annular m3")
+ (property "Reference" "MH4"
+ (at 0 -4.2 0)
+ (layer "F.SilkS")
+ (hide yes)
+ (uuid "46427898-674b-4049-865e-86a6af00b2cf")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Value" "MountingHole_3.2mm"
+ (at 0 4.2 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "52374269-59fb-41e0-9845-69559a9c68e7")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "2c4f900d-93a2-44f9-89d1-581de33dfa8e")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "0660cd81-9379-47bc-87a7-1154b6bd7608")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 0 0 0)
+ (unlocked yes)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "dc8e5b81-6f24-483f-b644-08dee91dbd8d")
+ (effects
+ (font
+ (size 1.27 1.27)
+ (thickness 0.15)
+ )
+ )
+ )
+ (attr board_only exclude_from_pos_files exclude_from_bom)
+ (fp_circle
+ (center 0 0)
+ (end 1.7 0)
+ (stroke
+ (width 0.05)
+ (type solid)
+ )
+ (fill none)
+ (layer "F.CrtYd")
+ (uuid "9b79a9fe-4457-4362-8b90-95b153dc8c40")
+ )
+ (fp_text user "${REFERENCE}"
+ (at 0.3 0 0)
+ (layer "F.Fab")
+ (hide yes)
+ (uuid "c036c6db-c339-4e6d-b082-30fecb679f40")
+ (effects
+ (font
+ (size 1 1)
+ (thickness 0.15)
+ )
+ )
+ )
+ (pad "" np_thru_hole circle
+ (at 0 0)
+ (size 3.2 3.2)
+ (drill 3.2)
+ (layers "*.Cu" "*.Mask")
+ (uuid "ad854452-7590-443f-8d90-eb3b4c714525")
+ )
+ )
+ (gr_line
+ (start 93.65 67.615)
+ (end 93.65 56.185)
+ (stroke
+ (width 0.15)
+ (type solid)
+ )
+ (layer "Dwgs.User")
+ (uuid "886b3496-76f8-498c-900d-2acfeb3f3b58")
+ )
+ (gr_line
+ (start 109.525 56.185)
+ (end 109.525 67.615)
+ (stroke
+ (width 0.15)
+ (type solid)
+ )
+ (layer "Dwgs.User")
+ (uuid "bf6edab4-3acb-4a87-b344-4fa26a7ce1ab")
+ )
+ (gr_line
+ (start 93.65 56.185)
+ (end 109.525 56.185)
+ (stroke
+ (width 0.15)
+ (type solid)
+ )
+ (layer "Dwgs.User")
+ (uuid "da3f2702-9f42-46a9-b5f9-abfc74e86759")
+ )
+ (gr_line
+ (start 109.525 67.615)
+ (end 93.65 67.615)
+ (stroke
+ (width 0.15)
+ (type solid)
+ )
+ (layer "Dwgs.User")
+ (uuid "fde342e7-23e6-43a1-9afe-f71547964d5d")
+ )
+ (gr_line
+ (start 166.04 59.36)
+ (end 168.58 61.9)
+ (stroke
+ (width 0.15)
+ (type solid)
+ )
+ (layer "Edge.Cuts")
+ (uuid "14983443-9435-48e9-8e51-6faf3f00bdfc")
+ )
+ (gr_line
+ (start 100 99.238)
+ (end 100 47.422)
+ (stroke
+ (width 0.15)
+ (type solid)
+ )
+ (layer "Edge.Cuts")
+ (uuid "16738e8d-f64a-4520-b480-307e17fc6e64")
+ )
+ (gr_line
+ (start 168.58 61.9)
+ (end 168.58 96.19)
+ (stroke
+ (width 0.15)
+ (type solid)
+ )
+ (layer "Edge.Cuts")
+ (uuid "58c6d72f-4bb9-4dd3-8643-c635155dbbd9")
+ )
+ (gr_line
+ (start 165.278 100)
+ (end 100.762 100)
+ (stroke
+ (width 0.15)
+ (type solid)
+ )
+ (layer "Edge.Cuts")
+ (uuid "63988798-ab74-4066-afcb-7d5e2915caca")
+ )
+ (gr_line
+ (start 100.762 46.66)
+ (end 163.5 46.66)
+ (stroke
+ (width 0.15)
+ (type solid)
+ )
+ (layer "Edge.Cuts")
+ (uuid "6fef40a2-9c09-4d46-b120-a8241120c43b")
+ )
+ (gr_arc
+ (start 100.762 100)
+ (mid 100.223185 99.776815)
+ (end 100 99.238)
+ (stroke
+ (width 0.15)
+ (type solid)
+ )
+ (layer "Edge.Cuts")
+ (uuid "814cca0a-9069-4535-992b-1bc51a8012a6")
+ )
+ (gr_line
+ (start 168.58 96.19)
+ (end 166.04 98.73)
+ (stroke
+ (width 0.15)
+ (type solid)
+ )
+ (layer "Edge.Cuts")
+ (uuid "93ebe48c-2f88-4531-a8a5-5f344455d694")
+ )
+ (gr_line
+ (start 163.5 46.66)
+ (end 166.04 49.2)
+ (stroke
+ (width 0.15)
+ (type solid)
+ )
+ (layer "Edge.Cuts")
+ (uuid "a1531b39-8dae-4637-9a8d-49791182f594")
+ )
+ (gr_arc
+ (start 166.04 99.238)
+ (mid 165.816815 99.776815)
+ (end 165.278 100)
+ (stroke
+ (width 0.15)
+ (type solid)
+ )
+ (layer "Edge.Cuts")
+ (uuid "b69d9560-b866-4a54-9fbe-fec8c982890e")
+ )
+ (gr_line
+ (start 166.04 49.2)
+ (end 166.04 59.36)
+ (stroke
+ (width 0.15)
+ (type solid)
+ )
+ (layer "Edge.Cuts")
+ (uuid "e462bc5f-271d-43fc-ab39-c424cc8a72ce")
+ )
+ (gr_line
+ (start 166.04 98.73)
+ (end 166.04 99.238)
+ (stroke
+ (width 0.15)
+ (type solid)
+ )
+ (layer "Edge.Cuts")
+ (uuid "ea66c48c-ef77-4435-9521-1af21d8c2327")
+ )
+ (gr_arc
+ (start 100 47.422)
+ (mid 100.223185 46.883185)
+ (end 100.762 46.66)
+ (stroke
+ (width 0.15)
+ (type solid)
+ )
+ (layer "Edge.Cuts")
+ (uuid "ef0ee1ce-7ed7-4e9c-abb9-dc0926a9353e")
+ )
+ (gr_text "ATtiny2313, 4313, \nAT90S1200, 2313"
+ (at 160.445 86.406 90)
+ (layer "F.SilkS")
+ (uuid "4028fe1d-add0-42ad-ba02-b6456d01d843")
+ (effects
+ (font
+ (size 1.4 1.4)
+ (thickness 0.3)
+ (bold yes)
+ )
+ (justify bottom)
+ )
+ )
+ (gr_text "ATTiny26, X61"
+ (at 159.175 68.626 90)
+ (layer "F.SilkS")
+ (uuid "4c6ba120-120f-42ba-85bb-c8c4d4b7713a")
+ (effects
+ (font
+ (size 1.5 1.5)
+ (thickness 0.3)
+ (bold yes)
+ )
+ (justify left bottom)
+ )
+ )
+ (gr_text "AT90S8515, 4414, ATmega8515, 161, 162"
+ (at 102.025 64.816 0)
+ (layer "F.SilkS")
+ (uuid "54abffe2-d2c8-43b8-b3e6-2c1e19c7dc29")
+ (effects
+ (font
+ (size 1.5 1.5)
+ (thickness 0.3)
+ (bold yes)
+ )
+ (justify left bottom)
+ )
+ )
+ (gr_text "RescueAVR Adapter V1.1"
+ (at 120.44 98.471 0)
+ (layer "F.SilkS")
+ (uuid "d14cc98a-64d8-4528-bfd9-154db2b23db2")
+ (effects
+ (font
+ (size 1.3 1.3)
+ (thickness 0.3)
+ (bold yes)
+ )
+ (justify left bottom)
+ )
+ )
+ (gr_text "ATmega16, 32, X3, X4, 8535, AT90S8535"
+ (at 102.025 83.866 0)
+ (layer "F.SilkS")
+ (uuid "ed29871d-c56a-43db-a007-80833ebf7d91")
+ (effects
+ (font
+ (size 1.5 1.5)
+ (thickness 0.3)
+ (bold yes)
+ )
+ (justify left bottom)
+ )
+ )
+ (segment
+ (start 151.4117 74.976)
+ (end 152.2341 74.1536)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "0af495b1-6544-45f7-bc99-c613299dbc9a")
+ )
+ (segment
+ (start 154.73 61.006)
+ (end 154.73 59.8793)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "4557b3e9-09bc-47e5-92cc-5d598768fd17")
+ )
+ (segment
+ (start 142.665 71.801)
+ (end 143.7917 71.801)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "4b08c2ae-7212-4995-9a86-4209419c7c88")
+ )
+ (segment
+ (start 127.425 91.3427)
+ (end 127.425 92.2363)
+ (width 0.5)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "54e3ee1a-b531-45e6-8f94-12b808560d56")
+ )
+ (segment
+ (start 154.73 59.8793)
+ (end 154.4483 59.8793)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "555788e3-c03f-4325-b2e2-7a431a205095")
+ )
+ (segment
+ (start 150.285 74.976)
+ (end 151.4117 74.976)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "571448f9-b17b-498c-bf17-974c89272fef")
+ )
+ (segment
+ (start 124.885 94.026)
+ (end 126.6589 92.2521)
+ (width 0.5)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "588040f3-4ca8-4840-b4e6-831c924b8ffa")
+ )
+ (segment
+ (start 153.5731 59.0041)
+ (end 153.5731 58.0043)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "61d477af-3570-4dd3-864e-e2f733db60f6")
+ )
+ (segment
+ (start 127.425 90.216)
+ (end 127.425 91.3427)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "636f2433-1549-4e43-9b03-eaea9f7f61e4")
+ )
+ (segment
+ (start 129.5173 95.2437)
+ (end 128.695 94.4214)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "64d11996-3948-4450-9ccc-a61462b8cc20")
+ )
+ (segment
+ (start 149.1583 71.6068)
+ (end 149.1583 71.801)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "6b8cdfc7-793f-48bd-b5a2-4807a0b055f6")
+ )
+ (segment
+ (start 162.35 58.466)
+ (end 161.2233 58.466)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "7c727d42-f8b4-42e8-9ec7-014350df9327")
+ )
+ (segment
+ (start 163.8474 74.1536)
+ (end 166.16 71.841)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "7f567acd-95c0-4df2-b08b-cc43936a3dc5")
+ )
+ (segment
+ (start 160.0966 57.3393)
+ (end 161.2233 58.466)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "82f96e9f-1509-4a47-afa1-444123e97bbb")
+ )
+ (segment
+ (start 148.3334 94.026)
+ (end 148.2193 94.1401)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "869ff5c9-07e8-4b7a-b1c4-beec7d46b16b")
+ )
+ (segment
+ (start 153.5731 58.0043)
+ (end 154.2381 57.3393)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "8b60b02d-abd0-4abd-867d-299930aa2b14")
+ )
+ (segment
+ (start 126.6589 92.2521)
+ (end 127.4092 92.2521)
+ (width 0.5)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "9649b9fb-d2cb-4753-9427-9ccf4ce062c8")
+ )
+ (segment
+ (start 144.6607 70.6743)
+ (end 148.2258 70.6743)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "9ae9377f-19ee-483a-b4fa-f32b09d48e4c")
+ )
+ (segment
+ (start 128.695 93.5379)
+ (end 127.4092 92.2521)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "a3d36bf7-6420-477e-9230-f25329fbb2a1")
+ )
+ (segment
+ (start 143.7917 71.801)
+ (end 143.7917 71.5433)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "af8f6cda-c64e-4010-94ba-93aa410e96cd")
+ )
+ (segment
+ (start 148.2193 94.1401)
+ (end 147.1157 95.2437)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "b66968e6-ff88-4620-97bc-e2108014aa32")
+ )
+ (segment
+ (start 152.2341 74.1536)
+ (end 163.8474 74.1536)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "b6eff4ff-4bd2-474c-83f3-3297546c517e")
+ )
+ (segment
+ (start 150.285 71.801)
+ (end 149.1583 71.801)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "b6fa59d6-8734-4016-b7c2-9368e1350104")
+ )
+ (segment
+ (start 147.1157 95.2437)
+ (end 129.5173 95.2437)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "d0030f42-7815-4429-84c5-1d85167f1f5d")
+ )
+ (segment
+ (start 154.4483 59.8793)
+ (end 153.5731 59.0041)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "d19bef3c-9024-476c-bc5b-ec529ec78412")
+ )
+ (segment
+ (start 154.2381 57.3393)
+ (end 160.0966 57.3393)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "d690feda-6c0c-403d-833f-856aff63f1ba")
+ )
+ (segment
+ (start 148.2258 70.6743)
+ (end 149.1583 71.6068)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "d9af6ccf-bc35-4258-a2e3-07c6fd2a71b1")
+ )
+ (segment
+ (start 152.5501 98.471)
+ (end 154.73 98.471)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "e251afbc-3b62-492f-a1ee-3fc41910c595")
+ )
+ (segment
+ (start 148.2193 94.1401)
+ (end 152.5501 98.471)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "e47c7720-299c-4850-ac44-71cf95e45cef")
+ )
+ (segment
+ (start 127.425 92.2363)
+ (end 127.4092 92.2521)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "ea1202c9-cefd-486a-a80d-104136485723")
+ )
+ (segment
+ (start 147.745 94.026)
+ (end 148.3334 94.026)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "ebf80ad0-8c2d-457c-80d7-2b6b38e96f21")
+ )
+ (segment
+ (start 143.7917 71.5433)
+ (end 144.6607 70.6743)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "eea99cf9-d4b5-4103-8173-047982cbe9b7")
+ )
+ (segment
+ (start 128.695 94.4214)
+ (end 128.695 93.5379)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 1)
+ (uuid "fbc2c39f-8b50-451f-9db5-28cdf9c90612")
+ )
+ (segment
+ (start 123.615 56.240009)
+ (end 124.419009 55.436)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "04c2cf83-b4a2-4ecd-a6fc-e0b1b7d98f77")
+ )
+ (segment
+ (start 123.615 65.451)
+ (end 123.615 72.5793)
+ (width 0.4)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "2313aa29-6552-4aae-a804-037c11ac911d")
+ )
+ (segment
+ (start 150.285 71.801)
+ (end 150.285 74.976)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "2a518b2c-ece8-4bb1-bb7f-bdb2f385d982")
+ )
+ (segment
+ (start 125.1878 55.436)
+ (end 127.41 53.2138)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "348dd913-4a47-410b-825f-6d0f36b1aba5")
+ )
+ (segment
+ (start 162.6318 59.5927)
+ (end 162.35 59.5927)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "5693af25-32ab-4a72-9a9c-41060f754775")
+ )
+ (segment
+ (start 166.16 71.841)
+ (end 166.16 69.279)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "581b5995-8a3d-4a67-80cc-08db546ebdde")
+ )
+ (segment
+ (start 127.41 52.131)
+ (end 130.6 48.941)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "75f5835f-7206-4d48-8620-26e36e1c4525")
+ )
+ (segment
+ (start 166.16 69.279)
+ (end 163.4767 66.5957)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "7e4e1851-ab29-4919-b628-02bd58221d43")
+ )
+ (segment
+ (start 123.615 65.451)
+ (end 123.615 56.240009)
+ (width 0.4)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "8705cdff-2940-4e6d-983a-cbf2638d49e4")
+ )
+ (segment
+ (start 123.7583 72.7226)
+ (end 124.885 73.8493)
+ (width 0.5)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "9ea3e37e-9ec4-4255-a327-302412f04fdd")
+ )
+ (segment
+ (start 124.885 74.976)
+ (end 124.885 73.8493)
+ (width 0.5)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "9f4d031c-ca77-4781-9015-b97c5602c9ee")
+ )
+ (segment
+ (start 163.4767 60.4376)
+ (end 162.6318 59.5927)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "a061824e-5049-40c1-b346-7908fe74b9da")
+ )
+ (segment
+ (start 123.615 72.5793)
+ (end 123.7583 72.7226)
+ (width 0.4)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "a39e0735-91f6-413f-866c-1d4103a1e524")
+ )
+ (segment
+ (start 124.885 86.5493)
+ (end 124.885 74.976)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "a620fec4-d4b9-4827-baff-4183a038b3f7")
+ )
+ (segment
+ (start 151.4117 77.2294)
+ (end 150.285 76.1027)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "b1b90eec-b082-492c-838e-ec528fb8de6a")
+ )
+ (segment
+ (start 123.615 65.451)
+ (end 123.615 55.331)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "b66b9e23-05ea-465a-ad48-24b1329c4cd6")
+ )
+ (segment
+ (start 127.425 90.216)
+ (end 127.425 89.0893)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "beeea2ba-d4fd-4201-b7fb-915b5004fb27")
+ )
+ (segment
+ (start 124.419009 55.436)
+ (end 125.1878 55.436)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "c31d7411-8b0b-4027-907a-a70ad8251f3a")
+ )
+ (segment
+ (start 163.4767 66.5957)
+ (end 163.4767 60.4376)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "c9e971c7-6e8b-42cb-9ff9-cc2ab80f6ee4")
+ )
+ (segment
+ (start 123.615 55.331)
+ (end 121.06 52.776)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "cb2602d9-25ca-4aa9-8fa0-0b981c74f642")
+ )
+ (segment
+ (start 150.285 74.976)
+ (end 150.285 76.1027)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "cec76085-dc48-4c8e-91bb-4bfbe2988c1b")
+ )
+ (segment
+ (start 147.745 94.026)
+ (end 148.9217 94.026)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "d47355a7-415b-4a11-a0bf-b957027fb5a5")
+ )
+ (segment
+ (start 162.35 58.466)
+ (end 162.35 59.5927)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "d4fae3f2-ef23-406d-aef1-b0055265d1c2")
+ )
+ (segment
+ (start 151.4117 90.6828)
+ (end 151.4117 77.2294)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "dd397864-a122-4b4b-ab37-ab46ad147bf4")
+ )
+ (segment
+ (start 127.41 53.2138)
+ (end 127.41 52.131)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "e661a8fb-8efe-4ad9-b9da-7efefdc96592")
+ )
+ (segment
+ (start 127.425 89.0893)
+ (end 124.885 86.5493)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "ea772027-d541-495f-9dbc-d2c6ed3fa889")
+ )
+ (segment
+ (start 148.9217 93.1728)
+ (end 151.4117 90.6828)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "f6b31e72-55f6-4b78-a803-86a4f042c3da")
+ )
+ (segment
+ (start 148.9217 94.026)
+ (end 148.9217 93.1728)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 1)
+ (uuid "f6ef0ff6-2c94-4314-aa01-0f7339e64e93")
+ )
+ (segment
+ (start 163.415 76.676)
+ (end 162.35 75.611)
+ (width 0.6)
+ (layer "F.Cu")
+ (net 2)
+ (uuid "045547d3-c847-4522-80a7-36b2dad00cf5")
+ )
+ (segment
+ (start 166.16 76.841)
+ (end 163.58 76.841)
+ (width 0.6)
+ (layer "F.Cu")
+ (net 2)
+ (uuid "0d755051-f9a1-48f7-93a6-f3a63ecc7aa4")
+ )
+ (segment
+ (start 124.885 90.216)
+ (end 124.885 91.486)
+ (width 0.6)
+ (layer "F.Cu")
+ (net 2)
+ (uuid "1179ebc1-5bfe-4505-99c4-b0b3338a50e7")
+ )
+ (segment
+ (start 124.885 91.486)
+ (end 122.345 94.026)
+ (width 0.6)
+ (layer "F.Cu")
+ (net 2)
+ (uuid "14d2a988-0723-4573-85f3-faf40d0da068")
+ )
+ (segment
+ (start 107.486 51.1)
+ (end 102.025 56.561)
+ (width 0.6)
+ (layer "F.Cu")
+ (net 2)
+ (uuid "2985212b-31b7-45a0-a27b-a7b790466b69")
+ )
+ (segment
+ (start 165.293 61.006)
+ (end 162.35 61.006)
+ (width 0.6)
+ (layer "F.Cu")
+ (net 2)
+ (uuid "2dba3204-5d98-41ee-86f7-4494963aca02")
+ )
+ (segment
+ (start 162.35 61.006)
+ (end 157.27 61.006)
+ (width 0.6)
+ (layer "F.Cu")
+ (net 2)
+ (uuid "34eb2656-5640-4445-8699-9ca8ef075bc2")
+ )
+ (segment
+ (start 166.563 62.276)
+ (end 165.293 61.006)
+ (width 0.6)
+ (layer "F.Cu")
+ (net 2)
+ (uuid "4311fd4c-b6bb-437f-b0ce-3cc91246b722")
+ )
+ (segment
+ (start 163.415 76.676)
+ (end 163.21 76.881)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 2)
+ (uuid "4af171d4-e9ca-4f69-b4be-a78a95877788")
+ )
+ (segment
+ (start 100.725 78.121)
+ (end 101.39 78.786)
+ (width 0.6)
+ (layer "F.Cu")
+ (net 2)
+ (uuid "6366db05-292e-4609-b0eb-4f5abee37cfb")
+ )
+ (segment
+ (start 129.33 76.881)
+ (end 127.425 78.786)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 2)
+ (uuid "718e7ef6-835e-4718-9fac-b54d8b753966")
+ )
+ (segment
+ (start 163.58 76.841)
+ (end 163.415 76.676)
+ (width 0.6)
+ (layer "F.Cu")
+ (net 2)
+ (uuid "723c5f9c-d68a-4b88-860c-9a690cbfa19e")
+ )
+ (segment
+ (start 168.065 74.936)
+ (end 168.065 62.392)
+ (width 0.6)
+ (layer "F.Cu")
+ (net 2)
+ (uuid "7d36cc41-df86-44d9-b468-22734b221b82")
+ )
+ (segment
+ (start 163.21 76.881)
+ (end 129.33 76.881)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 2)
+ (uuid "81a91975-cecd-4e0c-bd59-edd9ac6a429e")
+ )
+ (segment
+ (start 168.065 62.392)
+ (end 167.949 62.276)
+ (width 0.6)
+ (layer "F.Cu")
+ (net 2)
+ (uuid "82637b8d-6878-4562-a58b-670436f4c127")
+ )
+ (segment
+ (start 101.39 78.786)
+ (end 127.425 78.786)
+ (width 0.6)
+ (layer "F.Cu")
+ (net 2)
+ (uuid "8830d034-dd71-4f00-92e0-9a42c3a37218")
+ )
+ (segment
+ (start 157.27 61.006)
+ (end 154.73 58.466)
+ (width 0.6)
+ (layer "F.Cu")
+ (net 2)
+ (uuid "8bc86298-aa60-4f88-853d-835c95fc0029")
+ )
+ (segment
+ (start 125.6 48.941)
+ (end 123.441 51.1)
+ (width 0.6)
+ (layer "F.Cu")
+ (net 2)
+ (uuid "907d94cc-291c-43e8-9d92-b5ae70f98feb")
+ )
+ (segment
+ (start 127.425 78.786)
+ (end 127.425 74.976)
+ (width 0.6)
+ (layer "F.Cu")
+ (net 2)
+ (uuid "945ac038-c759-4462-8dff-7e460fc72141")
+ )
+ (segment
+ (start 123.441 51.1)
+ (end 107.486 51.1)
+ (width 0.6)
+ (layer "F.Cu")
+ (net 2)
+ (uuid "95afa354-b75f-43f6-876e-75a08dfbdd9d")
+ )
+ (segment
+ (start 167.949 62.276)
+ (end 166.563 62.276)
+ (width 0.6)
+ (layer "F.Cu")
+ (net 2)
+ (uuid "9a679d91-7a7d-4122-aab4-f14a2f8e66af")
+ )
+ (segment
+ (start 102.025 56.561)
+ (end 100.725 57.861)
+ (width 0.6)
+ (layer "F.Cu")
+ (net 2)
+ (uuid "9d0e075e-6414-4202-9428-6fef490501a2")
+ )
+ (segment
+ (start 166.16 76.841)
+ (end 168.065 74.936)
+ (width 0.6)
+ (layer "F.Cu")
+ (net 2)
+ (uuid "a19d3576-b497-4b43-971e-e88f78454104")
+ )
+ (segment
+ (start 127.425 78.786)
+ (end 124.885 81.326)
+ (width 0.6)
+ (layer "F.Cu")
+ (net 2)
+ (uuid "ec0967d6-25b1-41d5-a057-944d1f11478a")
+ )
+ (segment
+ (start 100.725 57.861)
+ (end 100.725 78.121)
+ (width 0.6)
+ (layer "F.Cu")
+ (net 2)
+ (uuid "ef885011-3c01-4497-8e90-fda646f90c08")
+ )
+ (segment
+ (start 124.885 81.326)
+ (end 124.885 90.216)
+ (width 0.6)
+ (layer "F.Cu")
+ (net 2)
+ (uuid "f49ae2a0-b51e-4e4b-9f27-4f0d107d187f")
+ )
+ (segment
+ (start 147.745 90.216)
+ (end 148.8717 90.216)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 3)
+ (uuid "09296a6c-fe36-47a3-b79a-6fc49b4f324f")
+ )
+ (segment
+ (start 149.7166 91.3427)
+ (end 150.1417 91.3427)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 3)
+ (uuid "216569bd-cec9-4c77-9bed-0c1d953a2268")
+ )
+ (segment
+ (start 148.8717 90.216)
+ (end 148.8717 90.4978)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 3)
+ (uuid "3a84292d-16b3-4938-bce0-877e40cc3dbc")
+ )
+ (segment
+ (start 148.8717 90.4978)
+ (end 149.7166 91.3427)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 3)
+ (uuid "ded389b0-d6e6-476d-9390-2fb542ace8de")
+ )
+ (segment
+ (start 150.1417 91.3427)
+ (end 154.73 95.931)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 3)
+ (uuid "f9e8ae6f-a176-4312-bbd9-898e95d58f39")
+ )
+ (segment
+ (start 154.73 50.846)
+ (end 154.73 51.9727)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 3)
+ (uuid "02dbe051-8e34-422a-964d-3d9b358bde9c")
+ )
+ (segment
+ (start 137.585 70.6743)
+ (end 137.8667 70.6743)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 3)
+ (uuid "1cbebca9-680a-4a4a-82d4-5faed5aba677")
+ )
+ (segment
+ (start 137.585 71.801)
+ (end 137.585 70.6743)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 3)
+ (uuid "3ae7dd8e-c3b2-4fbf-a71f-0abac29272cb")
+ )
+ (segment
+ (start 151.8197 56.7213)
+ (end 151.8197 54.6013)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 3)
+ (uuid "3f5a7d6c-80fd-456c-a17d-dec7d0338a0b")
+ )
+ (segment
+ (start 143.8417 93.5718)
+ (end 147.1975 90.216)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 3)
+ (uuid "40416af6-8c45-41ee-98cd-1ce7858d49d0")
+ )
+ (segment
+ (start 138.7117 74.0544)
+ (end 137.585 72.9277)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 3)
+ (uuid "42879ec6-bb79-41af-a2f6-afa70a0e4743")
+ )
+ (segment
+ (start 151.8197 54.6013)
+ (end 154.4483 51.9727)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 3)
+ (uuid "4ea5ce91-f6a1-45f3-80b6-76f410b9f5f3")
+ )
+ (segment
+ (start 143.8417 94.026)
+ (end 143.8417 93.5718)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 3)
+ (uuid "54107f71-c456-4e1c-88e0-b709d57e9e66")
+ )
+ (segment
+ (start 147.1975 90.216)
+ (end 138.7117 81.7302)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 3)
+ (uuid "5781372f-700d-4a96-8ba4-ea63fe37bda5")
+ )
+ (segment
+ (start 147.745 90.216)
+ (end 147.1975 90.216)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 3)
+ (uuid "72988882-ac00-4d22-a6dd-6e9711e21b5e")
+ )
+ (segment
+ (start 142.665 94.026)
+ (end 143.8417 94.026)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 3)
+ (uuid "81f8aec0-23de-4880-8c61-2453bff2644b")
+ )
+ (segment
+ (start 154.4483 51.9727)
+ (end 154.73 51.9727)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 3)
+ (uuid "8f4e0a6f-ad15-450b-ae1f-6379d0de051a")
+ )
+ (segment
+ (start 137.585 71.801)
+ (end 137.585 72.9277)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 3)
+ (uuid "abbcc176-351c-4047-be9f-61b76049db5f")
+ )
+ (segment
+ (start 137.8667 70.6743)
+ (end 151.8197 56.7213)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 3)
+ (uuid "acc4d70d-38cc-44ba-9953-fec77ff8f2ef")
+ )
+ (segment
+ (start 138.7117 81.7302)
+ (end 138.7117 74.0544)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 3)
+ (uuid "d6e4994b-21e8-4481-aa2a-7f5ce19cd3fd")
+ )
+ (segment
+ (start 121.8208 72.954)
+ (end 120.9317 72.0649)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 4)
+ (uuid "08021d1d-85b1-49d0-824e-d636251504c3")
+ )
+ (segment
+ (start 161.2233 71.166)
+ (end 160.4932 71.166)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 4)
+ (uuid "237e5a12-14ad-47e1-9dda-cc4a20738605")
+ )
+ (segment
+ (start 119.805 71.801)
+ (end 120.9317 71.801)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 4)
+ (uuid "323c8eb2-a9c3-45cb-af33-329bb16bbef2")
+ )
+ (segment
+ (start 158.7052 72.954)
+ (end 121.8208 72.954)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 4)
+ (uuid "40c6ce73-b110-48fc-8a8a-6a41219a0acd")
+ )
+ (segment
+ (start 160.4932 71.166)
+ (end 158.7052 72.954)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 4)
+ (uuid "65ea5351-b5f3-4c7d-add8-ccb877fd5bbe")
+ )
+ (segment
+ (start 162.35 71.166)
+ (end 161.2233 71.166)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 4)
+ (uuid "ae0b0401-1280-4564-b210-694152aac46c")
+ )
+ (segment
+ (start 120.9317 72.0649)
+ (end 120.9317 71.801)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 4)
+ (uuid "f7774bab-49bd-4450-978d-d3f38d6e8b0a")
+ )
+ (segment
+ (start 119.805 90.216)
+ (end 119.805 89.0893)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 4)
+ (uuid "0d11a320-9603-45e4-922d-b646489be773")
+ )
+ (segment
+ (start 162.35 78.151)
+ (end 162.35 77.0243)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 4)
+ (uuid "13659545-d1ea-4043-87e0-65a809a69637")
+ )
+ (segment
+ (start 119.805 94.026)
+ (end 119.805 90.216)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 4)
+ (uuid "3b605362-6145-4f10-960a-2ba5e347c83d")
+ )
+ (segment
+ (start 162.5302 77.0243)
+ (end 163.4767 76.0778)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 4)
+ (uuid "46859ad1-692c-4853-b3c3-2083ed1e88a5")
+ )
+ (segment
+ (start 162.35 77.0243)
+ (end 162.5302 77.0243)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 4)
+ (uuid "5c9b8cbf-472e-4ec1-87a8-94167ab5326d")
+ )
+ (segment
+ (start 162.35 71.166)
+ (end 162.35 72.2927)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 4)
+ (uuid "7300e902-3775-48a1-a5d5-e2873c99a300")
+ )
+ (segment
+ (start 163.4767 76.0778)
+ (end 163.4767 73.4194)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 4)
+ (uuid "76e5897e-34d7-47dd-8715-2af867e8d5eb")
+ )
+ (segment
+ (start 119.805 72.9277)
+ (end 118.6783 74.0544)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 4)
+ (uuid "bc2ae85b-07ca-4776-a8d1-1af20cd96d11")
+ )
+ (segment
+ (start 119.805 71.801)
+ (end 119.805 72.9277)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 4)
+ (uuid "be7db603-78d2-463c-a1cc-df80d9dc10dd")
+ )
+ (segment
+ (start 118.6783 87.9626)
+ (end 119.805 89.0893)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 4)
+ (uuid "c207f69a-cc75-48ee-a494-5dcc6013dd32")
+ )
+ (segment
+ (start 163.4767 73.4194)
+ (end 162.35 72.2927)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 4)
+ (uuid "daa70161-1b55-4c50-958e-894f8b21c5b1")
+ )
+ (segment
+ (start 118.6783 74.0544)
+ (end 118.6783 87.9626)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 4)
+ (uuid "eb66a3cf-003f-4657-b2aa-8257b115a010")
+ )
+ (segment
+ (start 124.7683 70.2226)
+ (end 123.4717 71.5192)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 5)
+ (uuid "16bf8287-c325-4608-9a10-b8f55c6e32c3")
+ )
+ (segment
+ (start 153.6033 71.166)
+ (end 152.6599 70.2226)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 5)
+ (uuid "508de94a-139e-43a6-80f7-884c14efeb7e")
+ )
+ (segment
+ (start 152.6599 70.2226)
+ (end 124.7683 70.2226)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 5)
+ (uuid "876b2a0f-e58c-4e9b-a0d1-9d9dc9139bad")
+ )
+ (segment
+ (start 122.345 71.801)
+ (end 123.4717 71.801)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 5)
+ (uuid "af386f21-1059-40cf-b58b-4bff80d03034")
+ )
+ (segment
+ (start 154.73 71.166)
+ (end 153.6033 71.166)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 5)
+ (uuid "d37d42ae-1e9b-4c8b-a467-f7c67366d24c")
+ )
+ (segment
+ (start 123.4717 71.5192)
+ (end 123.4717 71.801)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 5)
+ (uuid "e3264a00-a430-4f88-b561-6c0d2bb7f8fb")
+ )
+ (segment
+ (start 126.2483 94.026)
+ (end 126.2483 93.6582)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 5)
+ (uuid "074be38d-ac98-4de7-8777-cc114e0f6b12")
+ )
+ (segment
+ (start 123.4717 90.8816)
+ (end 123.4717 90.216)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 5)
+ (uuid "0d9d73bc-5e9f-4579-8c31-ea755a7d5b9b")
+ )
+ (segment
+ (start 154.73 71.166)
+ (end 154.73 75.611)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 5)
+ (uuid "120f2927-e6d0-4071-80be-912fbce487cc")
+ )
+ (segment
+ (start 127.425 94.026)
+ (end 126.2483 94.026)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 5)
+ (uuid "27e01027-d1c3-470f-b5ad-db76051ecbd3")
+ )
+ (segment
+ (start 122.345 72.9277)
+ (end 121.2183 74.0544)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 5)
+ (uuid "6176ac99-f9d3-4e72-94f5-e369546913c2")
+ )
+ (segment
+ (start 121.2183 74.0544)
+ (end 121.2183 87.9626)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 5)
+ (uuid "6a1b142b-901f-44b1-8754-f0ff77b62d18")
+ )
+ (segment
+ (start 121.2183 87.9626)
+ (end 122.345 89.0893)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 5)
+ (uuid "7fe23da3-252d-4da3-836c-53fc5f4c55f2")
+ )
+ (segment
+ (start 126.2483 93.6582)
+ (end 123.4717 90.8816)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 5)
+ (uuid "94a684ec-44fe-4cfe-9523-9c460663406e")
+ )
+ (segment
+ (start 122.345 71.801)
+ (end 122.345 72.9277)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 5)
+ (uuid "c60a82b4-095e-458f-b9da-861ee811f0c6")
+ )
+ (segment
+ (start 122.345 90.216)
+ (end 122.345 89.0893)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 5)
+ (uuid "e34a0633-605b-4bad-855a-8cf790cc9a7f")
+ )
+ (segment
+ (start 122.345 90.216)
+ (end 123.4717 90.216)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 5)
+ (uuid "efe3ce03-1a30-4758-84d6-99dde415caea")
+ )
+ (segment
+ (start 162.35 68.626)
+ (end 161.2233 68.626)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 6)
+ (uuid "041c7be0-ca72-4afd-bda0-c9b11880b69f")
+ )
+ (segment
+ (start 160.0784 69.7709)
+ (end 161.2233 68.626)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 6)
+ (uuid "394f2d08-6eb9-4e65-9d20-fe7e1c9c474d")
+ )
+ (segment
+ (start 118.3917 71.5971)
+ (end 120.2179 69.7709)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 6)
+ (uuid "3b6cc497-e60f-4e65-8869-d02ffe484a32")
+ )
+ (segment
+ (start 117.265 71.801)
+ (end 118.3917 71.801)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 6)
+ (uuid "412caacd-21cb-4187-8b89-75b6ced4d435")
+ )
+ (segment
+ (start 118.3917 71.801)
+ (end 118.3917 71.5971)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 6)
+ (uuid "71347e1b-8e49-44bf-8d77-cb734a2e9474")
+ )
+ (segment
+ (start 120.2179 69.7709)
+ (end 160.0784 69.7709)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 6)
+ (uuid "7efb285f-d28b-4df3-b5ae-7f746e8ea1ba")
+ )
+ (segment
+ (start 162.35 80.691)
+ (end 162.35 79.5643)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "20f7a715-6f56-44b9-a5f6-7f441bf32227")
+ )
+ (segment
+ (start 162.1558 79.5643)
+ (end 162.35 79.5643)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "4d2953b0-0013-48cc-b2a3-4e67d8d52094")
+ )
+ (segment
+ (start 117.265 72.9277)
+ (end 116.1383 74.0544)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "5792a3f5-4363-4bda-bccb-5d6dbf6821f7")
+ )
+ (segment
+ (start 116.1383 74.0544)
+ (end 116.1383 87.9626)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "6b368483-863b-416f-a4fb-082181d1e143")
+ )
+ (segment
+ (start 161.2233 70.685)
+ (end 161.2233 78.6318)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "6cd67b21-631e-43ac-be4c-a542c6af5656")
+ )
+ (segment
+ (start 117.265 94.026)
+ (end 117.265 90.216)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "868679d5-15b6-4f2a-bdc6-ec6a1f725ce5")
+ )
+ (segment
+ (start 162.35 68.626)
+ (end 162.35 69.7527)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "86bcc512-cc4e-4cc8-8b41-d267278e6624")
+ )
+ (segment
+ (start 117.265 90.216)
+ (end 117.265 89.0893)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "9c0cced6-5ff7-4a53-bb8c-cc218b294f74")
+ )
+ (segment
+ (start 116.1383 87.9626)
+ (end 117.265 89.0893)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "b10d72fa-f2a8-47d9-867f-b19433e126d6")
+ )
+ (segment
+ (start 161.2233 78.6318)
+ (end 162.1558 79.5643)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "bc51c337-0f95-4705-aedc-107bc6bf41bd")
+ )
+ (segment
+ (start 162.35 69.7527)
+ (end 162.1556 69.7527)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "bcfd6dd5-7032-4657-9c39-1f66507dcaf6")
+ )
+ (segment
+ (start 117.265 71.801)
+ (end 117.265 72.9277)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "c40e9e62-76a3-45e0-a968-2c38ffc4f4f8")
+ )
+ (segment
+ (start 162.1556 69.7527)
+ (end 161.2233 70.685)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 6)
+ (uuid "ca40862a-6250-4471-9b49-ecea2c974149")
+ )
+ (segment
+ (start 134.9438 92.3961)
+ (end 133.6817 93.6582)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 7)
+ (uuid "03a9e3bc-0aa8-4b1c-9390-74a1349e844b")
+ )
+ (segment
+ (start 153.4353 88.143)
+ (end 153.6033 88.311)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 7)
+ (uuid "04e0a432-eca5-456b-9186-21d526db18bb")
+ )
+ (segment
+ (start 142.198 88.143)
+ (end 153.4353 88.143)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 7)
+ (uuid "2990e908-66a3-4ae3-ba7c-7f453927c3c1")
+ )
+ (segment
+ (start 140.125 90.216)
+ (end 138.9983 90.216)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 7)
+ (uuid "2d258582-dc21-4ef2-b686-2be31243e4fb")
+ )
+ (segment
+ (start 132.505 94.026)
+ (end 133.6817 94.026)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 7)
+ (uuid "39f9d92c-22a2-463b-b4cd-345341e3a2b6")
+ )
+ (segment
+ (start 133.6817 93.6582)
+ (end 133.6817 94.026)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 7)
+ (uuid "4606d029-6058-4237-83c9-759c7b69cac9")
+ )
+ (segment
+ (start 138.9983 90.4977)
+ (end 137.9435 91.5525)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 7)
+ (uuid "62e44117-024e-4aeb-93c6-0c610ca38780")
+ )
+ (segment
+ (start 140.125 90.216)
+ (end 142.198 88.143)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 7)
+ (uuid "7de4c63b-2e8e-45f0-b852-9faa05fab470")
+ )
+ (segment
+ (start 138.9983 90.216)
+ (end 138.9983 90.4977)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 7)
+ (uuid "8d3b33c2-2163-4717-b9f5-c75fa84208d5")
+ )
+ (segment
+ (start 137.3027 91.5525)
+ (end 136.4591 92.3961)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 7)
+ (uuid "aef1e336-92a2-49a2-8599-a9a514eaab51")
+ )
+ (segment
+ (start 137.9435 91.5525)
+ (end 137.3027 91.5525)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 7)
+ (uuid "e04e4f5a-3896-4c5e-831e-6e5059d70e1a")
+ )
+ (segment
+ (start 136.4591 92.3961)
+ (end 134.9438 92.3961)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 7)
+ (uuid "e37c065d-02c7-422e-97b0-ffa53d72e15a")
+ )
+ (segment
+ (start 154.73 88.311)
+ (end 153.6033 88.311)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 7)
+ (uuid "ff1a7fff-7aa6-4c19-8de9-8b14736c32f4")
+ )
+ (segment
+ (start 155.0118 67.2127)
+ (end 154.73 67.2127)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 7)
+ (uuid "11b084fd-f057-402b-b302-d1099b308559")
+ )
+ (segment
+ (start 140.125 90.216)
+ (end 140.125 89.0893)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 7)
+ (uuid "1f0a1fa5-66f0-48a1-bdf6-6731264f3dff")
+ )
+ (segment
+ (start 140.125 89.0893)
+ (end 131.0917 80.056)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 7)
+ (uuid "3ecbc000-cce6-4d8b-b8b5-ac61abfa11d9")
+ )
+ (segment
+ (start 155.8567 68.0576)
+ (end 155.0118 67.2127)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 7)
+ (uuid "3ee62521-3453-4f1d-8dba-057db95d905c")
+ )
+ (segment
+ (start 131.0917 80.056)
+ (end 131.0917 74.0544)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 7)
+ (uuid "511bbbfe-ca90-42bc-9f18-11aa9f4876e4")
+ )
+ (segment
+ (start 154.73 88.311)
+ (end 154.73 87.1843)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 7)
+ (uuid "708d50fe-eb05-4fff-a7be-e16879899198")
+ )
+ (segment
+ (start 155.0117 87.1843)
+ (end 155.8567 86.3393)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 7)
+ (uuid "7a7a5fdf-87a5-4408-b551-072fb3007cb9")
+ )
+ (segment
+ (start 131.0917 74.0544)
+ (end 129.965 72.9277)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 7)
+ (uuid "837dfa04-12b7-45c4-b0ad-b92c28bcf09d")
+ )
+ (segment
+ (start 155.8567 86.3393)
+ (end 155.8567 68.0576)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 7)
+ (uuid "95a4f88a-11dd-4809-bf72-0228391759e9")
+ )
+ (segment
+ (start 129.965 71.801)
+ (end 129.965 72.9277)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 7)
+ (uuid "96e09532-982d-42ce-8549-1823908b1692")
+ )
+ (segment
+ (start 154.73 87.1843)
+ (end 155.0117 87.1843)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 7)
+ (uuid "b114d694-e2bb-4615-8d8e-55902455174e")
+ )
+ (segment
+ (start 154.73 66.086)
+ (end 154.73 67.2127)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 7)
+ (uuid "f2639ddd-a82f-41cf-bb77-4d39ede41ff0")
+ )
+ (segment
+ (start 120.1583 67.2127)
+ (end 115.8517 71.5193)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 8)
+ (uuid "1aa2c5d7-cda5-4f1f-be85-3a4abc7f770e")
+ )
+ (segment
+ (start 115.8517 71.5193)
+ (end 115.8517 71.801)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 8)
+ (uuid "30e30238-7f93-4726-a95c-4936f36c62e1")
+ )
+ (segment
+ (start 114.725 71.801)
+ (end 115.8517 71.801)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 8)
+ (uuid "4fe425b1-4c7d-40bd-b8ce-41c27ab7fa5a")
+ )
+ (segment
+ (start 161.2233 66.086)
+ (end 160.0966 67.2127)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 8)
+ (uuid "6188ac8d-60e1-47c2-8ca3-54e21a8f83ca")
+ )
+ (segment
+ (start 160.0966 67.2127)
+ (end 120.1583 67.2127)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 8)
+ (uuid "728f85a3-1ed6-4dff-8b32-9ed897db1076")
+ )
+ (segment
+ (start 162.35 66.086)
+ (end 161.2233 66.086)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 8)
+ (uuid "917beddf-b26f-464c-9e7c-f03cd41d6f30")
+ )
+ (segment
+ (start 162.35 66.086)
+ (end 162.35 67.2127)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 8)
+ (uuid "050dfa22-c6fb-484e-9e9a-ee6cb807f5cd")
+ )
+ (segment
+ (start 162.6317 82.1043)
+ (end 163.943 80.793)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 8)
+ (uuid "0a5db32c-6d6d-4cd3-b815-67a0bafd2a53")
+ )
+ (segment
+ (start 114.725 72.9277)
+ (end 113.5983 74.0544)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 8)
+ (uuid "46fbe3cc-7051-47ee-8cb6-f492e9973030")
+ )
+ (segment
+ (start 114.725 71.801)
+ (end 114.725 72.9277)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 8)
+ (uuid "4c7c9f36-e193-4b78-90e5-dd0d3182226d")
+ )
+ (segment
+ (start 162.35 83.231)
+ (end 162.35 82.1043)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 8)
+ (uuid "518c6c02-2ec4-42b5-a145-b779de0767f8")
+ )
+ (segment
+ (start 113.5983 74.0544)
+ (end 113.5983 87.9626)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 8)
+ (uuid "55845512-1a7b-44bd-b52d-cee95444a675")
+ )
+ (segment
+ (start 163.943 80.793)
+ (end 163.943 68.524)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 8)
+ (uuid "8038549e-5ce8-47eb-a378-ecb618fd2da0")
+ )
+ (segment
+ (start 163.943 68.524)
+ (end 162.6317 67.2127)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 8)
+ (uuid "a99744d7-1999-4bc9-92f8-40055e140f0f")
+ )
+ (segment
+ (start 114.725 90.216)
+ (end 114.725 89.0893)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 8)
+ (uuid "bde9f86c-f928-446c-b1c8-d0bbe4b3d0c8")
+ )
+ (segment
+ (start 114.725 94.026)
+ (end 114.725 90.216)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 8)
+ (uuid "c4940869-8e5b-462d-bea7-d83482f70e40")
+ )
+ (segment
+ (start 162.6317 67.2127)
+ (end 162.35 67.2127)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 8)
+ (uuid "d6963a6c-ae4f-4007-b5e0-e45cdfb02860")
+ )
+ (segment
+ (start 113.5983 87.9626)
+ (end 114.725 89.0893)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 8)
+ (uuid "e1a2bd1d-74c7-4f4a-a592-620c53a70541")
+ )
+ (segment
+ (start 162.35 82.1043)
+ (end 162.6317 82.1043)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 8)
+ (uuid "ea2c883b-3eab-4fa5-bd45-883450d27229")
+ )
+ (segment
+ (start 113.3117 71.5193)
+ (end 113.3117 71.801)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 9)
+ (uuid "1d6b801b-c6f1-481d-a6d9-436d0de506ab")
+ )
+ (segment
+ (start 162.35 63.546)
+ (end 161.2233 63.546)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 9)
+ (uuid "2fe363ea-cc51-4e9b-834c-b498624c95d4")
+ )
+ (segment
+ (start 161.2233 63.546)
+ (end 160.0966 64.6727)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 9)
+ (uuid "44aafccc-af87-4b80-8af8-27f3bd02384d")
+ )
+ (segment
+ (start 120.1583 64.6727)
+ (end 113.3117 71.5193)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 9)
+ (uuid "cc9a7fcf-995b-4f97-b5fc-73d492e35485")
+ )
+ (segment
+ (start 160.0966 64.6727)
+ (end 120.1583 64.6727)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 9)
+ (uuid "f4cec5b3-b5c7-46ee-a1e9-08e2b942deff")
+ )
+ (segment
+ (start 112.185 71.801)
+ (end 113.3117 71.801)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 9)
+ (uuid "feccfb12-715a-4b42-8739-9ee4a4674f47")
+ )
+ (segment
+ (start 160.7716 83.3477)
+ (end 162.0682 84.6443)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 9)
+ (uuid "20d1d982-89f3-4c09-8492-a5312ee33306")
+ )
+ (segment
+ (start 162.35 85.771)
+ (end 162.35 84.6443)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 9)
+ (uuid "2708caf0-e233-4ac2-b267-16671a0a8f37")
+ )
+ (segment
+ (start 112.185 71.801)
+ (end 112.185 72.9277)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 9)
+ (uuid "30b133d6-3cfc-4ec9-bbef-5e15c54ea6cd")
+ )
+ (segment
+ (start 112.185 72.9277)
+ (end 111.0583 74.0544)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 9)
+ (uuid "42f8465c-c349-451c-a9b7-29f67d6e457f")
+ )
+ (segment
+ (start 112.185 90.216)
+ (end 112.185 89.0893)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 9)
+ (uuid "4f35a599-96a8-45b9-9f6b-7611f3086d17")
+ )
+ (segment
+ (start 111.0583 74.0544)
+ (end 111.0583 87.9626)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 9)
+ (uuid "8bf8fdca-adbf-408d-bfb6-5e44597a3b98")
+ )
+ (segment
+ (start 160.7716 65.9693)
+ (end 160.7716 83.3477)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 9)
+ (uuid "923e376d-5ffa-43c3-b743-82dc253718c7")
+ )
+ (segment
+ (start 112.185 94.026)
+ (end 112.185 90.216)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 9)
+ (uuid "babf7d0a-cc68-47ad-bbbe-d34629208575")
+ )
+ (segment
+ (start 162.35 63.546)
+ (end 162.35 64.6727)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 9)
+ (uuid "cd97a661-c865-4e89-934a-2bc8e2bb657d")
+ )
+ (segment
+ (start 111.0583 87.9626)
+ (end 112.185 89.0893)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 9)
+ (uuid "cd9eba72-c789-4d71-ad1e-eb68c56059c8")
+ )
+ (segment
+ (start 162.35 64.6727)
+ (end 162.0682 64.6727)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 9)
+ (uuid "d561df4d-5e9d-4da6-987c-085b25a33a21")
+ )
+ (segment
+ (start 162.0682 84.6443)
+ (end 162.35 84.6443)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 9)
+ (uuid "d732a0fb-3d1c-4e39-a42a-679feeb7d45a")
+ )
+ (segment
+ (start 162.0682 64.6727)
+ (end 160.7716 65.9693)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 9)
+ (uuid "ff1b2da0-0c07-4ef8-b8e8-c4226724ad61")
+ )
+ (segment
+ (start 155.8567 83.7994)
+ (end 155.8567 80.2091)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 10)
+ (uuid "2b7f1b3f-d006-4f19-9b3b-667e690ed789")
+ )
+ (segment
+ (start 155.2022 79.5546)
+ (end 148.9207 79.5546)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 10)
+ (uuid "2e061c91-2329-4f25-bede-3a51c9ae2bbd")
+ )
+ (segment
+ (start 154.73 84.6443)
+ (end 155.0118 84.6443)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 10)
+ (uuid "5581a9a9-7e1a-4f1f-bb3c-d721d4c6d28b")
+ )
+ (segment
+ (start 144.0114 79.5546)
+ (end 133.6317 89.9343)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 10)
+ (uuid "705396ac-f7f1-43b0-9dbf-a9ff16ebb8c7")
+ )
+ (segment
+ (start 154.73 85.771)
+ (end 154.73 84.6443)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 10)
+ (uuid "70e6aad8-682b-40e6-a9b2-b7717f83224d")
+ )
+ (segment
+ (start 133.6317 89.9343)
+ (end 133.6317 90.216)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 10)
+ (uuid "78ad048e-8d85-4fa1-8091-c12458710ef5")
+ )
+ (segment
+ (start 148.9207 79.5546)
+ (end 144.0114 79.5546)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 10)
+ (uuid "9fe2ee65-a9a7-4e8c-bf46-5cc5a7c10534")
+ )
+ (segment
+ (start 155.0118 84.6443)
+ (end 155.8567 83.7994)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 10)
+ (uuid "d68b6dfd-e489-4bc8-8ae5-112a9a9d4465")
+ )
+ (segment
+ (start 132.505 90.216)
+ (end 133.6317 90.216)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 10)
+ (uuid "d6f981ca-8690-4bbc-badc-06dec5b2658c")
+ )
+ (segment
+ (start 155.8567 80.2091)
+ (end 155.2022 79.5546)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 10)
+ (uuid "e6c19f1e-ca6f-4bbe-9692-4c59fae7a45f")
+ )
+ (via
+ (at 148.9207 79.5546)
+ (size 0.6)
+ (drill 0.4)
+ (layers "F.Cu" "B.Cu")
+ (net 10)
+ (uuid "799517bd-1084-4d91-a35a-db726518f8b0")
+ )
+ (segment
+ (start 140.125 94.026)
+ (end 138.9483 94.026)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 10)
+ (uuid "10edd234-6616-4bc5-816b-19aab8292ecd")
+ )
+ (segment
+ (start 138.9483 94.026)
+ (end 138.9483 93.6582)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 10)
+ (uuid "19def022-b291-4388-9776-768f5ec819da")
+ )
+ (segment
+ (start 138.9483 93.6582)
+ (end 136.6328 91.3427)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 10)
+ (uuid "1bceacf1-a505-470a-82ac-429ecf7fbcaa")
+ )
+ (segment
+ (start 154.73 63.546)
+ (end 154.73 64.6727)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 10)
+ (uuid "2c171a2d-2454-4710-a8f4-725abdfb117d")
+ )
+ (segment
+ (start 154.4482 84.6443)
+ (end 153.1425 83.3386)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 10)
+ (uuid "32e3d87d-4de1-4707-b95e-8b7c828ba820")
+ )
+ (segment
+ (start 153.1425 66.0564)
+ (end 154.5262 64.6727)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 10)
+ (uuid "46f5b828-36d6-4ce7-a7d6-658de4e3d95e")
+ )
+ (segment
+ (start 133.6317 90.4978)
+ (end 133.6317 90.216)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 10)
+ (uuid "73d3891a-31f5-4f3b-9fd8-67986f27b70d")
+ )
+ (segment
+ (start 154.73 84.6443)
+ (end 154.4482 84.6443)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 10)
+ (uuid "8e30d266-b38a-47fa-aa74-84347d8830fa")
+ )
+ (segment
+ (start 153.1425 83.3386)
+ (end 153.1425 66.0564)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 10)
+ (uuid "9e02ea95-9edf-4067-8f9a-c730f30a1d17")
+ )
+ (segment
+ (start 147.745 71.801)
+ (end 147.745 72.9277)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 10)
+ (uuid "a5c1faea-9ec3-4042-a78c-cdf5226d1d69")
+ )
+ (segment
+ (start 147.745 72.9277)
+ (end 148.9207 74.1034)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 10)
+ (uuid "abca9b9e-abbe-4d49-b7bf-b8ed18314a8e")
+ )
+ (segment
+ (start 136.6328 91.3427)
+ (end 134.4766 91.3427)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 10)
+ (uuid "c4da4602-8cc5-4769-a36e-f4e1d5d9fc58")
+ )
+ (segment
+ (start 132.505 90.216)
+ (end 133.6317 90.216)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 10)
+ (uuid "d1098a31-96f9-41b6-9ebc-39769de6c46c")
+ )
+ (segment
+ (start 154.5262 64.6727)
+ (end 154.73 64.6727)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 10)
+ (uuid "d2fe23b9-f2b2-4c14-a7f3-1385a5d200d9")
+ )
+ (segment
+ (start 134.4766 91.3427)
+ (end 133.6317 90.4978)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 10)
+ (uuid "e3e8b0dd-6e56-49ba-a100-65cc07613175")
+ )
+ (segment
+ (start 148.9207 74.1034)
+ (end 148.9207 79.5546)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 10)
+ (uuid "e8383cfb-6e81-4dc1-85a8-cec8ece0a27e")
+ )
+ (segment
+ (start 154.73 85.771)
+ (end 154.73 84.6443)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 10)
+ (uuid "fc87d110-f8a1-48bf-996f-ee784ea8f09b")
+ )
+ (segment
+ (start 155.942 94.7997)
+ (end 159.8907 90.851)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 11)
+ (uuid "4b00cbdf-7fa7-482e-96b7-d45c08fe49c5")
+ )
+ (segment
+ (start 159.8907 90.851)
+ (end 162.35 90.851)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 11)
+ (uuid "7df586d6-343f-4f7e-bfed-d9e1065ecd08")
+ )
+ (via
+ (at 155.942 94.7997)
+ (size 0.6)
+ (drill 0.4)
+ (layers "F.Cu" "B.Cu")
+ (net 11)
+ (uuid "d10e1abf-0554-42c5-9135-d308afae72a3")
+ )
+ (segment
+ (start 108.2817 94.026)
+ (end 108.2817 94.3937)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 11)
+ (uuid "0707fea6-31e3-4114-95c6-4e44cf487838")
+ )
+ (segment
+ (start 162.6317 54.5127)
+ (end 162.35 54.5127)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 11)
+ (uuid "0def89dc-e545-4e16-b094-6e72c6a7cbe3")
+ )
+ (segment
+ (start 109.1049 95.2169)
+ (end 153.6441 95.2169)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 11)
+ (uuid "12ec116e-e4a4-42fe-a840-f80bd9fd985a")
+ )
+ (segment
+ (start 162.35 53.386)
+ (end 162.35 54.5127)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 11)
+ (uuid "143a7ccc-f334-4f4c-ac32-b9ead2aaeea3")
+ )
+ (segment
+ (start 107.105 90.216)
+ (end 107.105 94.026)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 11)
+ (uuid "2d4fb2e1-8f15-4f7e-bf19-dbd7c5ab2b61")
+ )
+ (segment
+ (start 167.4974 68.7041)
+ (end 164.0224 65.2291)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 11)
+ (uuid "3053577b-bbea-46c9-8b2b-67049cc19158")
+ )
+ (segment
+ (start 107.105 71.801)
+ (end 107.105 72.9277)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 11)
+ (uuid "352a0259-70ca-47bd-b607-b9d76d677003")
+ )
+ (segment
+ (start 105.9783 87.9626)
+ (end 105.9783 74.0544)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 11)
+ (uuid "36868493-ce7d-45d3-b173-a5866171305d")
+ )
+ (segment
+ (start 153.6441 95.2169)
+ (end 154.0613 94.7997)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 11)
+ (uuid "3759986d-50c5-49ac-85f6-e553e990b15e")
+ )
+ (segment
+ (start 105.9783 74.0544)
+ (end 107.105 72.9277)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 11)
+ (uuid "55c5a08b-dcda-4a75-8a4e-5f7c3bf61ec0")
+ )
+ (segment
+ (start 107.105 90.216)
+ (end 107.105 89.0893)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 11)
+ (uuid "656cb5e9-1f4f-4f68-8cfa-c01235e3e6e1")
+ )
+ (segment
+ (start 107.105 89.0893)
+ (end 105.9783 87.9626)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 11)
+ (uuid "6662af97-1819-404b-91fc-c3f34839e51a")
+ )
+ (segment
+ (start 107.105 94.026)
+ (end 108.2817 94.026)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 11)
+ (uuid "685d424f-3a37-422b-bf35-017f6fa1eaba")
+ )
+ (segment
+ (start 108.2817 94.3937)
+ (end 109.1049 95.2169)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 11)
+ (uuid "89424fae-e683-4724-8a7b-1ce1a483b4fa")
+ )
+ (segment
+ (start 162.35 89.7243)
+ (end 162.6317 89.7243)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 11)
+ (uuid "902cf8c1-884b-42a1-b96b-0e70eb644d99")
+ )
+ (segment
+ (start 162.35 90.851)
+ (end 162.35 89.7243)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 11)
+ (uuid "a461d7e2-08ea-4e24-a39c-4f3da3c3dc56")
+ )
+ (segment
+ (start 167.4974 84.8586)
+ (end 167.4974 68.7041)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 11)
+ (uuid "aa88c5a8-3da7-4f64-963e-8f9a45550e44")
+ )
+ (segment
+ (start 164.0224 65.2291)
+ (end 164.0224 55.9034)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 11)
+ (uuid "b4b56b7c-b62c-446d-9e57-1f2e60131137")
+ )
+ (segment
+ (start 162.6317 89.7243)
+ (end 167.4974 84.8586)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 11)
+ (uuid "d5e75cc6-6ac7-4ad5-bb74-e60e882ab57d")
+ )
+ (segment
+ (start 154.0613 94.7997)
+ (end 155.942 94.7997)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 11)
+ (uuid "f69df36f-d0e4-40eb-b0fc-00b07ceb09ac")
+ )
+ (segment
+ (start 164.0224 55.9034)
+ (end 162.6317 54.5127)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 11)
+ (uuid "ffc81809-3346-4978-983f-52075a6f4133")
+ )
+ (segment
+ (start 141.5383 90.216)
+ (end 141.5383 90.4977)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 12)
+ (uuid "03712bb9-4321-4c16-af3a-0d76ca99198f")
+ )
+ (segment
+ (start 140.0318 92.0042)
+ (end 137.9064 92.0042)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 12)
+ (uuid "2447fcf7-6f43-4735-9062-4f9b201c2719")
+ )
+ (segment
+ (start 136.2217 93.6889)
+ (end 136.2217 94.026)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 12)
+ (uuid "44e02774-66b6-41c5-aa0c-bf03abe4bff5")
+ )
+ (segment
+ (start 154.73 90.851)
+ (end 153.6033 90.851)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 12)
+ (uuid "477b76da-e734-4bfe-b18d-04dbb813f0b7")
+ )
+ (segment
+ (start 142.665 90.216)
+ (end 141.5383 90.216)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 12)
+ (uuid "8a8baec3-0a52-4ae5-81c3-a0054c17bae7")
+ )
+ (segment
+ (start 137.9064 92.0042)
+ (end 136.2217 93.6889)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 12)
+ (uuid "a2978c34-6134-4aef-ac03-0c23599d1a5b")
+ )
+ (segment
+ (start 153.6033 90.851)
+ (end 151.361 88.6087)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 12)
+ (uuid "cf8f1b91-9b47-4c20-91f4-e56fa06f7305")
+ )
+ (segment
+ (start 144.2723 88.6087)
+ (end 142.665 90.216)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 12)
+ (uuid "d30f883c-5dd1-421b-a91f-ccf17fed7ec3")
+ )
+ (segment
+ (start 135.045 94.026)
+ (end 136.2217 94.026)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 12)
+ (uuid "dbc29a73-9374-4be5-90c6-385a1a61b4cc")
+ )
+ (segment
+ (start 151.361 88.6087)
+ (end 144.2723 88.6087)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 12)
+ (uuid "e1f67673-cad9-4ef8-8e99-bf3111de192e")
+ )
+ (segment
+ (start 141.5383 90.4977)
+ (end 140.0318 92.0042)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 12)
+ (uuid "f2662584-fbd7-4b3e-908b-2ee5211e76b2")
+ )
+ (segment
+ (start 154.73 48.306)
+ (end 153.6033 48.306)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 12)
+ (uuid "2b29f6fb-4c62-4a73-90b4-d74c91c2bcbb")
+ )
+ (segment
+ (start 133.6317 80.056)
+ (end 133.6317 74.0544)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 12)
+ (uuid "2f457ba8-baaa-4ddd-9802-8c506cbb8798")
+ )
+ (segment
+ (start 142.665 90.216)
+ (end 142.665 89.0893)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 12)
+ (uuid "382e34fd-60c2-406b-99bb-2da0550a0a83")
+ )
+ (segment
+ (start 132.505 71.801)
+ (end 132.505 70.6743)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 12)
+ (uuid "44a4af2f-e6f4-406d-ae51-4430e08c6b0e")
+ )
+ (segment
+ (start 142.665 89.0893)
+ (end 133.6317 80.056)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 12)
+ (uuid "541f427a-e0ac-4e74-b663-70b075df6717")
+ )
+ (segment
+ (start 132.505 71.801)
+ (end 132.505 72.9277)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 12)
+ (uuid "7d499fad-bf42-44b9-b71b-fa75104273de")
+ )
+ (segment
+ (start 146.475 55.4343)
+ (end 146.475 56.986)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 12)
+ (uuid "a7971ee1-18c2-4154-afe2-56075b30a7e3")
+ )
+ (segment
+ (start 153.6033 48.306)
+ (end 146.475 55.4343)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 12)
+ (uuid "aef0cf11-eeb0-479a-8b99-3d1ec3c1172e")
+ )
+ (segment
+ (start 146.475 56.986)
+ (end 132.7867 70.6743)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 12)
+ (uuid "e5768a74-1177-4371-9702-5f7e1af2df3e")
+ )
+ (segment
+ (start 132.7867 70.6743)
+ (end 132.505 70.6743)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 12)
+ (uuid "f011a78d-d448-4648-bea9-b33d176d9c5e")
+ )
+ (segment
+ (start 133.6317 74.0544)
+ (end 132.505 72.9277)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 12)
+ (uuid "fa64f476-efb4-4b9c-9f6c-0fd8d7e67077")
+ )
+ (segment
+ (start 103.2017 94.3937)
+ (end 103.2017 94.026)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 14)
+ (uuid "543610d0-5931-4791-a452-8f33c0c3d34f")
+ )
+ (segment
+ (start 108.1953 99.3873)
+ (end 103.2017 94.3937)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 14)
+ (uuid "74c37e1a-b663-4537-8b43-e651a97aa800")
+ )
+ (segment
+ (start 102.025 94.026)
+ (end 103.2017 94.026)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 14)
+ (uuid "8e30d006-4c1b-476f-bff2-fe6fbe713453")
+ )
+ (segment
+ (start 153.0027 99.3873)
+ (end 108.1953 99.3873)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 14)
+ (uuid "dff82087-0663-47ad-8712-798ef1f6c39f")
+ )
+ (via
+ (at 153.0027 99.3873)
+ (size 0.6)
+ (drill 0.4)
+ (layers "F.Cu" "B.Cu")
+ (net 14)
+ (uuid "44486a61-c59a-4b0b-bc86-14e7e63c5b6b")
+ )
+ (segment
+ (start 162.0683 49.4327)
+ (end 159.0664 52.4346)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 14)
+ (uuid "001c7aef-a6b6-479b-9b3b-8574183c3f86")
+ )
+ (segment
+ (start 102.025 94.026)
+ (end 102.025 90.216)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 14)
+ (uuid "074625ff-14a2-4a51-b6a9-0eddbb61d9b2")
+ )
+ (segment
+ (start 161.0813 94.8043)
+ (end 162.35 94.8043)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 14)
+ (uuid "0ac29678-bfe3-491d-a972-7795fcf76965")
+ )
+ (segment
+ (start 155.2623 97.0577)
+ (end 154.5365 97.0577)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 14)
+ (uuid "11be263c-ba96-4f57-84d5-bac177d2c7dd")
+ )
+ (segment
+ (start 159.0664 52.4346)
+ (end 159.0664 92.7894)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 14)
+ (uuid "1a87cfbb-563a-456b-a838-abea4cc17128")
+ )
+ (segment
+ (start 102.025 72.9277)
+ (end 100.8983 74.0544)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 14)
+ (uuid "1e925fc4-f882-47df-abc6-24372a2ffeba")
+ )
+ (segment
+ (start 159.2985 93.0215)
+ (end 155.2623 97.0577)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 14)
+ (uuid "310c1425-aaf2-43e1-a303-0986e20705ba")
+ )
+ (segment
+ (start 159.0664 92.7894)
+ (end 159.2985 93.0215)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 14)
+ (uuid "3c5658c8-3206-4049-afaa-0379d229efe0")
+ )
+ (segment
+ (start 154.5365 97.0577)
+ (end 153.0027 98.5915)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 14)
+ (uuid "4837134c-24de-42b5-b29b-3b295974bd94")
+ )
+ (segment
+ (start 100.8983 74.0544)
+ (end 100.8983 87.9626)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 14)
+ (uuid "7257fc9e-4be9-45e7-8491-ef6070335b62")
+ )
+ (segment
+ (start 102.025 71.801)
+ (end 102.025 72.9277)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 14)
+ (uuid "829c8c26-1330-494d-a215-fced468b166e")
+ )
+ (segment
+ (start 102.025 90.216)
+ (end 102.025 89.0893)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 14)
+ (uuid "8d8c5bc9-39cd-43aa-84f6-a4b07712ef2e")
+ )
+ (segment
+ (start 162.35 48.306)
+ (end 162.35 49.4327)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 14)
+ (uuid "b752236b-64e3-47ac-8143-ee922e52c9ba")
+ )
+ (segment
+ (start 159.2985 93.0215)
+ (end 161.0813 94.8043)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 14)
+ (uuid "cef81793-f65a-4142-88ba-fb7f1cb9c0f1")
+ )
+ (segment
+ (start 162.35 95.931)
+ (end 162.35 94.8043)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 14)
+ (uuid "dcfbca00-5549-44f1-98dd-3af7619786e3")
+ )
+ (segment
+ (start 162.35 49.4327)
+ (end 162.0683 49.4327)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 14)
+ (uuid "eefe38dd-7d45-4101-9f39-f311231608dc")
+ )
+ (segment
+ (start 100.8983 87.9626)
+ (end 102.025 89.0893)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 14)
+ (uuid "ef0d90a0-92bc-454d-b788-b5f55bea41c8")
+ )
+ (segment
+ (start 153.0027 98.5915)
+ (end 153.0027 99.3873)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 14)
+ (uuid "f129a7c0-c660-45dd-8a46-09e3aa8a1a6a")
+ )
+ (segment
+ (start 131.1417 93.6583)
+ (end 133.4573 91.3427)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 15)
+ (uuid "05c05cbc-237d-496a-903d-808bf9f194ad")
+ )
+ (segment
+ (start 129.965 94.026)
+ (end 131.1417 94.026)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 15)
+ (uuid "0b7b6865-8805-454e-8dec-0374b48a987f")
+ )
+ (segment
+ (start 131.1417 94.026)
+ (end 131.1417 93.6583)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 15)
+ (uuid "19327f6a-e49b-4eb6-96f0-833fcb12a939")
+ )
+ (segment
+ (start 133.4573 91.3427)
+ (end 135.6134 91.3427)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 15)
+ (uuid "295297ac-a3c6-4681-b498-c7a50fc9c6ef")
+ )
+ (segment
+ (start 147.11 80.691)
+ (end 154.73 80.691)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 15)
+ (uuid "5d716778-87ce-4946-961a-eb90fbd16215")
+ )
+ (segment
+ (start 137.585 90.216)
+ (end 136.4583 90.216)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 15)
+ (uuid "64c7b2ed-2b40-41c9-a4d2-c933d7df8919")
+ )
+ (segment
+ (start 135.6134 91.3427)
+ (end 136.4583 90.4978)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 15)
+ (uuid "b84d51d2-2d30-4e33-9ce8-b50517d473b0")
+ )
+ (segment
+ (start 137.585 90.216)
+ (end 147.11 80.691)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 15)
+ (uuid "c82581e6-f224-4ccd-a725-a1c2a51334fb")
+ )
+ (segment
+ (start 136.4583 90.4978)
+ (end 136.4583 90.216)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 15)
+ (uuid "e2c49883-01d8-4ecb-a445-e6be5edb6994")
+ )
+ (segment
+ (start 154.73 79.5643)
+ (end 154.5356 79.5643)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 15)
+ (uuid "29996e1f-e6c9-43ec-a01e-a66198b179a5")
+ )
+ (segment
+ (start 128.5517 80.056)
+ (end 128.5517 74.0544)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 15)
+ (uuid "497efde4-6eda-4289-a38c-77844b94be1f")
+ )
+ (segment
+ (start 128.5517 74.0544)
+ (end 127.425 72.9277)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 15)
+ (uuid "4cf1df50-1c0b-4806-a86d-4058677fb473")
+ )
+ (segment
+ (start 153.6033 78.632)
+ (end 153.6033 70.5976)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 15)
+ (uuid "61fca0c2-09f0-4ca7-b4ec-38654e0bd0b2")
+ )
+ (segment
+ (start 137.585 89.0893)
+ (end 128.5517 80.056)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 15)
+ (uuid "62df98e2-95a9-4b9b-a404-68759d34add9")
+ )
+ (segment
+ (start 154.4482 69.7527)
+ (end 154.73 69.7527)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 15)
+ (uuid "82f80a2b-4554-4c6e-9d7f-333c9a60bf7a")
+ )
+ (segment
+ (start 154.73 68.626)
+ (end 154.73 69.7527)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 15)
+ (uuid "9a0fd81d-d7b7-47f9-b247-e7541708e19b")
+ )
+ (segment
+ (start 137.585 90.216)
+ (end 137.585 89.0893)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 15)
+ (uuid "b16c2147-101e-4b92-9fe3-f121101c6361")
+ )
+ (segment
+ (start 154.5356 79.5643)
+ (end 153.6033 78.632)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 15)
+ (uuid "c11a85ba-f723-4722-aa8b-8f9b8c493f91")
+ )
+ (segment
+ (start 127.425 71.801)
+ (end 127.425 72.9277)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 15)
+ (uuid "c51d2618-45e7-46a4-bad4-f1e6706e9638")
+ )
+ (segment
+ (start 154.73 80.691)
+ (end 154.73 79.5643)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 15)
+ (uuid "d006beb4-2086-4127-9563-cd41ae9f8266")
+ )
+ (segment
+ (start 153.6033 70.5976)
+ (end 154.4482 69.7527)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 15)
+ (uuid "d4678251-6540-47c5-826e-828b50f14fa1")
+ )
+ (segment
+ (start 105.736 73.4057)
+ (end 105.736 76.0309)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 16)
+ (uuid "03087a5d-57eb-418c-881b-9dd4a74a5bf6")
+ )
+ (segment
+ (start 105.736 76.0309)
+ (end 104.3719 77.395)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 16)
+ (uuid "343f3958-4066-4c8c-b80d-9a793ae05091")
+ )
+ (segment
+ (start 105.736 73.4057)
+ (end 159.6931 73.4057)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 16)
+ (uuid "43f3d697-c97b-410a-8b32-c4d3306c3836")
+ )
+ (segment
+ (start 104.565 71.801)
+ (end 104.565 72.9277)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 16)
+ (uuid "b39498c2-ce4e-4ad8-a851-ab7b1eae23f2")
+ )
+ (segment
+ (start 104.565 72.9277)
+ (end 105.043 73.4057)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 16)
+ (uuid "d89434d0-685c-4ddd-a12c-5995bb02bf86")
+ )
+ (segment
+ (start 105.043 73.4057)
+ (end 105.736 73.4057)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 16)
+ (uuid "f9dbe167-d6f7-4a64-8ad4-98d24d50a0f7")
+ )
+ (via
+ (at 104.3719 77.395)
+ (size 0.6)
+ (drill 0.4)
+ (layers "F.Cu" "B.Cu")
+ (net 16)
+ (uuid "1461bc95-b1fc-4820-99d3-a86d1611a713")
+ )
+ (via
+ (at 159.6931 73.4057)
+ (size 0.6)
+ (drill 0.4)
+ (layers "F.Cu" "B.Cu")
+ (net 16)
+ (uuid "d48e5727-e431-4656-861e-ff17c1ced940")
+ )
+ (segment
+ (start 162.35 50.846)
+ (end 162.35 51.9727)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 16)
+ (uuid "0bfefb3f-a7e5-4196-a9ba-e4490562cb06")
+ )
+ (segment
+ (start 104.565 90.216)
+ (end 104.565 89.0893)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 16)
+ (uuid "268b59fb-77ff-4874-a8c3-8dcec9e774f0")
+ )
+ (segment
+ (start 159.8682 73.4057)
+ (end 159.8682 90.0642)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 16)
+ (uuid "2a6de889-47c1-4ce6-b021-5530f82f56a8")
+ )
+ (segment
+ (start 104.565 94.026)
+ (end 104.565 90.216)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 16)
+ (uuid "2d291d0a-8fe1-460d-9553-4462fcf6266c")
+ )
+ (segment
+ (start 159.8682 90.0642)
+ (end 162.0683 92.2643)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 16)
+ (uuid "2fe1b19d-c963-47cb-b80f-cfb537873bac")
+ )
+ (segment
+ (start 162.35 51.9727)
+ (end 162.0683 51.9727)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 16)
+ (uuid "4970eac5-219a-4c3a-8d05-d72ff01dbeb7")
+ )
+ (segment
+ (start 162.0683 51.9727)
+ (end 159.8682 54.1728)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 16)
+ (uuid "6bf04861-74b5-4a61-bbc1-84876cdd482b")
+ )
+ (segment
+ (start 159.8682 54.1728)
+ (end 159.8682 73.4057)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 16)
+ (uuid "7bb8cccf-fd76-43a9-936e-6bcb90d3df71")
+ )
+ (segment
+ (start 104.3719 77.395)
+ (end 104.3719 88.8962)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 16)
+ (uuid "8a429fcc-6728-47b5-9e23-66d72473a7a7")
+ )
+ (segment
+ (start 159.8682 73.4057)
+ (end 159.6931 73.4057)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 16)
+ (uuid "b64c750d-b7df-4835-bc6d-97e56bcf56c0")
+ )
+ (segment
+ (start 162.0683 92.2643)
+ (end 162.35 92.2643)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 16)
+ (uuid "c247dba3-9979-4520-8adb-0ac91d95c9e3")
+ )
+ (segment
+ (start 162.35 93.391)
+ (end 162.35 92.2643)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 16)
+ (uuid "d3f5803e-1499-406c-8727-92f5811121c5")
+ )
+ (segment
+ (start 104.3719 88.8962)
+ (end 104.565 89.0893)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 16)
+ (uuid "da4d0b8a-ebf2-4755-a118-8d84ec7ca15a")
+ )
+ (segment
+ (start 145.205 90.216)
+ (end 146.3317 90.216)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 17)
+ (uuid "50e53d2e-a2c3-4895-9591-3f4ae8b64e4f")
+ )
+ (segment
+ (start 146.3317 89.9342)
+ (end 146.3317 90.216)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 17)
+ (uuid "5804007b-c43b-4fbf-8ed8-ef243c202b96")
+ )
+ (segment
+ (start 138.7617 93.7251)
+ (end 139.6375 92.8493)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 17)
+ (uuid "588ae028-ae8e-43dc-b93b-743b0b3f0cbe")
+ )
+ (segment
+ (start 154.73 93.391)
+ (end 154.73 92.2643)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 17)
+ (uuid "887e45db-7a01-4d80-9667-96444c1ebb06")
+ )
+ (segment
+ (start 141.7267 92.8493)
+ (end 144.0783 90.4977)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 17)
+ (uuid "9e159838-c0cd-4b92-b0f1-d652b9a2ba28")
+ )
+ (segment
+ (start 138.7617 94.026)
+ (end 138.7617 93.7251)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 17)
+ (uuid "b02c67f4-aa3e-4afa-a0fb-0115a4a9915b")
+ )
+ (segment
+ (start 154.73 92.2643)
+ (end 153.9691 92.2643)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 17)
+ (uuid "b700ca0f-5075-4362-aa0e-3c4628254004")
+ )
+ (segment
+ (start 145.205 90.216)
+ (end 144.0783 90.216)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 17)
+ (uuid "ba41dec1-a417-4aa8-afca-7c06a7234bb5")
+ )
+ (segment
+ (start 150.7941 89.0893)
+ (end 147.1766 89.0893)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 17)
+ (uuid "c89f0c81-f522-4fa9-9507-87a9b8ba781f")
+ )
+ (segment
+ (start 139.6375 92.8493)
+ (end 141.7267 92.8493)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 17)
+ (uuid "dbffc2b6-4b63-40b3-8f37-e15b6cb6930d")
+ )
+ (segment
+ (start 144.0783 90.4977)
+ (end 144.0783 90.216)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 17)
+ (uuid "e394ef5a-2950-443f-961d-3aa83bcd5481")
+ )
+ (segment
+ (start 153.9691 92.2643)
+ (end 150.7941 89.0893)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 17)
+ (uuid "e6171453-7167-44c8-86f5-3166f3d78585")
+ )
+ (segment
+ (start 137.585 94.026)
+ (end 138.7617 94.026)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 17)
+ (uuid "f457340c-8487-41ad-94c1-068e7d7ba202")
+ )
+ (segment
+ (start 147.1766 89.0893)
+ (end 146.3317 89.9342)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 17)
+ (uuid "fef877b3-4d3a-4035-9a32-a0581f4556d9")
+ )
+ (segment
+ (start 152.6908 65.6441)
+ (end 152.6908 90.5068)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 17)
+ (uuid "03e3e1fc-63e5-45ab-a563-c94821cd8b3d")
+ )
+ (segment
+ (start 154.73 55.926)
+ (end 154.73 57.0527)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 17)
+ (uuid "0d1fcba7-2b02-4143-a4c4-76fd7792eeef")
+ )
+ (segment
+ (start 145.205 90.216)
+ (end 145.205 89.0893)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 17)
+ (uuid "4031db38-7021-4c93-b781-246d04c9c655")
+ )
+ (segment
+ (start 145.205 89.0893)
+ (end 136.1717 80.056)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 17)
+ (uuid "42bbfd55-271f-4fc4-a36b-94a27ef857a6")
+ )
+ (segment
+ (start 136.1717 80.056)
+ (end 136.1717 74.0544)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 17)
+ (uuid "541fca34-f672-45e8-b874-23aa17d2cded")
+ )
+ (segment
+ (start 135.045 71.801)
+ (end 135.045 72.9277)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 17)
+ (uuid "87751a61-281a-45f1-b25a-9d6dd4731ee3")
+ )
+ (segment
+ (start 136.1717 74.0544)
+ (end 135.045 72.9277)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 17)
+ (uuid "9e5fb663-7aa1-48bf-8db9-c8228f3755a5")
+ )
+ (segment
+ (start 154.4482 57.0527)
+ (end 153.4162 58.0847)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 17)
+ (uuid "a1424b32-0494-4588-9798-8e46b4d71181")
+ )
+ (segment
+ (start 154.73 93.391)
+ (end 154.73 92.2643)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 17)
+ (uuid "a2eb63af-50bf-4246-9318-e5e83105bcc0")
+ )
+ (segment
+ (start 152.6908 90.5068)
+ (end 154.4483 92.2643)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 17)
+ (uuid "ac2532f9-ff2c-4617-bb03-6f759c964049")
+ )
+ (segment
+ (start 153.4162 58.0847)
+ (end 153.4162 64.9187)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 17)
+ (uuid "bd216126-326f-4459-96e5-77be29eed021")
+ )
+ (segment
+ (start 153.4162 64.9187)
+ (end 152.6908 65.6441)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 17)
+ (uuid "d5097364-8d0b-4da3-9510-a07a36cc3e9c")
+ )
+ (segment
+ (start 154.73 57.0527)
+ (end 154.4482 57.0527)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 17)
+ (uuid "df91f6af-8e52-450d-a08e-f6154d6b36a8")
+ )
+ (segment
+ (start 154.4483 92.2643)
+ (end 154.73 92.2643)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 17)
+ (uuid "f37b297b-f799-40bf-bf67-97a53476d6d4")
+ )
+ (segment
+ (start 110.7717 71.5193)
+ (end 123.1444 59.1466)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 18)
+ (uuid "207895ba-9769-4232-a937-0ca1f89cb926")
+ )
+ (segment
+ (start 109.645 71.801)
+ (end 110.7717 71.801)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 18)
+ (uuid "2529931f-1b48-46bf-8a10-a0f02590150e")
+ )
+ (segment
+ (start 123.1444 59.1466)
+ (end 149.3057 59.1466)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 18)
+ (uuid "66b15d7e-1b49-4bcf-9bfd-5b0ed6e0d8a8")
+ )
+ (segment
+ (start 153.653 54.7993)
+ (end 160.0966 54.7993)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 18)
+ (uuid "d6ed3853-5cc0-4e82-865b-120913bd2b05")
+ )
+ (segment
+ (start 162.35 55.926)
+ (end 161.2233 55.926)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 18)
+ (uuid "e1a41781-fb5c-4039-96a0-bb3fc9a943bd")
+ )
+ (segment
+ (start 149.3057 59.1466)
+ (end 153.653 54.7993)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 18)
+ (uuid "e7823bcd-5380-4f5a-8691-f1fe69b783e3")
+ )
+ (segment
+ (start 110.7717 71.801)
+ (end 110.7717 71.5193)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 18)
+ (uuid "f54a6d0a-1632-487d-842c-4c176ea44ed3")
+ )
+ (segment
+ (start 160.0966 54.7993)
+ (end 161.2233 55.926)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 18)
+ (uuid "fe4b43cf-1b02-4c0d-ba8f-41cfee0c1655")
+ )
+ (segment
+ (start 162.35 57.0527)
+ (end 162.0787 57.0527)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 18)
+ (uuid "09dc96d2-94e1-4717-8223-9af0e75a28ec")
+ )
+ (segment
+ (start 109.645 94.026)
+ (end 109.645 90.216)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 18)
+ (uuid "31613cbb-f52a-49b8-b6f1-218dd80fb15f")
+ )
+ (segment
+ (start 162.35 88.311)
+ (end 162.35 87.1843)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 18)
+ (uuid "55265c6c-3da9-41be-b1fd-3719cb87b4a3")
+ )
+ (segment
+ (start 108.5183 87.9626)
+ (end 109.645 89.0893)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 18)
+ (uuid "67936b07-d885-4a43-ae30-a49ccfed67a5")
+ )
+ (segment
+ (start 109.645 90.216)
+ (end 109.645 89.0893)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 18)
+ (uuid "69e87db1-2bd1-4ab3-bf71-439ecd02363f")
+ )
+ (segment
+ (start 162.0683 87.1843)
+ (end 162.35 87.1843)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 18)
+ (uuid "6a50b751-1521-4c7e-b4ef-815a4a99613b")
+ )
+ (segment
+ (start 108.5183 74.0544)
+ (end 108.5183 87.9626)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 18)
+ (uuid "74d5f23c-6517-4bfd-9bfb-0ee35bb07884")
+ )
+ (segment
+ (start 160.3199 85.4359)
+ (end 162.0683 87.1843)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 18)
+ (uuid "774e5f6c-e20e-4014-9980-039cc8de6eeb")
+ )
+ (segment
+ (start 109.645 71.801)
+ (end 109.645 72.9277)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 18)
+ (uuid "9c1b028b-acef-467f-8ae4-54390218a368")
+ )
+ (segment
+ (start 160.3199 58.8115)
+ (end 160.3199 85.4359)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 18)
+ (uuid "dab60679-7920-4ee1-986a-f1ec1e5bf250")
+ )
+ (segment
+ (start 109.645 72.9277)
+ (end 108.5183 74.0544)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 18)
+ (uuid "e19eb25b-0715-40d6-8bea-86f49416a6e1")
+ )
+ (segment
+ (start 162.0787 57.0527)
+ (end 160.3199 58.8115)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 18)
+ (uuid "e6f0d8e3-1a54-4762-9cac-3a199aeadebd")
+ )
+ (segment
+ (start 162.35 55.926)
+ (end 162.35 57.0527)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 18)
+ (uuid "f631a99b-2da7-4a62-ae06-e96633d182f8")
+ )
+ (segment
+ (start 149.1583 90.216)
+ (end 149.1583 86.6165)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 19)
+ (uuid "1ba14413-1094-4351-b2e7-20390deb1eae")
+ )
+ (segment
+ (start 149.1583 90.8795)
+ (end 146.3817 93.6561)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 19)
+ (uuid "28893416-fc6a-4c73-9ac1-5c5c3eb6eec7")
+ )
+ (segment
+ (start 140.125 71.801)
+ (end 140.125 72.9277)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 19)
+ (uuid "2e942311-5e17-4be4-97e9-9f4b6b3398ae")
+ )
+ (segment
+ (start 149.1583 86.6165)
+ (end 141.2517 78.7099)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 19)
+ (uuid "66771ce9-1e6d-4296-a5cc-f42e80b82add")
+ )
+ (segment
+ (start 141.2517 74.0544)
+ (end 140.125 72.9277)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 19)
+ (uuid "682df0ea-dd34-4f3d-bd71-527b914e3587")
+ )
+ (segment
+ (start 141.2517 78.7099)
+ (end 141.2517 74.0544)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 19)
+ (uuid "6ee67d09-bf73-473a-bda7-a0fd5e951e9e")
+ )
+ (segment
+ (start 145.205 94.026)
+ (end 146.3817 94.026)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 19)
+ (uuid "86da028a-3b32-4fc6-8842-aa4feba26cda")
+ )
+ (segment
+ (start 149.1583 90.216)
+ (end 149.1583 90.8795)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 19)
+ (uuid "962607e4-2e9c-4653-bd8a-a39fcefa7541")
+ )
+ (segment
+ (start 146.3817 93.6561)
+ (end 146.3817 94.026)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 19)
+ (uuid "c2c442f8-c89f-4fd6-97d3-0ff9ab7eeeec")
+ )
+ (segment
+ (start 150.285 90.216)
+ (end 149.1583 90.216)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 19)
+ (uuid "e209e927-f4e6-4427-ac25-e5d9214832be")
+ )
+ (segment
+ (start 154.4858 97.3443)
+ (end 160.0966 97.3443)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 20)
+ (uuid "2da9920c-0031-4e9c-aa9a-d05b2870df8d")
+ )
+ (segment
+ (start 151.4617 94.3202)
+ (end 154.4858 97.3443)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 20)
+ (uuid "51b9b2e7-f919-41a8-b34f-1c22fb39a661")
+ )
+ (segment
+ (start 160.0966 97.3443)
+ (end 161.2233 98.471)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 20)
+ (uuid "5bd0e294-145d-48d3-a621-ac11ff39cd97")
+ )
+ (segment
+ (start 152.9793 54.01)
+ (end 107.961 54.01)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 20)
+ (uuid "774d04b0-40fa-4b90-b1ef-ed22c1091f0f")
+ )
+ (segment
+ (start 104.565 56.561)
+ (end 105.6917 56.561)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 20)
+ (uuid "87ca652f-7496-453b-9b8a-293a7d5050df")
+ )
+ (segment
+ (start 150.285 94.026)
+ (end 151.4617 94.026)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 20)
+ (uuid "8906e371-1f9c-4aac-be4e-749cb5712b1a")
+ )
+ (segment
+ (start 105.6917 56.2793)
+ (end 105.6917 56.561)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 20)
+ (uuid "90a1212e-6fa1-4263-a289-abffdc4198aa")
+ )
+ (segment
+ (start 153.6033 53.386)
+ (end 152.9793 54.01)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 20)
+ (uuid "9474a707-61e1-4181-818b-bc6075ad6bcd")
+ )
+ (segment
+ (start 107.961 54.01)
+ (end 105.6917 56.2793)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 20)
+ (uuid "9efc509e-482f-4284-9865-e00f894267d8")
+ )
+ (segment
+ (start 162.35 98.471)
+ (end 161.2233 98.471)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 20)
+ (uuid "c7373c5a-b833-4249-9c06-10c50be254dc")
+ )
+ (segment
+ (start 151.4617 94.026)
+ (end 151.4617 94.3202)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 20)
+ (uuid "e6d90c82-0eef-4965-95f6-c32271cc5cd4")
+ )
+ (segment
+ (start 154.73 53.386)
+ (end 153.6033 53.386)
+ (width 0.25)
+ (layer "F.Cu")
+ (net 20)
+ (uuid "fb91f95c-b0ba-4e91-9ebe-96271589ebec")
+ )
+ (segment
+ (start 150.285 94.026)
+ (end 150.285 92.8493)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 20)
+ (uuid "041752c8-aebe-4d6e-8f48-55409e00cc71")
+ )
+ (segment
+ (start 103.4383 72.577)
+ (end 103.4383 58.8144)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 20)
+ (uuid "0ee229cc-ff50-4c72-932b-2b103838ddd6")
+ )
+ (segment
+ (start 102.025 73.8493)
+ (end 102.166 73.8493)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 20)
+ (uuid "131b059d-5250-46a9-a2b9-ef29b4650dd9")
+ )
+ (segment
+ (start 154.73 53.386)
+ (end 154.73 54.5127)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 20)
+ (uuid "3bf68379-eb5a-4a1c-86b3-3cbf6c9667f6")
+ )
+ (segment
+ (start 152.6956 56.2653)
+ (end 154.4482 54.5127)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 20)
+ (uuid "482aab9f-ac71-4c30-be27-3d56ca806dfb")
+ )
+ (segment
+ (start 103.4383 58.8144)
+ (end 104.565 57.6877)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 20)
+ (uuid "4ab5e117-7817-4166-af83-a3fc3ac1fe96")
+ )
+ (segment
+ (start 102.166 73.8493)
+ (end 103.4383 72.577)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 20)
+ (uuid "6230ee5e-b744-47c9-947b-195471bf856b")
+ )
+ (segment
+ (start 151.8816 65.2474)
+ (end 152.6956 64.4334)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 20)
+ (uuid "66b2a5fa-2cef-4051-a77c-01bbeded712a")
+ )
+ (segment
+ (start 151.8816 91.2527)
+ (end 151.8816 65.2474)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 20)
+ (uuid "70f4c0c6-4b29-45ee-bb90-10a30928b89f")
+ )
+ (segment
+ (start 154.4482 54.5127)
+ (end 154.73 54.5127)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 20)
+ (uuid "a176865b-9797-4f7d-88a7-82b00ec7d84e")
+ )
+ (segment
+ (start 102.025 74.976)
+ (end 102.025 73.8493)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 20)
+ (uuid "b99907ee-78e3-46be-bfb4-b31635f79aef")
+ )
+ (segment
+ (start 104.565 56.561)
+ (end 104.565 57.6877)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 20)
+ (uuid "c4196837-4389-4dde-8838-84b2607ff200")
+ )
+ (segment
+ (start 150.285 92.8493)
+ (end 151.8816 91.2527)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 20)
+ (uuid "cd5c9c4b-2f36-4485-9153-d596b2310eba")
+ )
+ (segment
+ (start 152.6956 64.4334)
+ (end 152.6956 56.2653)
+ (width 0.25)
+ (layer "B.Cu")
+ (net 20)
+ (uuid "d9e645ba-8176-4096-a56b-182873704837")
+ )
+ (zone
+ (net 1)
+ (net_name "GND")
+ (layer "B.Cu")
+ (uuid "a42ace62-db6d-4ffa-824f-cefd81e2353f")
+ (hatch edge 0.5)
+ (connect_pads
+ (clearance 0.508)
+ )
+ (min_thickness 0.25)
+ (filled_areas_thickness no)
+ (fill yes
+ (thermal_gap 0.5)
+ (thermal_bridge_width 0.5)
+ )
+ (polygon
+ (pts
+ (xy 100.755 99.106) (xy 164.89 99.106) (xy 164.89 98.471) (xy 168.065 95.296) (xy 168.065 62.276)
+ (xy 165.525 60.371) (xy 165.525 50.211) (xy 162.985 47.036) (xy 100.755 47.036)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 159.341833 93.976584) (xy 159.38618 94.005085) (xy 160.677463 95.296368) (xy 160.677467 95.296371)
+ (xy 160.781218 95.365696) (xy 160.781224 95.365699) (xy 160.781225 95.3657) (xy 160.896515 95.413455)
+ (xy 160.952331 95.424557) (xy 160.992149 95.432478) (xy 161.05406 95.464862) (xy 161.088634 95.525578)
+ (xy 161.087733 95.586188) (xy 161.056458 95.702907) (xy 161.056456 95.702918) (xy 161.036502 95.930998)
+ (xy 161.036502 95.931001) (xy 161.056456 96.159081) (xy 161.056457 96.159089) (xy 161.115714 96.380238)
+ (xy 161.115718 96.380249) (xy 161.212475 96.587745) (xy 161.212477 96.587749) (xy 161.343802 96.7753)
+ (xy 161.5057 96.937198) (xy 161.693251 97.068523) (xy 161.736345 97.088618) (xy 161.788784 97.134791)
+ (xy 161.807936 97.201984) (xy 161.78772 97.268865) (xy 161.736345 97.313382) (xy 161.693251 97.333476)
+ (xy 161.568126 97.42109) (xy 161.5057 97.464802) (xy 161.505698 97.464803) (xy 161.505695 97.464806)
+ (xy 161.343806 97.626695) (xy 161.343803 97.626698) (xy 161.343802 97.6267) (xy 161.261767 97.743856)
+ (xy 161.212476 97.814252) (xy 161.212475 97.814254) (xy 161.115718 98.02175) (xy 161.115714 98.021761)
+ (xy 161.056457 98.24291) (xy 161.056456 98.242918) (xy 161.036502 98.470998) (xy 161.036502 98.471001)
+ (xy 161.056456 98.699081) (xy 161.056457 98.699089) (xy 161.115714 98.920238) (xy 161.115718 98.920249)
+ (xy 161.120077 98.929596) (xy 161.130569 98.998673) (xy 161.102049 99.062457) (xy 161.043572 99.100696)
+ (xy 161.007695 99.106) (xy 156.062927 99.106) (xy 155.995888 99.086315) (xy 155.950133 99.033511)
+ (xy 155.940189 98.964353) (xy 155.950545 98.929594) (xy 155.956267 98.917321) (xy 155.956269 98.917317)
+ (xy 156.008872 98.721) (xy 155.045686 98.721) (xy 155.05008 98.716606) (xy 155.102741 98.625394)
+ (xy 155.13 98.523661) (xy 155.13 98.418339) (xy 155.102741 98.316606) (xy 155.05008 98.225394) (xy 155.045686 98.221)
+ (xy 156.008872 98.221) (xy 156.008872 98.220999) (xy 155.956269 98.024682) (xy 155.956265 98.024673)
+ (xy 155.860133 97.818517) (xy 155.729237 97.631578) (xy 155.70691 97.565372) (xy 155.72392 97.497604)
+ (xy 155.743131 97.472773) (xy 157.437605 95.778299) (xy 159.21082 94.005083) (xy 159.272141 93.9716)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 161.55621 47.055685) (xy 161.601965 47.108489) (xy 161.611909 47.177647) (xy 161.582884 47.241203)
+ (xy 161.560295 47.261574) (xy 161.505699 47.299802) (xy 161.343806 47.461695) (xy 161.343803 47.461698)
+ (xy 161.343802 47.4617) (xy 161.273126 47.562635) (xy 161.212476 47.649252) (xy 161.212475 47.649254)
+ (xy 161.115718 47.85675) (xy 161.115714 47.856761) (xy 161.056457 48.07791) (xy 161.056456 48.077918)
+ (xy 161.036502 48.305998) (xy 161.036502 48.306001) (xy 161.056456 48.534081) (xy 161.056457 48.534089)
+ (xy 161.115714 48.755238) (xy 161.115718 48.755249) (xy 161.212475 48.962745) (xy 161.212477 48.962749)
+ (xy 161.329833 49.130351) (xy 161.35216 49.196555) (xy 161.33515 49.264323) (xy 161.315939 49.289154)
+ (xy 159.102529 51.502567) (xy 158.662567 51.942529) (xy 158.639561 51.965535) (xy 158.574327 52.030768)
+ (xy 158.505003 52.134518) (xy 158.504998 52.134527) (xy 158.457245 52.249814) (xy 158.457243 52.249822)
+ (xy 158.4329 52.372201) (xy 158.4329 92.851798) (xy 158.443097 92.903061) (xy 158.43687 92.972653)
+ (xy 158.409161 93.014933) (xy 156.892964 94.53113) (xy 156.831641 94.564615) (xy 156.761949 94.559631)
+ (xy 156.706016 94.517759) (xy 156.688241 94.484403) (xy 156.675042 94.446683) (xy 156.603614 94.333007)
+ (xy 156.578111 94.292419) (xy 156.449281 94.163589) (xy 156.295017 94.066658) (xy 156.295016 94.066657)
+ (xy 156.295015 94.066657) (xy 156.123047 94.006483) (xy 156.123046 94.006482) (xy 156.123044 94.006482)
+ (xy 156.068881 94.000379) (xy 156.004468 93.973312) (xy 155.964913 93.915717) (xy 155.962776 93.84588)
+ (xy 155.962991 93.845065) (xy 155.964281 93.840247) (xy 155.964284 93.840243) (xy 156.023543 93.619087)
+ (xy 156.043498 93.391) (xy 156.042709 93.381986) (xy 156.026959 93.201963) (xy 156.023543 93.162913)
+ (xy 155.964284 92.941757) (xy 155.937728 92.884808) (xy 155.907218 92.819377) (xy 155.867523 92.734251)
+ (xy 155.736198 92.5467) (xy 155.5743 92.384802) (xy 155.412434 92.271462) (xy 155.368811 92.216887)
+ (xy 155.361945 92.194089) (xy 155.344871 92.108251) (xy 155.3511 92.038662) (xy 155.393963 91.983485)
+ (xy 155.395241 91.982576) (xy 155.5743 91.857198) (xy 155.736198 91.6953) (xy 155.867523 91.507749)
+ (xy 155.964284 91.300243) (xy 156.023543 91.079087) (xy 156.043498 90.851) (xy 156.023543 90.622913)
+ (xy 155.964284 90.401757) (xy 155.867523 90.194251) (xy 155.736198 90.0067) (xy 155.5743 89.844802)
+ (xy 155.386749 89.713477) (xy 155.343655 89.693382) (xy 155.291215 89.64721) (xy 155.272063 89.580017)
+ (xy 155.292278 89.513136) (xy 155.343655 89.468618) (xy 155.346882 89.467112) (xy 155.386749 89.448523)
+ (xy 155.5743 89.317198) (xy 155.736198 89.1553) (xy 155.867523 88.967749) (xy 155.964284 88.760243)
+ (xy 156.023543 88.539087) (xy 156.043498 88.311) (xy 156.023543 88.082913) (xy 155.964284 87.861757)
+ (xy 155.867523 87.654251) (xy 155.750165 87.486647) (xy 155.727838 87.420443) (xy 155.744848 87.352676)
+ (xy 155.764055 87.327848) (xy 156.348771 86.743133) (xy 156.4181 86.639375) (xy 156.428072 86.6153)
+ (xy 156.465855 86.524085) (xy 156.4902 86.401694) (xy 156.4902 67.995206) (xy 156.465855 67.872815)
+ (xy 156.4181 67.757525) (xy 156.418099 67.757524) (xy 156.418096 67.757518) (xy 156.348772 67.653768)
+ (xy 156.314806 67.619802) (xy 156.260533 67.565529) (xy 155.7641 67.069096) (xy 155.730615 67.007773)
+ (xy 155.735599 66.938081) (xy 155.750202 66.910299) (xy 155.867523 66.742749) (xy 155.964284 66.535243)
+ (xy 156.023543 66.314087) (xy 156.043498 66.086) (xy 156.023543 65.857913) (xy 155.964284 65.636757)
+ (xy 155.867523 65.429251) (xy 155.736198 65.2417) (xy 155.5743 65.079802) (xy 155.573777 65.079436)
+ (xy 155.395365 64.954509) (xy 155.35174 64.899932) (xy 155.344548 64.830434) (xy 155.344853 64.828839)
+ (xy 155.361944 64.742915) (xy 155.394327 64.681008) (xy 155.41243 64.66554) (xy 155.5743 64.552198)
+ (xy 155.736198 64.3903) (xy 155.867523 64.202749) (xy 155.964284 63.995243) (xy 156.023543 63.774087)
+ (xy 156.043498 63.546) (xy 156.023543 63.317913) (xy 155.964284 63.096757) (xy 155.867523 62.889251)
+ (xy 155.736198 62.7017) (xy 155.5743 62.539802) (xy 155.386749 62.408477) (xy 155.333596 62.383691)
+ (xy 155.281158 62.337519) (xy 155.262007 62.270325) (xy 155.282223 62.203444) (xy 155.3336 62.158927)
+ (xy 155.382483 62.136133) (xy 155.56882 62.005657) (xy 155.729657 61.84482) (xy 155.860134 61.658482)
+ (xy 155.956265 61.452326) (xy 155.956269 61.452317) (xy 156.008872 61.256) (xy 155.045686 61.256)
+ (xy 155.05008 61.251606) (xy 155.102741 61.160394) (xy 155.13 61.058661) (xy 155.13 60.953339) (xy 155.102741 60.851606)
+ (xy 155.05008 60.760394) (xy 155.045686 60.756) (xy 156.008872 60.756) (xy 156.008872 60.755999)
+ (xy 155.956269 60.559682) (xy 155.956265 60.559673) (xy 155.860134 60.353517) (xy 155.729657 60.167179)
+ (xy 155.56882 60.006342) (xy 155.382481 59.875865) (xy 155.382479 59.875864) (xy 155.333599 59.853071)
+ (xy 155.281159 59.806899) (xy 155.262007 59.739706) (xy 155.282223 59.672824) (xy 155.333599 59.628307)
+ (xy 155.386749 59.603523) (xy 155.5743 59.472198) (xy 155.736198 59.3103) (xy 155.867523 59.122749)
+ (xy 155.964284 58.915243) (xy 156.023543 58.694087) (xy 156.043498 58.466) (xy 156.023543 58.237913)
+ (xy 155.964284 58.016757) (xy 155.950772 57.987781) (xy 155.867524 57.809254) (xy 155.867523 57.809252)
+ (xy 155.867523 57.809251) (xy 155.736198 57.6217) (xy 155.5743 57.459802) (xy 155.520068 57.421828)
+ (xy 155.395365 57.334509) (xy 155.35174 57.279932) (xy 155.344548 57.210434) (xy 155.344853 57.208839)
+ (xy 155.361944 57.122915) (xy 155.394327 57.061008) (xy 155.41243 57.04554) (xy 155.5743 56.932198)
+ (xy 155.736198 56.7703) (xy 155.867523 56.582749) (xy 155.964284 56.375243) (xy 156.023543 56.154087)
+ (xy 156.043498 55.926) (xy 156.023543 55.697913) (xy 155.964284 55.476757) (xy 155.960776 55.469235)
+ (xy 155.867524 55.269254) (xy 155.867523 55.269252) (xy 155.867523 55.269251) (xy 155.736198 55.0817)
+ (xy 155.5743 54.919802) (xy 155.567535 54.915065) (xy 155.395365 54.794509) (xy 155.35174 54.739932)
+ (xy 155.344548 54.670434) (xy 155.344853 54.668839) (xy 155.361944 54.582915) (xy 155.394327 54.521008)
+ (xy 155.41243 54.50554) (xy 155.5743 54.392198) (xy 155.736198 54.2303) (xy 155.867523 54.042749)
+ (xy 155.964284 53.835243) (xy 156.023543 53.614087) (xy 156.043498 53.386) (xy 156.023543 53.157913)
+ (xy 155.964284 52.936757) (xy 155.867523 52.729251) (xy 155.736198 52.5417) (xy 155.5743 52.379802)
+ (xy 155.50801 52.333385) (xy 155.395365 52.254509) (xy 155.35174 52.199932) (xy 155.344548 52.130434)
+ (xy 155.344853 52.128839) (xy 155.361944 52.042915) (xy 155.394327 51.981008) (xy 155.41243 51.96554)
+ (xy 155.5743 51.852198) (xy 155.736198 51.6903) (xy 155.867523 51.502749) (xy 155.964284 51.295243)
+ (xy 156.023543 51.074087) (xy 156.043498 50.846) (xy 156.023543 50.617913) (xy 155.964284 50.396757)
+ (xy 155.867523 50.189251) (xy 155.736198 50.0017) (xy 155.5743 49.839802) (xy 155.566627 49.834429)
+ (xy 155.523006 49.779853) (xy 155.515814 49.710355) (xy 155.547338 49.648001) (xy 155.607568 49.612588)
+ (xy 155.624489 49.60957) (xy 155.639201 49.607989) (xy 155.776204 49.556889) (xy 155.893261 49.469261)
+ (xy 155.980889 49.352204) (xy 156.031989 49.215201) (xy 156.036019 49.177714) (xy 156.038499 49.154654)
+ (xy 156.0385 49.154637) (xy 156.0385 47.457362) (xy 156.038499 47.457345) (xy 156.034698 47.422)
+ (xy 156.031989 47.396799) (xy 155.980889 47.259796) (xy 155.96181 47.23431) (xy 155.937394 47.168846)
+ (xy 155.952246 47.100573) (xy 156.001651 47.051168) (xy 156.061078 47.036) (xy 161.489171 47.036)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 127.675 91.494872) (xy 127.871317 91.442269) (xy 127.871326 91.442265) (xy 128.077482 91.346134)
+ (xy 128.26382 91.215657) (xy 128.424657 91.05482) (xy 128.555133 90.868483) (xy 128.577927 90.8196)
+ (xy 128.624098 90.76716) (xy 128.691292 90.748007) (xy 128.758173 90.768221) (xy 128.802691 90.819596)
+ (xy 128.827477 90.872749) (xy 128.958802 91.0603) (xy 129.1207 91.222198) (xy 129.308251 91.353523)
+ (xy 129.414821 91.403217) (xy 129.51575 91.450281) (xy 129.515752 91.450281) (xy 129.515757 91.450284)
+ (xy 129.736913 91.509543) (xy 129.899832 91.523796) (xy 129.964998 91.529498) (xy 129.965 91.529498)
+ (xy 129.965002 91.529498) (xy 130.022139 91.524499) (xy 130.193087 91.509543) (xy 130.414243 91.450284)
+ (xy 130.621749 91.353523) (xy 130.8093 91.222198) (xy 130.971198 91.0603) (xy 131.102523 90.872749)
+ (xy 131.122618 90.829655) (xy 131.16879 90.777215) (xy 131.235983 90.758063) (xy 131.302864 90.778278)
+ (xy 131.347382 90.829655) (xy 131.367477 90.872749) (xy 131.498802 91.0603) (xy 131.6607 91.222198)
+ (xy 131.848251 91.353523) (xy 131.954821 91.403217) (xy 132.05575 91.450281) (xy 132.055752 91.450281)
+ (xy 132.055757 91.450284) (xy 132.276913 91.509543) (xy 132.439832 91.523796) (xy 132.504998 91.529498)
+ (xy 132.505 91.529498) (xy 132.505002 91.529498) (xy 132.562139 91.524499) (xy 132.733087 91.509543)
+ (xy 132.954243 91.450284) (xy 133.161749 91.353523) (xy 133.162995 91.352651) (xy 133.216631 91.315094)
+ (xy 133.329295 91.236205) (xy 133.395496 91.213879) (xy 133.463264 91.230888) (xy 133.488096 91.2501)
+ (xy 134.072763 91.834768) (xy 134.072767 91.834771) (xy 134.176518 91.904096) (xy 134.176524 91.904099)
+ (xy 134.176525 91.9041) (xy 134.291815 91.951855) (xy 134.414201 91.976199) (xy 134.414205 91.9762)
+ (xy 134.414206 91.9762) (xy 134.538994 91.9762) (xy 136.319034 91.9762) (xy 136.386073 91.995885)
+ (xy 136.406715 92.012519) (xy 137.007061 92.612866) (xy 137.040546 92.674189) (xy 137.035562 92.743881)
+ (xy 136.99369 92.799814) (xy 136.978398 92.809602) (xy 136.839422 92.884812) (xy 136.661761 93.023092)
+ (xy 136.661756 93.023097) (xy 136.509284 93.188723) (xy 136.509276 93.188734) (xy 136.418808 93.327206)
+ (xy 136.365662 93.372562) (xy 136.296431 93.381986) (xy 136.233095 93.352484) (xy 136.211192 93.327206)
+ (xy 136.129366 93.201963) (xy 136.120722 93.188732) (xy 136.120719 93.188729) (xy 136.120715 93.188723)
+ (xy 135.968243 93.023097) (xy 135.968238 93.023092) (xy 135.829116 92.914808) (xy 135.790576 92.884811)
+ (xy 135.790575 92.88481) (xy 135.790572 92.884808) (xy 135.59258 92.777661) (xy 135.592577 92.777659)
+ (xy 135.592574 92.777658) (xy 135.592571 92.777657) (xy 135.592569 92.777656) (xy 135.379637 92.704556)
+ (xy 135.157569 92.6675) (xy 134.932431 92.6675) (xy 134.710362 92.704556) (xy 134.49743 92.777656)
+ (xy 134.497419 92.777661) (xy 134.299427 92.884808) (xy 134.299422 92.884812) (xy 134.121761 93.023092)
+ (xy 134.121756 93.023097) (xy 133.969284 93.188723) (xy 133.969276 93.188734) (xy 133.878808 93.327206)
+ (xy 133.825662 93.372562) (xy 133.756431 93.381986) (xy 133.693095 93.352484) (xy 133.671192 93.327206)
+ (xy 133.589366 93.201963) (xy 133.580722 93.188732) (xy 133.580719 93.188729) (xy 133.580715 93.188723)
+ (xy 133.428243 93.023097) (xy 133.428238 93.023092) (xy 133.289116 92.914808) (xy 133.250576 92.884811)
+ (xy 133.250575 92.88481) (xy 133.250572 92.884808) (xy 133.05258 92.777661) (xy 133.052577 92.777659)
+ (xy 133.052574 92.777658) (xy 133.052571 92.777657) (xy 133.052569 92.777656) (xy 132.839637 92.704556)
+ (xy 132.617569 92.6675) (xy 132.392431 92.6675) (xy 132.170362 92.704556) (xy 131.95743 92.777656)
+ (xy 131.957419 92.777661) (xy 131.759427 92.884808) (xy 131.759422 92.884812) (xy 131.581761 93.023092)
+ (xy 131.581756 93.023097) (xy 131.429284 93.188723) (xy 131.429276 93.188734) (xy 131.338808 93.327206)
+ (xy 131.285662 93.372562) (xy 131.216431 93.381986) (xy 131.153095 93.352484) (xy 131.131192 93.327206)
+ (xy 131.049366 93.201963) (xy 131.040722 93.188732) (xy 131.040719 93.188729) (xy 131.040715 93.188723)
+ (xy 130.888243 93.023097) (xy 130.888238 93.023092) (xy 130.749116 92.914808) (xy 130.710576 92.884811)
+ (xy 130.710575 92.88481) (xy 130.710572 92.884808) (xy 130.51258 92.777661) (xy 130.512577 92.777659)
+ (xy 130.512574 92.777658) (xy 130.512571 92.777657) (xy 130.512569 92.777656) (xy 130.299637 92.704556)
+ (xy 130.077569 92.6675) (xy 129.852431 92.6675) (xy 129.630362 92.704556) (xy 129.41743 92.777656)
+ (xy 129.417419 92.777661) (xy 129.219427 92.884808) (xy 129.219422 92.884812) (xy 129.041761 93.023092)
+ (xy 129.041756 93.023097) (xy 128.889284 93.188723) (xy 128.889276 93.188734) (xy 128.798808 93.327206)
+ (xy 128.745662 93.372562) (xy 128.676431 93.381986) (xy 128.613095 93.352484) (xy 128.591192 93.327206)
+ (xy 128.509366 93.201963) (xy 128.500722 93.188732) (xy 128.500719 93.188729) (xy 128.500715 93.188723)
+ (xy 128.348243 93.023097) (xy 128.348238 93.023092) (xy 128.209116 92.914808) (xy 128.170576 92.884811)
+ (xy 128.170575 92.88481) (xy 128.170572 92.884808) (xy 127.97258 92.777661) (xy 127.972577 92.777659)
+ (xy 127.972574 92.777658) (xy 127.972571 92.777657) (xy 127.972569 92.777656) (xy 127.759637 92.704556)
+ (xy 127.537569 92.6675) (xy 127.312431 92.6675) (xy 127.090362 92.704556) (xy 126.87743 92.777656)
+ (xy 126.877419 92.777661) (xy 126.679429 92.884807) (xy 126.679427 92.884808) (xy 126.592298 92.952624)
+ (xy 126.527304 92.978266) (xy 126.458764 92.964699) (xy 126.428455 92.942451) (xy 125.172254 91.68625)
+ (xy 125.138769 91.624927) (xy 125.143753 91.555235) (xy 125.185625 91.499302) (xy 125.22784 91.478794)
+ (xy 125.334243 91.450284) (xy 125.541749 91.353523) (xy 125.7293 91.222198) (xy 125.891198 91.0603)
+ (xy 126.022523 90.872749) (xy 126.047307 90.819598) (xy 126.093479 90.767159) (xy 126.160672 90.748007)
+ (xy 126.227553 90.768222) (xy 126.272071 90.819599) (xy 126.294864 90.868479) (xy 126.294865 90.868481)
+ (xy 126.425342 91.05482) (xy 126.586179 91.215657) (xy 126.772517 91.346134) (xy 126.978673 91.442265)
+ (xy 126.978682 91.442269) (xy 127.174999 91.494872) (xy 127.175 91.494871) (xy 127.175 90.531686)
+ (xy 127.179394 90.53608) (xy 127.270606 90.588741) (xy 127.372339 90.616) (xy 127.477661 90.616)
+ (xy 127.579394 90.588741) (xy 127.670606 90.53608) (xy 127.675 90.531686)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 149.665087 91.371129) (xy 149.674144 91.374923) (xy 149.835757 91.450284) (xy 150.056913 91.509543)
+ (xy 150.219832 91.523796) (xy 150.284998 91.529498) (xy 150.285 91.529498) (xy 150.410151 91.518548)
+ (xy 150.478648 91.532314) (xy 150.528831 91.580929) (xy 150.544765 91.648958) (xy 150.52139 91.714801)
+ (xy 150.508637 91.729757) (xy 150.03649 92.201906) (xy 149.881167 92.357229) (xy 149.853594 92.384802)
+ (xy 149.792927 92.445468) (xy 149.723603 92.549218) (xy 149.723596 92.54923) (xy 149.706316 92.590952)
+ (xy 149.662476 92.645356) (xy 149.596182 92.667421) (xy 149.591755 92.6675) (xy 149.386345 92.6675)
+ (xy 149.325797 92.674011) (xy 149.325795 92.674011) (xy 149.188795 92.725111) (xy 149.071739 92.812739)
+ (xy 148.984111 92.929795) (xy 148.935777 93.059381) (xy 148.893905 93.115314) (xy 148.828441 93.13973)
+ (xy 148.760168 93.124878) (xy 148.731915 93.103727) (xy 148.616082 92.987894) (xy 148.422578 92.852399)
+ (xy 148.35033 92.81871) (xy 148.297891 92.772538) (xy 148.278739 92.705344) (xy 148.298955 92.638463)
+ (xy 148.315043 92.61866) (xy 149.534074 91.399628) (xy 149.595395 91.366145)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 125.135 76.254872) (xy 125.331317 76.202269) (xy 125.331326 76.202265) (xy 125.537482 76.106134)
+ (xy 125.72382 75.975657) (xy 125.884657 75.81482) (xy 126.015133 75.628483) (xy 126.037927 75.5796)
+ (xy 126.084098 75.52716) (xy 126.151292 75.508007) (xy 126.218173 75.528221) (xy 126.262691 75.579596)
+ (xy 126.287477 75.632749) (xy 126.418802 75.8203) (xy 126.5807 75.982198) (xy 126.768251 76.113523)
+ (xy 126.893091 76.171736) (xy 126.97575 76.210281) (xy 126.975752 76.210281) (xy 126.975757 76.210284)
+ (xy 127.196913 76.269543) (xy 127.359832 76.283796) (xy 127.424998 76.289498) (xy 127.425 76.289498)
+ (xy 127.425002 76.289498) (xy 127.482021 76.284509) (xy 127.653087 76.269543) (xy 127.76211 76.24033)
+ (xy 127.831955 76.241993) (xy 127.889818 76.281155) (xy 127.917323 76.345383) (xy 127.9182 76.360105)
+ (xy 127.9182 80.118398) (xy 127.942543 80.240777) (xy 127.942545 80.240785) (xy 127.990298 80.356072)
+ (xy 127.990303 80.356081) (xy 128.059628 80.459832) (xy 128.059631 80.459836) (xy 136.687467 89.087672)
+ (xy 136.720952 89.148995) (xy 136.715968 89.218687) (xy 136.687468 89.263034) (xy 136.578803 89.371699)
+ (xy 136.447476 89.559251) (xy 136.427382 89.602345) (xy 136.381209 89.654784) (xy 136.314016 89.673936)
+ (xy 136.247135 89.65372) (xy 136.202618 89.602345) (xy 136.182523 89.559251) (xy 136.164536 89.533563)
+ (xy 136.051198 89.3717) (xy 135.8893 89.209802) (xy 135.701749 89.078477) (xy 135.689924 89.072963)
+ (xy 135.494249 88.981718) (xy 135.494238 88.981714) (xy 135.273089 88.922457) (xy 135.273081 88.922456)
+ (xy 135.045002 88.902502) (xy 135.044998 88.902502) (xy 134.816918 88.922456) (xy 134.81691 88.922457)
+ (xy 134.595761 88.981714) (xy 134.59575 88.981718) (xy 134.388254 89.078475) (xy 134.388252 89.078476)
+ (xy 134.362563 89.096464) (xy 134.2007 89.209802) (xy 134.200698 89.209803) (xy 134.200695 89.209806)
+ (xy 134.038802 89.371699) (xy 133.913509 89.550634) (xy 133.858932 89.594259) (xy 133.789433 89.601451)
+ (xy 133.787745 89.601128) (xy 133.747641 89.593151) (xy 133.701919 89.584056) (xy 133.640008 89.551672)
+ (xy 133.62454 89.533569) (xy 133.511198 89.3717) (xy 133.3493 89.209802) (xy 133.161749 89.078477)
+ (xy 133.149924 89.072963) (xy 132.954249 88.981718) (xy 132.954238 88.981714) (xy 132.733089 88.922457)
+ (xy 132.733081 88.922456) (xy 132.505002 88.902502) (xy 132.504998 88.902502) (xy 132.276918 88.922456)
+ (xy 132.27691 88.922457) (xy 132.055761 88.981714) (xy 132.05575 88.981718) (xy 131.848254 89.078475)
+ (xy 131.848252 89.078476) (xy 131.822563 89.096464) (xy 131.6607 89.209802) (xy 131.660698 89.209803)
+ (xy 131.660695 89.209806) (xy 131.498806 89.371695) (xy 131.367476 89.559251) (xy 131.347382 89.602345)
+ (xy 131.301209 89.654784) (xy 131.234016 89.673936) (xy 131.167135 89.65372) (xy 131.122618 89.602345)
+ (xy 131.102523 89.559251) (xy 131.084536 89.533563) (xy 130.971198 89.3717) (xy 130.8093 89.209802)
+ (xy 130.621749 89.078477) (xy 130.609924 89.072963) (xy 130.414249 88.981718) (xy 130.414238 88.981714)
+ (xy 130.193089 88.922457) (xy 130.193081 88.922456) (xy 129.965002 88.902502) (xy 129.964998 88.902502)
+ (xy 129.736918 88.922456) (xy 129.73691 88.922457) (xy 129.515761 88.981714) (xy 129.51575 88.981718)
+ (xy 129.308254 89.078475) (xy 129.308252 89.078476) (xy 129.282563 89.096464) (xy 129.1207 89.209802)
+ (xy 129.120698 89.209803) (xy 129.120695 89.209806) (xy 128.958806 89.371695) (xy 128.827476 89.559252)
+ (xy 128.827474 89.559256) (xy 128.802691 89.612402) (xy 128.756518 89.664841) (xy 128.689324 89.683992)
+ (xy 128.622444 89.663775) (xy 128.577927 89.612399) (xy 128.555133 89.563517) (xy 128.424657 89.377179)
+ (xy 128.26382 89.216342) (xy 128.077482 89.085865) (xy 127.871328 88.989734) (xy 127.675 88.937127)
+ (xy 127.675 89.900314) (xy 127.670606 89.89592) (xy 127.579394 89.843259) (xy 127.477661 89.816)
+ (xy 127.372339 89.816) (xy 127.270606 89.843259) (xy 127.179394 89.89592) (xy 127.175 89.900314)
+ (xy 127.175 88.937127) (xy 126.978671 88.989734) (xy 126.772517 89.085865) (xy 126.586179 89.216342)
+ (xy 126.425342 89.377179) (xy 126.294865 89.563517) (xy 126.272071 89.612401) (xy 126.225898 89.66484)
+ (xy 126.158705 89.683992) (xy 126.091824 89.663776) (xy 126.047307 89.612401) (xy 126.033123 89.581984)
+ (xy 126.022523 89.559251) (xy 125.891198 89.3717) (xy 125.7293 89.209802) (xy 125.541749 89.078477)
+ (xy 125.529924 89.072963) (xy 125.334249 88.981718) (xy 125.334238 88.981714) (xy 125.113089 88.922457)
+ (xy 125.113081 88.922456) (xy 124.885002 88.902502) (xy 124.884998 88.902502) (xy 124.656918 88.922456)
+ (xy 124.65691 88.922457) (xy 124.435761 88.981714) (xy 124.43575 88.981718) (xy 124.228254 89.078475)
+ (xy 124.228252 89.078476) (xy 124.202563 89.096464) (xy 124.0407 89.209802) (xy 124.040698 89.209803)
+ (xy 124.040695 89.209806) (xy 123.878802 89.371699) (xy 123.753509 89.550634) (xy 123.698932 89.594259)
+ (xy 123.629433 89.601451) (xy 123.627745 89.601128) (xy 123.587641 89.593151) (xy 123.541919 89.584056)
+ (xy 123.480008 89.551672) (xy 123.46454 89.533569) (xy 123.351198 89.3717) (xy 123.1893 89.209802)
+ (xy 123.027434 89.096462) (xy 122.983811 89.041887) (xy 122.976945 89.019089) (xy 122.954155 88.904515)
+ (xy 122.9064 88.789225) (xy 122.906399 88.789224) (xy 122.906396 88.789218) (xy 122.837072 88.685468)
+ (xy 122.821717 88.670113) (xy 122.748833 88.597229) (xy 121.888119 87.736515) (xy 121.854634 87.675192)
+ (xy 121.8518 87.648834) (xy 121.8518 76.360105) (xy 121.871485 76.293066) (xy 121.924289 76.247311)
+ (xy 121.993447 76.237367) (xy 122.007871 76.240325) (xy 122.116913 76.269543) (xy 122.279832 76.283796)
+ (xy 122.344998 76.289498) (xy 122.345 76.289498) (xy 122.345002 76.289498) (xy 122.402021 76.284509)
+ (xy 122.573087 76.269543) (xy 122.794243 76.210284) (xy 123.001749 76.113523) (xy 123.1893 75.982198)
+ (xy 123.351198 75.8203) (xy 123.482523 75.632749) (xy 123.507307 75.579598) (xy 123.553479 75.527159)
+ (xy 123.620672 75.508007) (xy 123.687553 75.528222) (xy 123.732071 75.579599) (xy 123.754864 75.628479)
+ (xy 123.754865 75.628481) (xy 123.885342 75.81482) (xy 124.046179 75.975657) (xy 124.232517 76.106134)
+ (xy 124.438673 76.202265) (xy 124.438682 76.202269) (xy 124.634999 76.254872) (xy 124.635 76.254871)
+ (xy 124.635 75.291686) (xy 124.639394 75.29608) (xy 124.730606 75.348741) (xy 124.832339 75.376)
+ (xy 124.937661 75.376) (xy 125.039394 75.348741) (xy 125.130606 75.29608) (xy 125.135 75.291686)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 150.535 76.254872) (xy 150.731317 76.202269) (xy 150.731326 76.202265) (xy 150.937483 76.106133)
+ (xy 150.937489 76.10613) (xy 151.052976 76.025264) (xy 151.119182 76.002936) (xy 151.186949 76.019946)
+ (xy 151.234762 76.070893) (xy 151.2481 76.126838) (xy 151.2481 89.054785) (xy 151.228415 89.121824)
+ (xy 151.175611 89.167579) (xy 151.106453 89.177523) (xy 151.052978 89.156361) (xy 150.941749 89.078477)
+ (xy 150.929924 89.072963) (xy 150.734249 88.981718) (xy 150.734238 88.981714) (xy 150.513089 88.922457)
+ (xy 150.513081 88.922456) (xy 150.285002 88.902502) (xy 150.284998 88.902502) (xy 150.056918 88.922456)
+ (xy 150.056907 88.922458) (xy 149.947893 88.951668) (xy 149.878043 88.950005) (xy 149.820181 88.910842)
+ (xy 149.792677 88.846613) (xy 149.7918 88.831893) (xy 149.7918 86.554105) (xy 149.791799 86.554101)
+ (xy 149.767456 86.431722) (xy 149.767455 86.431715) (xy 149.7197 86.316425) (xy 149.719699 86.316424)
+ (xy 149.719696 86.316418) (xy 149.650372 86.212668) (xy 149.650371 86.212667) (xy 149.562133 86.124429)
+ (xy 141.921519 78.483815) (xy 141.888034 78.422492) (xy 141.8852 78.396134) (xy 141.8852 76.250783)
+ (xy 141.904885 76.183744) (xy 141.957689 76.137989) (xy 142.026847 76.128045) (xy 142.061597 76.138398)
+ (xy 142.215757 76.210284) (xy 142.436913 76.269543) (xy 142.599832 76.283796) (xy 142.664998 76.289498)
+ (xy 142.665 76.289498) (xy 142.665002 76.289498) (xy 142.722021 76.284509) (xy 142.893087 76.269543)
+ (xy 143.114243 76.210284) (xy 143.321749 76.113523) (xy 143.5093 75.982198) (xy 143.671198 75.8203)
+ (xy 143.802523 75.632749) (xy 143.822618 75.589655) (xy 143.86879 75.537215) (xy 143.935983 75.518063)
+ (xy 144.002864 75.538278) (xy 144.047382 75.589655) (xy 144.067477 75.632749) (xy 144.198802 75.8203)
+ (xy 144.3607 75.982198) (xy 144.548251 76.113523) (xy 144.673091 76.171736) (xy 144.75575 76.210281)
+ (xy 144.755752 76.210281) (xy 144.755757 76.210284) (xy 144.976913 76.269543) (xy 145.139832 76.283796)
+ (xy 145.204998 76.289498) (xy 145.205 76.289498) (xy 145.205002 76.289498) (xy 145.262021 76.284509)
+ (xy 145.433087 76.269543) (xy 145.654243 76.210284) (xy 145.861749 76.113523) (xy 146.0493 75.982198)
+ (xy 146.211198 75.8203) (xy 146.342523 75.632749) (xy 146.362618 75.589655) (xy 146.40879 75.537215)
+ (xy 146.475983 75.518063) (xy 146.542864 75.538278) (xy 146.587382 75.589655) (xy 146.607477 75.632749)
+ (xy 146.738802 75.8203) (xy 146.9007 75.982198) (xy 147.088251 76.113523) (xy 147.213091 76.171736)
+ (xy 147.29575 76.210281) (xy 147.295752 76.210281) (xy 147.295757 76.210284) (xy 147.516913 76.269543)
+ (xy 147.679832 76.283796) (xy 147.744998 76.289498) (xy 147.745 76.289498) (xy 147.745002 76.289498)
+ (xy 147.802021 76.284509) (xy 147.973087 76.269543) (xy 148.131111 76.2272) (xy 148.200955 76.228863)
+ (xy 148.258818 76.268025) (xy 148.286323 76.332253) (xy 148.2872 76.346975) (xy 148.2872 79.007439)
+ (xy 148.268194 79.073411) (xy 148.187658 79.201582) (xy 148.127482 79.373553) (xy 148.127481 79.373558)
+ (xy 148.107084 79.554596) (xy 148.107084 79.554603) (xy 148.127481 79.735641) (xy 148.127482 79.735646)
+ (xy 148.160469 79.829915) (xy 148.187657 79.907615) (xy 148.284589 80.061881) (xy 148.413419 80.190711)
+ (xy 148.567685 80.287643) (xy 148.739653 80.347817) (xy 148.739658 80.347818) (xy 148.920696 80.368216)
+ (xy 148.9207 80.368216) (xy 148.920704 80.368216) (xy 149.101741 80.347818) (xy 149.101744 80.347817)
+ (xy 149.101747 80.347817) (xy 149.273715 80.287643) (xy 149.427981 80.190711) (xy 149.556811 80.061881)
+ (xy 149.653743 79.907615) (xy 149.713917 79.735647) (xy 149.716863 79.709504) (xy 149.734316 79.554603)
+ (xy 149.734316 79.554596) (xy 149.713918 79.373558) (xy 149.713917 79.373553) (xy 149.695826 79.321853)
+ (xy 149.653743 79.201585) (xy 149.573206 79.073411) (xy 149.5542 79.007439) (xy 149.5542 76.264255)
+ (xy 149.573885 76.197216) (xy 149.626689 76.151461) (xy 149.695847 76.141517) (xy 149.730605 76.151873)
+ (xy 149.838673 76.202265) (xy 149.838682 76.202269) (xy 150.034999 76.254872) (xy 150.035 76.254871)
+ (xy 150.035 75.291686) (xy 150.039394 75.29608) (xy 150.130606 75.348741) (xy 150.232339 75.376)
+ (xy 150.337661 75.376) (xy 150.439394 75.348741) (xy 150.530606 75.29608) (xy 150.535 75.291686)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 165.694075 72.033993) (xy 165.759901 72.148007) (xy 165.852993 72.241099) (xy 165.967007 72.306925)
+ (xy 166.030588 72.323962) (xy 165.289942 73.064609) (xy 165.336768 73.101055) (xy 165.33677 73.101056)
+ (xy 165.555385 73.219364) (xy 165.555396 73.219369) (xy 165.790506 73.300083) (xy 166.035707 73.341)
+ (xy 166.284293 73.341) (xy 166.529493 73.300083) (xy 166.699637 73.241672) (xy 166.769435 73.238522)
+ (xy 166.829857 73.273608) (xy 166.861717 73.33579) (xy 166.8639 73.358953) (xy 166.8639 75.314196)
+ (xy 166.844215 75.381235) (xy 166.791411 75.42699) (xy 166.722253 75.436934) (xy 166.692448 75.428758)
+ (xy 166.62759 75.401893) (xy 166.396714 75.346465) (xy 166.16 75.327835) (xy 165.923285 75.346465)
+ (xy 165.692404 75.401895) (xy 165.692402 75.401895) (xy 165.47304 75.492757) (xy 165.473037 75.492759)
+ (xy 165.270589 75.61682) (xy 165.270586 75.616821) (xy 165.090031 75.771031) (xy 164.935821 75.951586)
+ (xy 164.93582 75.951589) (xy 164.81176 76.154035) (xy 164.81098 76.155567) (xy 164.81053 76.156043)
+ (xy 164.809214 76.158191) (xy 164.808762 76.157914) (xy 164.763001 76.206358) (xy 164.695178 76.223148)
+ (xy 164.629045 76.200604) (xy 164.585599 76.145885) (xy 164.5765 76.099262) (xy 164.5765 72.556539)
+ (xy 164.596185 72.4895) (xy 164.648989 72.443745) (xy 164.718147 72.433801) (xy 164.781703 72.462826)
+ (xy 164.814056 72.50673) (xy 164.836265 72.557362) (xy 164.936564 72.710882) (xy 165.677037 71.970409)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 126.222864 72.363278) (xy 126.267382 72.414655) (xy 126.287477 72.457749) (xy 126.418802 72.6453)
+ (xy 126.5807 72.807198) (xy 126.742564 72.920537) (xy 126.786188 72.975112) (xy 126.793056 72.997919)
+ (xy 126.815843 73.112477) (xy 126.815845 73.112485) (xy 126.863598 73.227772) (xy 126.863603 73.227781)
+ (xy 126.932928 73.331532) (xy 126.932931 73.331536) (xy 127.113611 73.512216) (xy 127.147096 73.573539)
+ (xy 127.142112 73.643231) (xy 127.10024 73.699164) (xy 127.058024 73.719672) (xy 126.975762 73.741714)
+ (xy 126.97575 73.741718) (xy 126.768254 73.838475) (xy 126.768252 73.838476) (xy 126.723781 73.869615)
+ (xy 126.5807 73.969802) (xy 126.580698 73.969803) (xy 126.580695 73.969806) (xy 126.418806 74.131695)
+ (xy 126.287476 74.319252) (xy 126.287474 74.319256) (xy 126.262691 74.372402) (xy 126.216518 74.424841)
+ (xy 126.149324 74.443992) (xy 126.082444 74.423775) (xy 126.037927 74.372399) (xy 126.015133 74.323517)
+ (xy 125.884657 74.137179) (xy 125.72382 73.976342) (xy 125.537482 73.845865) (xy 125.331328 73.749734)
+ (xy 125.135 73.697127) (xy 125.135 74.660314) (xy 125.130606 74.65592) (xy 125.039394 74.603259)
+ (xy 124.937661 74.576) (xy 124.832339 74.576) (xy 124.730606 74.603259) (xy 124.639394 74.65592)
+ (xy 124.635 74.660314) (xy 124.635 73.697127) (xy 124.438671 73.749734) (xy 124.232517 73.845865)
+ (xy 124.046179 73.976342) (xy 123.885342 74.137179) (xy 123.754865 74.323517) (xy 123.732071 74.372401)
+ (xy 123.685898 74.42484) (xy 123.618705 74.443992) (xy 123.551824 74.423776) (xy 123.507307 74.372401)
+ (xy 123.482523 74.319251) (xy 123.42816 74.241613) (xy 123.351198 74.1317) (xy 123.1893 73.969802)
+ (xy 123.001749 73.838477) (xy 123.001745 73.838475) (xy 122.794249 73.741718) (xy 122.794238 73.741714)
+ (xy 122.711974 73.719672) (xy 122.652314 73.683307) (xy 122.621785 73.62046) (xy 122.63008 73.551084)
+ (xy 122.656383 73.512219) (xy 122.837071 73.331533) (xy 122.9064 73.227775) (xy 122.954155 73.112485)
+ (xy 122.954749 73.1095) (xy 122.976944 72.997915) (xy 123.009327 72.936008) (xy 123.02743 72.92054)
+ (xy 123.1893 72.807198) (xy 123.351198 72.6453) (xy 123.482523 72.457749) (xy 123.502618 72.414655)
+ (xy 123.54879 72.362215) (xy 123.615983 72.343063) (xy 123.682864 72.363278) (xy 123.727382 72.414655)
+ (xy 123.747477 72.457749) (xy 123.878802 72.6453) (xy 124.0407 72.807198) (xy 124.228251 72.938523)
+ (xy 124.283447 72.964261) (xy 124.43575 73.035281) (xy 124.435752 73.035281) (xy 124.435757 73.035284)
+ (xy 124.656913 73.094543) (xy 124.819832 73.108796) (xy 124.884998 73.114498) (xy 124.885 73.114498)
+ (xy 124.885002 73.114498) (xy 124.942127 73.1095) (xy 125.113087 73.094543) (xy 125.334243 73.035284)
+ (xy 125.541749 72.938523) (xy 125.7293 72.807198) (xy 125.891198 72.6453) (xy 126.022523 72.457749)
+ (xy 126.042618 72.414655) (xy 126.08879 72.362215) (xy 126.155983 72.343063)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 150.535 73.079872) (xy 150.731317 73.027269) (xy 150.731326 73.027265) (xy 150.937483 72.931133)
+ (xy 150.937489 72.93113) (xy 151.052976 72.850264) (xy 151.119182 72.827936) (xy 151.186949 72.844946)
+ (xy 151.234762 72.895893) (xy 151.2481 72.951838) (xy 151.2481 73.825161) (xy 151.228415 73.8922)
+ (xy 151.175611 73.937955) (xy 151.106453 73.947899) (xy 151.052976 73.926736) (xy 150.937482 73.845866)
+ (xy 150.731328 73.749734) (xy 150.535 73.697127) (xy 150.535 74.660314) (xy 150.530606 74.65592)
+ (xy 150.439394 74.603259) (xy 150.337661 74.576) (xy 150.232339 74.576) (xy 150.130606 74.603259)
+ (xy 150.039394 74.65592) (xy 150.035 74.660314) (xy 150.035 73.697127) (xy 149.838671 73.749734)
+ (xy 149.635914 73.844282) (xy 149.566836 73.854774) (xy 149.503052 73.826254) (xy 149.480407 73.800791)
+ (xy 149.412772 73.699568) (xy 149.375706 73.662502) (xy 149.324533 73.611329) (xy 148.642531 72.929327)
+ (xy 148.609047 72.868005) (xy 148.614031 72.798313) (xy 148.642532 72.753966) (xy 148.686297 72.710201)
+ (xy 148.751198 72.6453) (xy 148.882523 72.457749) (xy 148.907307 72.404598) (xy 148.953479 72.352159)
+ (xy 149.020672 72.333007) (xy 149.087553 72.353222) (xy 149.132071 72.404599) (xy 149.154864 72.453479)
+ (xy 149.154865 72.453481) (xy 149.285342 72.63982) (xy 149.446179 72.800657) (xy 149.632517 72.931134)
+ (xy 149.838673 73.027265) (xy 149.838682 73.027269) (xy 150.034999 73.079872) (xy 150.035 73.079871)
+ (xy 150.035 72.116686) (xy 150.039394 72.12108) (xy 150.130606 72.173741) (xy 150.232339 72.201)
+ (xy 150.337661 72.201) (xy 150.439394 72.173741) (xy 150.530606 72.12108) (xy 150.535 72.116686)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 142.915 73.079872) (xy 143.111317 73.027269) (xy 143.111326 73.027265) (xy 143.317482 72.931134)
+ (xy 143.50382 72.800657) (xy 143.664657 72.63982) (xy 143.795133 72.453483) (xy 143.817927 72.4046)
+ (xy 143.864098 72.35216) (xy 143.931292 72.333007) (xy 143.998173 72.353221) (xy 144.042691 72.404596)
+ (xy 144.067477 72.457749) (xy 144.198802 72.6453) (xy 144.3607 72.807198) (xy 144.548251 72.938523)
+ (xy 144.603447 72.964261) (xy 144.75575 73.035281) (xy 144.755752 73.035281) (xy 144.755757 73.035284)
+ (xy 144.976913 73.094543) (xy 145.139832 73.108796) (xy 145.204998 73.114498) (xy 145.205 73.114498)
+ (xy 145.205002 73.114498) (xy 145.262127 73.1095) (xy 145.433087 73.094543) (xy 145.654243 73.035284)
+ (xy 145.861749 72.938523) (xy 146.0493 72.807198) (xy 146.211198 72.6453) (xy 146.342523 72.457749)
+ (xy 146.362618 72.414655) (xy 146.40879 72.362215) (xy 146.475983 72.343063) (xy 146.542864 72.363278)
+ (xy 146.587382 72.414655) (xy 146.607477 72.457749) (xy 146.738802 72.6453) (xy 146.9007 72.807198)
+ (xy 147.062564 72.920537) (xy 147.106188 72.975112) (xy 147.113056 72.997919) (xy 147.135843 73.112477)
+ (xy 147.135845 73.112485) (xy 147.183598 73.227772) (xy 147.183603 73.227781) (xy 147.252928 73.331532)
+ (xy 147.252931 73.331536) (xy 147.433611 73.512216) (xy 147.467096 73.573539) (xy 147.462112 73.643231)
+ (xy 147.42024 73.699164) (xy 147.378024 73.719672) (xy 147.295762 73.741714) (xy 147.29575 73.741718)
+ (xy 147.088254 73.838475) (xy 147.088252 73.838476) (xy 147.043781 73.869615) (xy 146.9007 73.969802)
+ (xy 146.900698 73.969803) (xy 146.900695 73.969806) (xy 146.738806 74.131695) (xy 146.607476 74.319251)
+ (xy 146.587382 74.362345) (xy 146.541209 74.414784) (xy 146.474016 74.433936) (xy 146.407135 74.41372)
+ (xy 146.362618 74.362345) (xy 146.342523 74.319251) (xy 146.28816 74.241613) (xy 146.211198 74.1317)
+ (xy 146.0493 73.969802) (xy 145.861749 73.838477) (xy 145.861745 73.838475) (xy 145.654249 73.741718)
+ (xy 145.654238 73.741714) (xy 145.433089 73.682457) (xy 145.433081 73.682456) (xy 145.205002 73.662502)
+ (xy 145.204998 73.662502) (xy 144.976918 73.682456) (xy 144.97691 73.682457) (xy 144.755761 73.741714)
+ (xy 144.75575 73.741718) (xy 144.548254 73.838475) (xy 144.548252 73.838476) (xy 144.503781 73.869615)
+ (xy 144.3607 73.969802) (xy 144.360698 73.969803) (xy 144.360695 73.969806) (xy 144.198806 74.131695)
+ (xy 144.067476 74.319251) (xy 144.047382 74.362345) (xy 144.001209 74.414784) (xy 143.934016 74.433936)
+ (xy 143.867135 74.41372) (xy 143.822618 74.362345) (xy 143.802523 74.319251) (xy 143.74816 74.241613)
+ (xy 143.671198 74.1317) (xy 143.5093 73.969802) (xy 143.321749 73.838477) (xy 143.321745 73.838475)
+ (xy 143.114249 73.741718) (xy 143.114238 73.741714) (xy 142.893089 73.682457) (xy 142.893081 73.682456)
+ (xy 142.665002 73.662502) (xy 142.664998 73.662502) (xy 142.436918 73.682456) (xy 142.43691 73.682457)
+ (xy 142.215761 73.741714) (xy 142.21575 73.741718) (xy 142.008254 73.838475) (xy 142.003559 73.841186)
+ (xy 142.002614 73.83955) (xy 141.944304 73.859192) (xy 141.876543 73.842157) (xy 141.828748 73.791192)
+ (xy 141.824874 73.782751) (xy 141.8131 73.754325) (xy 141.813096 73.754318) (xy 141.743772 73.650568)
+ (xy 141.704533 73.611329) (xy 141.655533 73.562329) (xy 141.022531 72.929327) (xy 140.989047 72.868005)
+ (xy 140.994031 72.798313) (xy 141.022532 72.753966) (xy 141.066297 72.710201) (xy 141.131198 72.6453)
+ (xy 141.262523 72.457749) (xy 141.287307 72.404598) (xy 141.333479 72.352159) (xy 141.400672 72.333007)
+ (xy 141.467553 72.353222) (xy 141.512071 72.404599) (xy 141.534864 72.453479) (xy 141.534865 72.453481)
+ (xy 141.665342 72.63982) (xy 141.826179 72.800657) (xy 142.012517 72.931134) (xy 142.218673 73.027265)
+ (xy 142.218682 73.027269) (xy 142.414999 73.079872) (xy 142.415 73.079871) (xy 142.415 72.116686)
+ (xy 142.419394 72.12108) (xy 142.510606 72.173741) (xy 142.612339 72.201) (xy 142.717661 72.201)
+ (xy 142.819394 72.173741) (xy 142.910606 72.12108) (xy 142.915 72.116686)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 163.858773 65.96358) (xy 163.873729 65.976333) (xy 166.827581 68.930185) (xy 166.861066 68.991508)
+ (xy 166.8639 69.017866) (xy 166.8639 70.323046) (xy 166.844215 70.390085) (xy 166.791411 70.43584)
+ (xy 166.722253 70.445784) (xy 166.699637 70.440327) (xy 166.529493 70.381916) (xy 166.284293 70.341)
+ (xy 166.035707 70.341) (xy 165.790506 70.381916) (xy 165.555396 70.46263) (xy 165.55539 70.462632)
+ (xy 165.336761 70.580949) (xy 165.289942 70.617388) (xy 165.289942 70.61739) (xy 166.03059 71.358037)
+ (xy 165.967007 71.375075) (xy 165.852993 71.440901) (xy 165.759901 71.533993) (xy 165.694075 71.648007)
+ (xy 165.677037 71.711589) (xy 164.936564 70.971116) (xy 164.836267 71.124632) (xy 164.814056 71.17527)
+ (xy 164.7691 71.228756) (xy 164.702364 71.249446) (xy 164.635036 71.230772) (xy 164.588493 71.178661)
+ (xy 164.5765 71.12546) (xy 164.5765 68.461605) (xy 164.576499 68.461601) (xy 164.552156 68.339222)
+ (xy 164.552155 68.339215) (xy 164.5044 68.223925) (xy 164.504399 68.223924) (xy 164.504396 68.223918)
+ (xy 164.435072 68.120168) (xy 164.391338 68.076434) (xy 164.346833 68.031929) (xy 163.384059 67.069155)
+ (xy 163.350574 67.007832) (xy 163.355558 66.93814) (xy 163.370162 66.910356) (xy 163.487523 66.742749)
+ (xy 163.584284 66.535243) (xy 163.643543 66.314087) (xy 163.663498 66.086) (xy 163.66252 66.074821)
+ (xy 163.676286 66.006322) (xy 163.724901 65.956139) (xy 163.79293 65.940205)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 151.981434 57.557984) (xy 152.037367 57.599856) (xy 152.061784 57.66532) (xy 152.0621 57.674166)
+ (xy 152.0621 64.119634) (xy 152.042415 64.186673) (xy 152.025781 64.207315) (xy 151.477767 64.755329)
+ (xy 151.433647 64.799449) (xy 151.389527 64.843568) (xy 151.320203 64.947318) (xy 151.320198 64.947327)
+ (xy 151.272445 65.062614) (xy 151.272443 65.062622) (xy 151.2481 65.185001) (xy 151.2481 70.650161)
+ (xy 151.228415 70.7172) (xy 151.175611 70.762955) (xy 151.106453 70.772899) (xy 151.052976 70.751736)
+ (xy 150.937482 70.670866) (xy 150.731328 70.574734) (xy 150.535 70.522127) (xy 150.535 71.485314)
+ (xy 150.530606 71.48092) (xy 150.439394 71.428259) (xy 150.337661 71.401) (xy 150.232339 71.401)
+ (xy 150.130606 71.428259) (xy 150.039394 71.48092) (xy 150.035 71.485314) (xy 150.035 70.522127)
+ (xy 149.838671 70.574734) (xy 149.632517 70.670865) (xy 149.446179 70.801342) (xy 149.285342 70.962179)
+ (xy 149.154865 71.148517) (xy 149.132071 71.197401) (xy 149.085898 71.24984) (xy 149.018705 71.268992)
+ (xy 148.951824 71.248776) (xy 148.907307 71.197401) (xy 148.898568 71.178661) (xy 148.882523 71.144251)
+ (xy 148.751198 70.9567) (xy 148.5893 70.794802) (xy 148.401749 70.663477) (xy 148.401745 70.663475)
+ (xy 148.194249 70.566718) (xy 148.194238 70.566714) (xy 147.973089 70.507457) (xy 147.973081 70.507456)
+ (xy 147.745002 70.487502) (xy 147.744998 70.487502) (xy 147.516918 70.507456) (xy 147.51691 70.507457)
+ (xy 147.295761 70.566714) (xy 147.29575 70.566718) (xy 147.088254 70.663475) (xy 147.088252 70.663476)
+ (xy 147.0777 70.670865) (xy 146.9007 70.794802) (xy 146.900698 70.794803) (xy 146.900695 70.794806)
+ (xy 146.738806 70.956695) (xy 146.607476 71.144251) (xy 146.587382 71.187345) (xy 146.541209 71.239784)
+ (xy 146.474016 71.258936) (xy 146.407135 71.23872) (xy 146.362618 71.187345) (xy 146.342523 71.144251)
+ (xy 146.329365 71.12546) (xy 146.211198 70.9567) (xy 146.0493 70.794802) (xy 145.861749 70.663477)
+ (xy 145.861745 70.663475) (xy 145.654249 70.566718) (xy 145.654238 70.566714) (xy 145.433089 70.507457)
+ (xy 145.433081 70.507456) (xy 145.205002 70.487502) (xy 145.204998 70.487502) (xy 144.976918 70.507456)
+ (xy 144.97691 70.507457) (xy 144.755761 70.566714) (xy 144.75575 70.566718) (xy 144.548254 70.663475)
+ (xy 144.548252 70.663476) (xy 144.5377 70.670865) (xy 144.3607 70.794802) (xy 144.360698 70.794803)
+ (xy 144.360695 70.794806) (xy 144.198806 70.956695) (xy 144.067476 71.144252) (xy 144.067474 71.144256)
+ (xy 144.042691 71.197402) (xy 143.996518 71.249841) (xy 143.929324 71.268992) (xy 143.862444 71.248775)
+ (xy 143.817927 71.197399) (xy 143.795133 71.148517) (xy 143.664657 70.962179) (xy 143.50382 70.801342)
+ (xy 143.317482 70.670865) (xy 143.111328 70.574734) (xy 142.915 70.522127) (xy 142.915 71.485314)
+ (xy 142.910606 71.48092) (xy 142.819394 71.428259) (xy 142.717661 71.401) (xy 142.612339 71.401)
+ (xy 142.510606 71.428259) (xy 142.419394 71.48092) (xy 142.415 71.485314) (xy 142.415 70.522127)
+ (xy 142.218671 70.574734) (xy 142.012517 70.670865) (xy 141.826179 70.801342) (xy 141.665342 70.962179)
+ (xy 141.534865 71.148517) (xy 141.512071 71.197401) (xy 141.465898 71.24984) (xy 141.398705 71.268992)
+ (xy 141.331824 71.248776) (xy 141.287307 71.197401) (xy 141.278568 71.178661) (xy 141.262523 71.144251)
+ (xy 141.131198 70.9567) (xy 140.9693 70.794802) (xy 140.781749 70.663477) (xy 140.781745 70.663475)
+ (xy 140.574249 70.566718) (xy 140.574238 70.566714) (xy 140.353089 70.507457) (xy 140.353081 70.507456)
+ (xy 140.125002 70.487502) (xy 140.124998 70.487502) (xy 139.896918 70.507456) (xy 139.89691 70.507457)
+ (xy 139.675761 70.566714) (xy 139.67575 70.566718) (xy 139.468254 70.663475) (xy 139.468252 70.663476)
+ (xy 139.4577 70.670865) (xy 139.2807 70.794802) (xy 139.280698 70.794803) (xy 139.280695 70.794806)
+ (xy 139.118806 70.956695) (xy 138.987476 71.144251) (xy 138.967382 71.187345) (xy 138.921209 71.239784)
+ (xy 138.854016 71.258936) (xy 138.787135 71.23872) (xy 138.742618 71.187345) (xy 138.740286 71.182344)
+ (xy 138.722523 71.144251) (xy 138.605165 70.976647) (xy 138.582838 70.910443) (xy 138.599848 70.842676)
+ (xy 138.619055 70.817848) (xy 151.850419 57.586485) (xy 151.911742 57.553)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 144.002864 57.123278) (xy 144.047382 57.174655) (xy 144.067477 57.217749) (xy 144.198802 57.4053)
+ (xy 144.3607 57.567198) (xy 144.548251 57.698523) (xy 144.604843 57.724912) (xy 144.657281 57.771082)
+ (xy 144.676434 57.838275) (xy 144.656219 57.905157) (xy 144.640119 57.924974) (xy 132.560615 70.004481)
+ (xy 132.499292 70.037966) (xy 132.472934 70.0408) (xy 132.442601 70.0408) (xy 132.320222 70.065143)
+ (xy 132.320214 70.065145) (xy 132.204927 70.112898) (xy 132.204918 70.112903) (xy 132.101167 70.182228)
+ (xy 132.101163 70.182231) (xy 132.012931 70.270463) (xy 132.012928 70.270467) (xy 131.943603 70.374218)
+ (xy 131.943598 70.374227) (xy 131.895845 70.489514) (xy 131.895843 70.489522) (xy 131.873056 70.60408)
+ (xy 131.840671 70.665991) (xy 131.822563 70.681463) (xy 131.660699 70.794802) (xy 131.498806 70.956695)
+ (xy 131.367476 71.144251) (xy 131.347382 71.187345) (xy 131.301209 71.239784) (xy 131.234016 71.258936)
+ (xy 131.167135 71.23872) (xy 131.122618 71.187345) (xy 131.102523 71.144251) (xy 131.089365 71.12546)
+ (xy 130.971198 70.9567) (xy 130.8093 70.794802) (xy 130.621749 70.663477) (xy 130.621745 70.663475)
+ (xy 130.414249 70.566718) (xy 130.414238 70.566714) (xy 130.193089 70.507457) (xy 130.193081 70.507456)
+ (xy 129.965002 70.487502) (xy 129.964998 70.487502) (xy 129.736918 70.507456) (xy 129.73691 70.507457)
+ (xy 129.515761 70.566714) (xy 129.51575 70.566718) (xy 129.308254 70.663475) (xy 129.308252 70.663476)
+ (xy 129.2977 70.670865) (xy 129.1207 70.794802) (xy 129.120698 70.794803) (xy 129.120695 70.794806)
+ (xy 128.958806 70.956695) (xy 128.827476 71.144251) (xy 128.807382 71.187345) (xy 128.761209 71.239784)
+ (xy 128.694016 71.258936) (xy 128.627135 71.23872) (xy 128.582618 71.187345) (xy 128.562523 71.144251)
+ (xy 128.549365 71.12546) (xy 128.431198 70.9567) (xy 128.2693 70.794802) (xy 128.081749 70.663477)
+ (xy 128.081745 70.663475) (xy 127.874249 70.566718) (xy 127.874238 70.566714) (xy 127.653089 70.507457)
+ (xy 127.653081 70.507456) (xy 127.425002 70.487502) (xy 127.424998 70.487502) (xy 127.196918 70.507456)
+ (xy 127.19691 70.507457) (xy 126.975761 70.566714) (xy 126.97575 70.566718) (xy 126.768254 70.663475)
+ (xy 126.768252 70.663476) (xy 126.7577 70.670865) (xy 126.5807 70.794802) (xy 126.580698 70.794803)
+ (xy 126.580695 70.794806) (xy 126.418806 70.956695) (xy 126.287476 71.144251) (xy 126.267382 71.187345)
+ (xy 126.221209 71.239784) (xy 126.154016 71.258936) (xy 126.087135 71.23872) (xy 126.042618 71.187345)
+ (xy 126.022523 71.144251) (xy 126.009365 71.12546) (xy 125.891198 70.9567) (xy 125.7293 70.794802)
+ (xy 125.541749 70.663477) (xy 125.541745 70.663475) (xy 125.334249 70.566718) (xy 125.334238 70.566714)
+ (xy 125.113089 70.507457) (xy 125.113081 70.507456) (xy 124.885002 70.487502) (xy 124.884998 70.487502)
+ (xy 124.656918 70.507456) (xy 124.65691 70.507457) (xy 124.435761 70.566714) (xy 124.43575 70.566718)
+ (xy 124.228254 70.663475) (xy 124.228252 70.663476) (xy 124.2177 70.670865) (xy 124.0407 70.794802)
+ (xy 124.040698 70.794803) (xy 124.040695 70.794806) (xy 123.878806 70.956695) (xy 123.747476 71.144251)
+ (xy 123.727382 71.187345) (xy 123.681209 71.239784) (xy 123.614016 71.258936) (xy 123.547135 71.23872)
+ (xy 123.502618 71.187345) (xy 123.482523 71.144251) (xy 123.469365 71.12546) (xy 123.351198 70.9567)
+ (xy 123.1893 70.794802) (xy 123.001749 70.663477) (xy 123.001745 70.663475) (xy 122.794249 70.566718)
+ (xy 122.794238 70.566714) (xy 122.573089 70.507457) (xy 122.573081 70.507456) (xy 122.345002 70.487502)
+ (xy 122.344998 70.487502) (xy 122.116918 70.507456) (xy 122.11691 70.507457) (xy 121.895761 70.566714)
+ (xy 121.89575 70.566718) (xy 121.688254 70.663475) (xy 121.688252 70.663476) (xy 121.6777 70.670865)
+ (xy 121.5007 70.794802) (xy 121.500698 70.794803) (xy 121.500695 70.794806) (xy 121.338806 70.956695)
+ (xy 121.207476 71.144251) (xy 121.187382 71.187345) (xy 121.141209 71.239784) (xy 121.074016 71.258936)
+ (xy 121.007135 71.23872) (xy 120.962618 71.187345) (xy 120.942523 71.144251) (xy 120.929365 71.12546)
+ (xy 120.811198 70.9567) (xy 120.6493 70.794802) (xy 120.461749 70.663477) (xy 120.461745 70.663475)
+ (xy 120.254249 70.566718) (xy 120.254238 70.566714) (xy 120.033089 70.507457) (xy 120.033081 70.507456)
+ (xy 119.805002 70.487502) (xy 119.804998 70.487502) (xy 119.576918 70.507456) (xy 119.57691 70.507457)
+ (xy 119.355761 70.566714) (xy 119.35575 70.566718) (xy 119.148254 70.663475) (xy 119.148252 70.663476)
+ (xy 119.1377 70.670865) (xy 118.9607 70.794802) (xy 118.960698 70.794803) (xy 118.960695 70.794806)
+ (xy 118.798806 70.956695) (xy 118.667476 71.144251) (xy 118.647382 71.187345) (xy 118.601209 71.239784)
+ (xy 118.534016 71.258936) (xy 118.467135 71.23872) (xy 118.422618 71.187345) (xy 118.402523 71.144251)
+ (xy 118.389365 71.12546) (xy 118.271198 70.9567) (xy 118.1093 70.794802) (xy 117.921749 70.663477)
+ (xy 117.921745 70.663475) (xy 117.714249 70.566718) (xy 117.714238 70.566714) (xy 117.493089 70.507457)
+ (xy 117.493081 70.507456) (xy 117.265002 70.487502) (xy 117.264998 70.487502) (xy 117.036918 70.507456)
+ (xy 117.03691 70.507457) (xy 116.815761 70.566714) (xy 116.81575 70.566718) (xy 116.608254 70.663475)
+ (xy 116.608252 70.663476) (xy 116.5977 70.670865) (xy 116.4207 70.794802) (xy 116.420698 70.794803)
+ (xy 116.420695 70.794806) (xy 116.258806 70.956695) (xy 116.127476 71.144251) (xy 116.107382 71.187345)
+ (xy 116.061209 71.239784) (xy 115.994016 71.258936) (xy 115.927135 71.23872) (xy 115.882618 71.187345)
+ (xy 115.862523 71.144251) (xy 115.849365 71.12546) (xy 115.731198 70.9567) (xy 115.5693 70.794802)
+ (xy 115.381749 70.663477) (xy 115.381745 70.663475) (xy 115.174249 70.566718) (xy 115.174238 70.566714)
+ (xy 114.953089 70.507457) (xy 114.953081 70.507456) (xy 114.725002 70.487502) (xy 114.724998 70.487502)
+ (xy 114.496918 70.507456) (xy 114.49691 70.507457) (xy 114.275761 70.566714) (xy 114.27575 70.566718)
+ (xy 114.068254 70.663475) (xy 114.068252 70.663476) (xy 114.0577 70.670865) (xy 113.8807 70.794802)
+ (xy 113.880698 70.794803) (xy 113.880695 70.794806) (xy 113.718806 70.956695) (xy 113.587476 71.144251)
+ (xy 113.567382 71.187345) (xy 113.521209 71.239784) (xy 113.454016 71.258936) (xy 113.387135 71.23872)
+ (xy 113.342618 71.187345) (xy 113.322523 71.144251) (xy 113.309365 71.12546) (xy 113.191198 70.9567)
+ (xy 113.0293 70.794802) (xy 112.841749 70.663477) (xy 112.841745 70.663475) (xy 112.634249 70.566718)
+ (xy 112.634238 70.566714) (xy 112.413089 70.507457) (xy 112.413081 70.507456) (xy 112.185002 70.487502)
+ (xy 112.184998 70.487502) (xy 111.956918 70.507456) (xy 111.95691 70.507457) (xy 111.735761 70.566714)
+ (xy 111.73575 70.566718) (xy 111.528254 70.663475) (xy 111.528252 70.663476) (xy 111.5177 70.670865)
+ (xy 111.3407 70.794802) (xy 111.340698 70.794803) (xy 111.340695 70.794806) (xy 111.178806 70.956695)
+ (xy 111.047476 71.144251) (xy 111.027382 71.187345) (xy 110.981209 71.239784) (xy 110.914016 71.258936)
+ (xy 110.847135 71.23872) (xy 110.802618 71.187345) (xy 110.782523 71.144251) (xy 110.769365 71.12546)
+ (xy 110.651198 70.9567) (xy 110.4893 70.794802) (xy 110.301749 70.663477) (xy 110.301745 70.663475)
+ (xy 110.094249 70.566718) (xy 110.094238 70.566714) (xy 109.873089 70.507457) (xy 109.873081 70.507456)
+ (xy 109.645002 70.487502) (xy 109.644998 70.487502) (xy 109.416918 70.507456) (xy 109.41691 70.507457)
+ (xy 109.195761 70.566714) (xy 109.19575 70.566718) (xy 108.988254 70.663475) (xy 108.988252 70.663476)
+ (xy 108.9777 70.670865) (xy 108.8007 70.794802) (xy 108.800698 70.794803) (xy 108.800695 70.794806)
+ (xy 108.638806 70.956695) (xy 108.507476 71.144251) (xy 108.487382 71.187345) (xy 108.441209 71.239784)
+ (xy 108.374016 71.258936) (xy 108.307135 71.23872) (xy 108.262618 71.187345) (xy 108.242523 71.144251)
+ (xy 108.229365 71.12546) (xy 108.111198 70.9567) (xy 107.9493 70.794802) (xy 107.761749 70.663477)
+ (xy 107.761745 70.663475) (xy 107.554249 70.566718) (xy 107.554238 70.566714) (xy 107.333089 70.507457)
+ (xy 107.333081 70.507456) (xy 107.105002 70.487502) (xy 107.104998 70.487502) (xy 106.876918 70.507456)
+ (xy 106.87691 70.507457) (xy 106.655761 70.566714) (xy 106.65575 70.566718) (xy 106.448254 70.663475)
+ (xy 106.448252 70.663476) (xy 106.4377 70.670865) (xy 106.2607 70.794802) (xy 106.260698 70.794803)
+ (xy 106.260695 70.794806) (xy 106.098806 70.956695) (xy 105.967476 71.144251) (xy 105.947382 71.187345)
+ (xy 105.901209 71.239784) (xy 105.834016 71.258936) (xy 105.767135 71.23872) (xy 105.722618 71.187345)
+ (xy 105.702523 71.144251) (xy 105.689365 71.12546) (xy 105.571198 70.9567) (xy 105.4093 70.794802)
+ (xy 105.221749 70.663477) (xy 105.221745 70.663475) (xy 105.014249 70.566718) (xy 105.014238 70.566714)
+ (xy 104.793089 70.507457) (xy 104.793081 70.507456) (xy 104.565002 70.487502) (xy 104.564998 70.487502)
+ (xy 104.336918 70.507456) (xy 104.336907 70.507458) (xy 104.227893 70.536668) (xy 104.158043 70.535005)
+ (xy 104.100181 70.495842) (xy 104.072677 70.431613) (xy 104.0718 70.416893) (xy 104.0718 59.128166)
+ (xy 104.091485 59.061127) (xy 104.108119 59.040485) (xy 105.057068 58.091536) (xy 105.057071 58.091533)
+ (xy 105.1264 57.987775) (xy 105.174155 57.872485) (xy 105.177724 57.854543) (xy 105.196944 57.757915)
+ (xy 105.229327 57.696008) (xy 105.24743 57.68054) (xy 105.4093 57.567198) (xy 105.571198 57.4053)
+ (xy 105.702523 57.217749) (xy 105.722618 57.174655) (xy 105.76879 57.122215) (xy 105.835983 57.103063)
+ (xy 105.902864 57.123278) (xy 105.947382 57.174655) (xy 105.967477 57.217749) (xy 106.098802 57.4053)
+ (xy 106.2607 57.567198) (xy 106.448251 57.698523) (xy 106.504843 57.724912) (xy 106.65575 57.795281)
+ (xy 106.655752 57.795281) (xy 106.655757 57.795284) (xy 106.876913 57.854543) (xy 107.039832 57.868796)
+ (xy 107.104998 57.874498) (xy 107.105 57.874498) (xy 107.105002 57.874498) (xy 107.162021 57.869509)
+ (xy 107.333087 57.854543) (xy 107.554243 57.795284) (xy 107.761749 57.698523) (xy 107.9493 57.567198)
+ (xy 108.111198 57.4053) (xy 108.242523 57.217749) (xy 108.262618 57.174655) (xy 108.30879 57.122215)
+ (xy 108.375983 57.103063) (xy 108.442864 57.123278) (xy 108.487382 57.174655) (xy 108.507477 57.217749)
+ (xy 108.638802 57.4053) (xy 108.8007 57.567198) (xy 108.988251 57.698523) (xy 109.044843 57.724912)
+ (xy 109.19575 57.795281) (xy 109.195752 57.795281) (xy 109.195757 57.795284) (xy 109.416913 57.854543)
+ (xy 109.579832 57.868796) (xy 109.644998 57.874498) (xy 109.645 57.874498) (xy 109.645002 57.874498)
+ (xy 109.702021 57.869509) (xy 109.873087 57.854543) (xy 110.094243 57.795284) (xy 110.301749 57.698523)
+ (xy 110.4893 57.567198) (xy 110.651198 57.4053) (xy 110.782523 57.217749) (xy 110.802618 57.174655)
+ (xy 110.84879 57.122215) (xy 110.915983 57.103063) (xy 110.982864 57.123278) (xy 111.027382 57.174655)
+ (xy 111.047477 57.217749) (xy 111.178802 57.4053) (xy 111.3407 57.567198) (xy 111.528251 57.698523)
+ (xy 111.584843 57.724912) (xy 111.73575 57.795281) (xy 111.735752 57.795281) (xy 111.735757 57.795284)
+ (xy 111.956913 57.854543) (xy 112.119832 57.868796) (xy 112.184998 57.874498) (xy 112.185 57.874498)
+ (xy 112.185002 57.874498) (xy 112.242021 57.869509) (xy 112.413087 57.854543) (xy 112.634243 57.795284)
+ (xy 112.841749 57.698523) (xy 113.0293 57.567198) (xy 113.191198 57.4053) (xy 113.322523 57.217749)
+ (xy 113.342618 57.174655) (xy 113.38879 57.122215) (xy 113.455983 57.103063) (xy 113.522864 57.123278)
+ (xy 113.567382 57.174655) (xy 113.587477 57.217749) (xy 113.718802 57.4053) (xy 113.8807 57.567198)
+ (xy 114.068251 57.698523) (xy 114.124843 57.724912) (xy 114.27575 57.795281) (xy 114.275752 57.795281)
+ (xy 114.275757 57.795284) (xy 114.496913 57.854543) (xy 114.659832 57.868796) (xy 114.724998 57.874498)
+ (xy 114.725 57.874498) (xy 114.725002 57.874498) (xy 114.782021 57.869509) (xy 114.953087 57.854543)
+ (xy 115.174243 57.795284) (xy 115.381749 57.698523) (xy 115.5693 57.567198) (xy 115.731198 57.4053)
+ (xy 115.862523 57.217749) (xy 115.882618 57.174655) (xy 115.92879 57.122215) (xy 115.995983 57.103063)
+ (xy 116.062864 57.123278) (xy 116.107382 57.174655) (xy 116.127477 57.217749) (xy 116.258802 57.4053)
+ (xy 116.4207 57.567198) (xy 116.608251 57.698523) (xy 116.664843 57.724912) (xy 116.81575 57.795281)
+ (xy 116.815752 57.795281) (xy 116.815757 57.795284) (xy 117.036913 57.854543) (xy 117.199832 57.868796)
+ (xy 117.264998 57.874498) (xy 117.265 57.874498) (xy 117.265002 57.874498) (xy 117.322021 57.869509)
+ (xy 117.493087 57.854543) (xy 117.714243 57.795284) (xy 117.921749 57.698523) (xy 118.1093 57.567198)
+ (xy 118.271198 57.4053) (xy 118.402523 57.217749) (xy 118.422618 57.174655) (xy 118.46879 57.122215)
+ (xy 118.535983 57.103063) (xy 118.602864 57.123278) (xy 118.647382 57.174655) (xy 118.667477 57.217749)
+ (xy 118.798802 57.4053) (xy 118.9607 57.567198) (xy 119.148251 57.698523) (xy 119.204843 57.724912)
+ (xy 119.35575 57.795281) (xy 119.355752 57.795281) (xy 119.355757 57.795284) (xy 119.576913 57.854543)
+ (xy 119.739832 57.868796) (xy 119.804998 57.874498) (xy 119.805 57.874498) (xy 119.805002 57.874498)
+ (xy 119.862021 57.869509) (xy 120.033087 57.854543) (xy 120.254243 57.795284) (xy 120.461749 57.698523)
+ (xy 120.6493 57.567198) (xy 120.811198 57.4053) (xy 120.942523 57.217749) (xy 120.962618 57.174655)
+ (xy 121.00879 57.122215) (xy 121.075983 57.103063) (xy 121.142864 57.123278) (xy 121.187382 57.174655)
+ (xy 121.207477 57.217749) (xy 121.338802 57.4053) (xy 121.5007 57.567198) (xy 121.688251 57.698523)
+ (xy 121.744843 57.724912) (xy 121.89575 57.795281) (xy 121.895752 57.795281) (xy 121.895757 57.795284)
+ (xy 122.116913 57.854543) (xy 122.279832 57.868796) (xy 122.344998 57.874498) (xy 122.345 57.874498)
+ (xy 122.345002 57.874498) (xy 122.402021 57.869509) (xy 122.573087 57.854543) (xy 122.794243 57.795284)
+ (xy 123.001749 57.698523) (xy 123.1893 57.567198) (xy 123.351198 57.4053) (xy 123.482523 57.217749)
+ (xy 123.502618 57.174655) (xy 123.54879 57.122215) (xy 123.615983 57.103063) (xy 123.682864 57.123278)
+ (xy 123.727382 57.174655) (xy 123.747477 57.217749) (xy 123.878802 57.4053) (xy 124.0407 57.567198)
+ (xy 124.228251 57.698523) (xy 124.284843 57.724912) (xy 124.43575 57.795281) (xy 124.435752 57.795281)
+ (xy 124.435757 57.795284) (xy 124.656913 57.854543) (xy 124.819832 57.868796) (xy 124.884998 57.874498)
+ (xy 124.885 57.874498) (xy 124.885002 57.874498) (xy 124.942021 57.869509) (xy 125.113087 57.854543)
+ (xy 125.334243 57.795284) (xy 125.541749 57.698523) (xy 125.7293 57.567198) (xy 125.891198 57.4053)
+ (xy 126.022523 57.217749) (xy 126.042618 57.174655) (xy 126.08879 57.122215) (xy 126.155983 57.103063)
+ (xy 126.222864 57.123278) (xy 126.267382 57.174655) (xy 126.287477 57.217749) (xy 126.418802 57.4053)
+ (xy 126.5807 57.567198) (xy 126.768251 57.698523) (xy 126.824843 57.724912) (xy 126.97575 57.795281)
+ (xy 126.975752 57.795281) (xy 126.975757 57.795284) (xy 127.196913 57.854543) (xy 127.359832 57.868796)
+ (xy 127.424998 57.874498) (xy 127.425 57.874498) (xy 127.425002 57.874498) (xy 127.482021 57.869509)
+ (xy 127.653087 57.854543) (xy 127.874243 57.795284) (xy 128.081749 57.698523) (xy 128.2693 57.567198)
+ (xy 128.431198 57.4053) (xy 128.562523 57.217749) (xy 128.582618 57.174655) (xy 128.62879 57.122215)
+ (xy 128.695983 57.103063) (xy 128.762864 57.123278) (xy 128.807382 57.174655) (xy 128.827477 57.217749)
+ (xy 128.958802 57.4053) (xy 129.1207 57.567198) (xy 129.308251 57.698523) (xy 129.364843 57.724912)
+ (xy 129.51575 57.795281) (xy 129.515752 57.795281) (xy 129.515757 57.795284) (xy 129.736913 57.854543)
+ (xy 129.899832 57.868796) (xy 129.964998 57.874498) (xy 129.965 57.874498) (xy 129.965002 57.874498)
+ (xy 130.022021 57.869509) (xy 130.193087 57.854543) (xy 130.414243 57.795284) (xy 130.621749 57.698523)
+ (xy 130.8093 57.567198) (xy 130.971198 57.4053) (xy 131.102523 57.217749) (xy 131.122618 57.174655)
+ (xy 131.16879 57.122215) (xy 131.235983 57.103063) (xy 131.302864 57.123278) (xy 131.347382 57.174655)
+ (xy 131.367477 57.217749) (xy 131.498802 57.4053) (xy 131.6607 57.567198) (xy 131.848251 57.698523)
+ (xy 131.904843 57.724912) (xy 132.05575 57.795281) (xy 132.055752 57.795281) (xy 132.055757 57.795284)
+ (xy 132.276913 57.854543) (xy 132.439832 57.868796) (xy 132.504998 57.874498) (xy 132.505 57.874498)
+ (xy 132.505002 57.874498) (xy 132.562021 57.869509) (xy 132.733087 57.854543) (xy 132.954243 57.795284)
+ (xy 133.161749 57.698523) (xy 133.3493 57.567198) (xy 133.511198 57.4053) (xy 133.642523 57.217749)
+ (xy 133.662618 57.174655) (xy 133.70879 57.122215) (xy 133.775983 57.103063) (xy 133.842864 57.123278)
+ (xy 133.887382 57.174655) (xy 133.907477 57.217749) (xy 134.038802 57.4053) (xy 134.2007 57.567198)
+ (xy 134.388251 57.698523) (xy 134.444843 57.724912) (xy 134.59575 57.795281) (xy 134.595752 57.795281)
+ (xy 134.595757 57.795284) (xy 134.816913 57.854543) (xy 134.979832 57.868796) (xy 135.044998 57.874498)
+ (xy 135.045 57.874498) (xy 135.045002 57.874498) (xy 135.102021 57.869509) (xy 135.273087 57.854543)
+ (xy 135.494243 57.795284) (xy 135.701749 57.698523) (xy 135.8893 57.567198) (xy 136.051198 57.4053)
+ (xy 136.182523 57.217749) (xy 136.202618 57.174655) (xy 136.24879 57.122215) (xy 136.315983 57.103063)
+ (xy 136.382864 57.123278) (xy 136.427382 57.174655) (xy 136.447477 57.217749) (xy 136.578802 57.4053)
+ (xy 136.7407 57.567198) (xy 136.928251 57.698523) (xy 136.984843 57.724912) (xy 137.13575 57.795281)
+ (xy 137.135752 57.795281) (xy 137.135757 57.795284) (xy 137.356913 57.854543) (xy 137.519832 57.868796)
+ (xy 137.584998 57.874498) (xy 137.585 57.874498) (xy 137.585002 57.874498) (xy 137.642021 57.869509)
+ (xy 137.813087 57.854543) (xy 138.034243 57.795284) (xy 138.241749 57.698523) (xy 138.4293 57.567198)
+ (xy 138.591198 57.4053) (xy 138.722523 57.217749) (xy 138.742618 57.174655) (xy 138.78879 57.122215)
+ (xy 138.855983 57.103063) (xy 138.922864 57.123278) (xy 138.967382 57.174655) (xy 138.987477 57.217749)
+ (xy 139.118802 57.4053) (xy 139.2807 57.567198) (xy 139.468251 57.698523) (xy 139.524843 57.724912)
+ (xy 139.67575 57.795281) (xy 139.675752 57.795281) (xy 139.675757 57.795284) (xy 139.896913 57.854543)
+ (xy 140.059832 57.868796) (xy 140.124998 57.874498) (xy 140.125 57.874498) (xy 140.125002 57.874498)
+ (xy 140.182021 57.869509) (xy 140.353087 57.854543) (xy 140.574243 57.795284) (xy 140.781749 57.698523)
+ (xy 140.9693 57.567198) (xy 141.131198 57.4053) (xy 141.262523 57.217749) (xy 141.282618 57.174655)
+ (xy 141.32879 57.122215) (xy 141.395983 57.103063) (xy 141.462864 57.123278) (xy 141.507382 57.174655)
+ (xy 141.527477 57.217749) (xy 141.658802 57.4053) (xy 141.8207 57.567198) (xy 142.008251 57.698523)
+ (xy 142.064843 57.724912) (xy 142.21575 57.795281) (xy 142.215752 57.795281) (xy 142.215757 57.795284)
+ (xy 142.436913 57.854543) (xy 142.599832 57.868796) (xy 142.664998 57.874498) (xy 142.665 57.874498)
+ (xy 142.665002 57.874498) (xy 142.722021 57.869509) (xy 142.893087 57.854543) (xy 143.114243 57.795284)
+ (xy 143.321749 57.698523) (xy 143.5093 57.567198) (xy 143.671198 57.4053) (xy 143.802523 57.217749)
+ (xy 143.822618 57.174655) (xy 143.86879 57.122215) (xy 143.935983 57.103063)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 163.32775 64.547246) (xy 163.375563 64.598194) (xy 163.3889 64.654138) (xy 163.3889 64.977861)
+ (xy 163.369215 65.0449) (xy 163.316411 65.090655) (xy 163.247253 65.100599) (xy 163.193778 65.079437)
+ (xy 163.015364 64.954509) (xy 162.97174 64.899932) (xy 162.964548 64.830434) (xy 162.964853 64.828839)
+ (xy 162.981944 64.742915) (xy 163.014327 64.681008) (xy 163.032424 64.665544) (xy 163.193781 64.552561)
+ (xy 163.259982 64.530236)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 163.327749 62.007246) (xy 163.375563 62.058193) (xy 163.3889 62.114138) (xy 163.3889 62.437861)
+ (xy 163.369215 62.5049) (xy 163.316411 62.550655) (xy 163.247253 62.560599) (xy 163.193778 62.539437)
+ (xy 163.006749 62.408477) (xy 162.963655 62.388382) (xy 162.911215 62.34221) (xy 162.892063 62.275017)
+ (xy 162.912278 62.208136) (xy 162.963655 62.163618) (xy 162.966882 62.162112) (xy 163.006749 62.143523)
+ (xy 163.193778 62.012563) (xy 163.259982 61.990236)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 163.318115 59.451688) (xy 163.37022 59.498239) (xy 163.3889 59.563689) (xy 163.3889 59.897861)
+ (xy 163.369215 59.9649) (xy 163.316411 60.010655) (xy 163.247253 60.020599) (xy 163.193778 59.999437)
+ (xy 163.006749 59.868477) (xy 162.953596 59.843691) (xy 162.901158 59.797519) (xy 162.882007 59.730325)
+ (xy 162.902223 59.663444) (xy 162.9536 59.618927) (xy 163.002483 59.596133) (xy 163.19325 59.462556)
+ (xy 163.194663 59.464574) (xy 163.249116 59.440698)
+ )
+ )
+ (filled_polygon
+ (layer "B.Cu")
+ (pts
+ (xy 153.465961 47.055685) (xy 153.511716 47.108489) (xy 153.52166 47.177647) (xy 153.498189 47.234311)
+ (xy 153.479111 47.259795) (xy 153.428011 47.396795) (xy 153.428011 47.396797) (xy 153.4215 47.457345)
+ (xy 153.4215 47.612753) (xy 153.401815 47.679792) (xy 153.349011 47.725547) (xy 153.344954 47.727314)
+ (xy 153.303223 47.744599) (xy 153.303222 47.7446) (xy 153.199471 47.813924) (xy 153.199463 47.81393)
+ (xy 147.234494 53.778902) (xy 146.071167 54.942229) (xy 146.027047 54.986349) (xy 145.982927 55.030468)
+ (xy 145.913603 55.134218) (xy 145.913598 55.134227) (xy 145.865845 55.249514) (xy 145.865843 55.249519)
+ (xy 145.864655 55.255496) (xy 145.832269 55.317407) (xy 145.771553 55.35198) (xy 145.701783 55.348239)
+ (xy 145.690641 55.343688) (xy 145.663437 55.331003) (xy 145.654239 55.326714) (xy 145.433089 55.267457)
+ (xy 145.433081 55.267456) (xy 145.205002 55.247502) (xy 145.204998 55.247502) (xy 144.976918 55.267456)
+ (xy 144.97691 55.267457) (xy 144.755761 55.326714) (xy 144.75575 55.326718) (xy 144.548254 55.423475)
+ (xy 144.548252 55.423476) (xy 144.498924 55.458016) (xy 144.3607 55.554802) (xy 144.360698 55.554803)
+ (xy 144.360695 55.554806) (xy 144.198806 55.716695) (xy 144.198803 55.716698) (xy 144.198802 55.7167)
+ (xy 144.160574 55.771295) (xy 144.067476 55.904251) (xy 144.047382 55.947345) (xy 144.001209 55.999784)
+ (xy 143.934016 56.018936) (xy 143.867135 55.99872) (xy 143.822618 55.947345) (xy 143.802523 55.904251)
+ (xy 143.758238 55.841006) (xy 143.671198 55.7167) (xy 143.5093 55.554802) (xy 143.321749 55.423477)
+ (xy 143.321745 55.423475) (xy 143.114249 55.326718) (xy 143.114238 55.326714) (xy 142.893089 55.267457)
+ (xy 142.893081 55.267456) (xy 142.665002 55.247502) (xy 142.664998 55.247502) (xy 142.436918 55.267456)
+ (xy 142.43691 55.267457) (xy 142.215761 55.326714) (xy 142.21575 55.326718) (xy 142.008254 55.423475)
+ (xy 142.008252 55.423476) (xy 141.958924 55.458016) (xy 141.8207 55.554802) (xy 141.820698 55.554803)
+ (xy 141.820695 55.554806) (xy 141.658806 55.716695) (xy 141.658803 55.716698) (xy 141.658802 55.7167)
+ (xy 141.620574 55.771295) (xy 141.527476 55.904251) (xy 141.507382 55.947345) (xy 141.461209 55.999784)
+ (xy 141.394016 56.018936) (xy 141.327135 55.99872) (xy 141.282618 55.947345) (xy 141.262523 55.904251)
+ (xy 141.218238 55.841006) (xy 141.131198 55.7167) (xy 140.9693 55.554802) (xy 140.781749 55.423477)
+ (xy 140.781745 55.423475) (xy 140.574249 55.326718) (xy 140.574238 55.326714) (xy 140.353089 55.267457)
+ (xy 140.353081 55.267456) (xy 140.125002 55.247502) (xy 140.124998 55.247502) (xy 139.896918 55.267456)
+ (xy 139.89691 55.267457) (xy 139.675761 55.326714) (xy 139.67575 55.326718) (xy 139.468254 55.423475)
+ (xy 139.468252 55.423476) (xy 139.418924 55.458016) (xy 139.2807 55.554802) (xy 139.280698 55.554803)
+ (xy 139.280695 55.554806) (xy 139.118806 55.716695) (xy 139.118803 55.716698) (xy 139.118802 55.7167)
+ (xy 139.080574 55.771295) (xy 138.987476 55.904251) (xy 138.967382 55.947345) (xy 138.921209 55.999784)
+ (xy 138.854016 56.018936) (xy 138.787135 55.99872) (xy 138.742618 55.947345) (xy 138.722523 55.904251)
+ (xy 138.678238 55.841006) (xy 138.591198 55.7167) (xy 138.4293 55.554802) (xy 138.241749 55.423477)
+ (xy 138.241745 55.423475) (xy 138.034249 55.326718) (xy 138.034238 55.326714) (xy 137.813089 55.267457)
+ (xy 137.813081 55.267456) (xy 137.585002 55.247502) (xy 137.584998 55.247502) (xy 137.356918 55.267456)
+ (xy 137.35691 55.267457) (xy 137.135761 55.326714) (xy 137.13575 55.326718) (xy 136.928254 55.423475)
+ (xy 136.928252 55.423476) (xy 136.878924 55.458016) (xy 136.7407 55.554802) (xy 136.740698 55.554803)
+ (xy 136.740695 55.554806) (xy 136.578806 55.716695) (xy 136.578803 55.716698) (xy 136.578802 55.7167)
+ (xy 136.540574 55.771295) (xy 136.447476 55.904251) (xy 136.427382 55.947345) (xy 136.381209 55.999784)
+ (xy 136.314016 56.018936) (xy 136.247135 55.99872) (xy 136.202618 55.947345) (xy 136.182523 55.904251)
+ (xy 136.138238 55.841006) (xy 136.051198 55.7167) (xy 135.8893 55.554802) (xy 135.701749 55.423477)
+ (xy 135.701745 55.423475) (xy 135.494249 55.326718) (xy 135.494238 55.326714) (xy 135.273089 55.267457)
+ (xy 135.273081 55.267456) (xy 135.045002 55.247502) (xy 135.044998 55.247502) (xy 134.816918 55.267456)
+ (xy 134.81691 55.267457) (xy 134.595761 55.326714) (xy 134.59575 55.326718) (xy 134.388254 55.423475)
+ (xy 134.388252 55.423476) (xy 134.338924 55.458016) (xy 134.2007 55.554802) (xy 134.200698 55.554803)
+ (xy 134.200695 55.554806) (xy 134.038806 55.716695) (xy 134.038803 55.716698) (xy 134.038802 55.7167)
+ (xy 134.000574 55.771295) (xy 133.907476 55.904251) (xy 133.887382 55.947345) (xy 133.841209 55.999784)
+ (xy 133.774016 56.018936) (xy 133.707135 55.99872) (xy 133.662618 55.947345) (xy 133.642523 55.904251)
+ (xy 133.598238 55.841006) (xy 133.511198 55.7167) (xy 133.3493 55.554802) (xy 133.161749 55.423477)
+ (xy 133.161745 55.423475) (xy 132.954249 55.326718) (xy 132.954238 55.326714) (xy 132.733089 55.267457)
+ (xy 132.733081 55.267456) (xy 132.505002 55.247502) (xy 132.504998 55.247502) (xy 132.276918 55.267456)
+ (xy 132.27691 55.267457) (xy 132.055761 55.326714) (xy 132.05575 55.326718) (xy 131.848254 55.423475)
+ (xy 131.848252 55.423476) (xy 131.798924 55.458016) (xy 131.6607 55.554802) (xy 131.660698 55.554803)
+ (xy 131.660695 55.554806) (xy 131.498806 55.716695) (xy 131.498803 55.716698) (xy 131.498802 55.7167)
+ (xy 131.460574 55.771295) (xy 131.367476 55.904251) (xy 131.347382 55.947345) (xy 131.301209 55.999784)
+ (xy 131.234016 56.018936) (xy 131.167135 55.99872) (xy 131.122618 55.947345) (xy 131.102523 55.904251)
+ (xy 131.058238 55.841006) (xy 130.971198 55.7167) (xy 130.8093 55.554802) (xy 130.621749 55.423477)
+ (xy 130.621745 55.423475) (xy 130.414249 55.326718) (xy 130.414238 55.326714) (xy 130.193089 55.267457)
+ (xy 130.193081 55.267456) (xy 129.965002 55.247502) (xy 129.964998 55.247502) (xy 129.736918 55.267456)
+ (xy 129.73691 55.267457) (xy 129.515761 55.326714) (xy 129.51575 55.326718) (xy 129.308254 55.423475)
+ (xy 129.308252 55.423476) (xy 129.258924 55.458016) (xy 129.1207 55.554802) (xy 129.120698 55.554803)
+ (xy 129.120695 55.554806) (xy 128.958806 55.716695) (xy 128.958803 55.716698) (xy 128.958802 55.7167)
+ (xy 128.920574 55.771295) (xy 128.827476 55.904251) (xy 128.807382 55.947345) (xy 128.761209 55.999784)
+ (xy 128.694016 56.018936) (xy 128.627135 55.99872) (xy 128.582618 55.947345) (xy 128.562523 55.904251)
+ (xy 128.518238 55.841006) (xy 128.431198 55.7167) (xy 128.2693 55.554802) (xy 128.081749 55.423477)
+ (xy 128.081745 55.423475) (xy 127.874249 55.326718) (xy 127.874238 55.326714) (xy 127.653089 55.267457)
+ (xy 127.653081 55.267456) (xy 127.425002 55.247502) (xy 127.424998 55.247502) (xy 127.196918 55.267456)
+ (xy 127.19691 55.267457) (xy 126.975761 55.326714) (xy 126.97575 55.326718) (xy 126.768254 55.423475)
+ (xy 126.768252 55.423476) (xy 126.718924 55.458016) (xy 126.5807 55.554802) (xy 126.580698 55.554803)
+ (xy 126.580695 55.554806) (xy 126.418806 55.716695) (xy 126.418803 55.716698) (xy 126.418802 55.7167)
+ (xy 126.380574 55.771295) (xy 126.287476 55.904251) (xy 126.267382 55.947345) (xy 126.221209 55.999784)
+ (xy 126.154016 56.018936) (xy 126.087135 55.99872) (xy 126.042618 55.947345) (xy 126.022523 55.904251)
+ (xy 125.978238 55.841006) (xy 125.891198 55.7167) (xy 125.7293 55.554802) (xy 125.541749 55.423477)
+ (xy 125.541745 55.423475) (xy 125.334249 55.326718) (xy 125.334238 55.326714) (xy 125.113089 55.267457)
+ (xy 125.113081 55.267456) (xy 124.885002 55.247502) (xy 124.884998 55.247502) (xy 124.656918 55.267456)
+ (xy 124.65691 55.267457) (xy 124.435761 55.326714) (xy 124.43575 55.326718) (xy 124.228254 55.423475)
+ (xy 124.228252 55.423476) (xy 124.178924 55.458016) (xy 124.0407 55.554802) (xy 124.040698 55.554803)
+ (xy 124.040695 55.554806) (xy 123.878806 55.716695) (xy 123.878803 55.716698) (xy 123.878802 55.7167)
+ (xy 123.840574 55.771295) (xy 123.747476 55.904251) (xy 123.727382 55.947345) (xy 123.681209 55.999784)
+ (xy 123.614016 56.018936) (xy 123.547135 55.99872) (xy 123.502618 55.947345) (xy 123.482523 55.904251)
+ (xy 123.438238 55.841006) (xy 123.351198 55.7167) (xy 123.1893 55.554802) (xy 123.001749 55.423477)
+ (xy 123.001745 55.423475) (xy 122.794249 55.326718) (xy 122.794238 55.326714) (xy 122.573089 55.267457)
+ (xy 122.573081 55.267456) (xy 122.345002 55.247502) (xy 122.344998 55.247502) (xy 122.116918 55.267456)
+ (xy 122.11691 55.267457) (xy 121.895761 55.326714) (xy 121.89575 55.326718) (xy 121.688254 55.423475)
+ (xy 121.688252 55.423476) (xy 121.638924 55.458016) (xy 121.5007 55.554802) (xy 121.500698 55.554803)
+ (xy 121.500695 55.554806) (xy 121.338806 55.716695) (xy 121.338803 55.716698) (xy 121.338802 55.7167)
+ (xy 121.300574 55.771295) (xy 121.207476 55.904251) (xy 121.187382 55.947345) (xy 121.141209 55.999784)
+ (xy 121.074016 56.018936) (xy 121.007135 55.99872) (xy 120.962618 55.947345) (xy 120.942523 55.904251)
+ (xy 120.898238 55.841006) (xy 120.811198 55.7167) (xy 120.6493 55.554802) (xy 120.461749 55.423477)
+ (xy 120.461745 55.423475) (xy 120.254249 55.326718) (xy 120.254238 55.326714) (xy 120.033089 55.267457)
+ (xy 120.033081 55.267456) (xy 119.805002 55.247502) (xy 119.804998 55.247502) (xy 119.576918 55.267456)
+ (xy 119.57691 55.267457) (xy 119.355761 55.326714) (xy 119.35575 55.326718) (xy 119.148254 55.423475)
+ (xy 119.148252 55.423476) (xy 119.098924 55.458016) (xy 118.9607 55.554802) (xy 118.960698 55.554803)
+ (xy 118.960695 55.554806) (xy 118.798806 55.716695) (xy 118.798803 55.716698) (xy 118.798802 55.7167)
+ (xy 118.760574 55.771295) (xy 118.667476 55.904251) (xy 118.647382 55.947345) (xy 118.601209 55.999784)
+ (xy 118.534016 56.018936) (xy 118.467135 55.99872) (xy 118.422618 55.947345) (xy 118.402523 55.904251)
+ (xy 118.358238 55.841006) (xy 118.271198 55.7167) (xy 118.1093 55.554802) (xy 117.921749 55.423477)
+ (xy 117.921745 55.423475) (xy 117.714249 55.326718) (xy 117.714238 55.326714) (xy 117.493089 55.267457)
+ (xy 117.493081 55.267456) (xy 117.265002 55.247502) (xy 117.264998 55.247502) (xy 117.036918 55.267456)
+ (xy 117.03691 55.267457) (xy 116.815761 55.326714) (xy 116.81575 55.326718) (xy 116.608254 55.423475)
+ (xy 116.608252 55.423476) (xy 116.558924 55.458016) (xy 116.4207 55.554802) (xy 116.420698 55.554803)
+ (xy 116.420695 55.554806) (xy 116.258806 55.716695) (xy 116.258803 55.716698) (xy 116.258802 55.7167)
+ (xy 116.220574 55.771295) (xy 116.127476 55.904251) (xy 116.107382 55.947345) (xy 116.061209 55.999784)
+ (xy 115.994016 56.018936) (xy 115.927135 55.99872) (xy 115.882618 55.947345) (xy 115.862523 55.904251)
+ (xy 115.818238 55.841006) (xy 115.731198 55.7167) (xy 115.5693 55.554802) (xy 115.381749 55.423477)
+ (xy 115.381745 55.423475) (xy 115.174249 55.326718) (xy 115.174238 55.326714) (xy 114.953089 55.267457)
+ (xy 114.953081 55.267456) (xy 114.725002 55.247502) (xy 114.724998 55.247502) (xy 114.496918 55.267456)
+ (xy 114.49691 55.267457) (xy 114.275761 55.326714) (xy 114.27575 55.326718) (xy 114.068254 55.423475)
+ (xy 114.068252 55.423476) (xy 114.018924 55.458016) (xy 113.8807 55.554802) (xy 113.880698 55.554803)
+ (xy 113.880695 55.554806) (xy 113.718806 55.716695) (xy 113.718803 55.716698) (xy 113.718802 55.7167)
+ (xy 113.680574 55.771295) (xy 113.587476 55.904251) (xy 113.567382 55.947345) (xy 113.521209 55.999784)
+ (xy 113.454016 56.018936) (xy 113.387135 55.99872) (xy 113.342618 55.947345) (xy 113.322523 55.904251)
+ (xy 113.278238 55.841006) (xy 113.191198 55.7167) (xy 113.0293 55.554802) (xy 112.841749 55.423477)
+ (xy 112.841745 55.423475) (xy 112.634249 55.326718) (xy 112.634238 55.326714) (xy 112.413089 55.267457)
+ (xy 112.413081 55.267456) (xy 112.185002 55.247502) (xy 112.184998 55.247502) (xy 111.956918 55.267456)
+ (xy 111.95691 55.267457) (xy 111.735761 55.326714) (xy 111.73575 55.326718) (xy 111.528254 55.423475)
+ (xy 111.528252 55.423476) (xy 111.478924 55.458016) (xy 111.3407 55.554802) (xy 111.340698 55.554803)
+ (xy 111.340695 55.554806) (xy 111.178806 55.716695) (xy 111.178803 55.716698) (xy 111.178802 55.7167)
+ (xy 111.140574 55.771295) (xy 111.047476 55.904251) (xy 111.027382 55.947345) (xy 110.981209 55.999784)
+ (xy 110.914016 56.018936) (xy 110.847135 55.99872) (xy 110.802618 55.947345) (xy 110.782523 55.904251)
+ (xy 110.738238 55.841006) (xy 110.651198 55.7167) (xy 110.4893 55.554802) (xy 110.301749 55.423477)
+ (xy 110.301745 55.423475) (xy 110.094249 55.326718) (xy 110.094238 55.326714) (xy 109.873089 55.267457)
+ (xy 109.873081 55.267456) (xy 109.645002 55.247502) (xy 109.644998 55.247502) (xy 109.416918 55.267456)
+ (xy 109.41691 55.267457) (xy 109.195761 55.326714) (xy 109.19575 55.326718) (xy 108.988254 55.423475)
+ (xy 108.988252 55.423476) (xy 108.938924 55.458016) (xy 108.8007 55.554802) (xy 108.800698 55.554803)
+ (xy 108.800695 55.554806) (xy 108.638806 55.716695) (xy 108.638803 55.716698) (xy 108.638802 55.7167)
+ (xy 108.600574 55.771295) (xy 108.507476 55.904251) (xy 108.487382 55.947345) (xy 108.441209 55.999784)
+ (xy 108.374016 56.018936) (xy 108.307135 55.99872) (xy 108.262618 55.947345) (xy 108.242523 55.904251)
+ (xy 108.198238 55.841006) (xy 108.111198 55.7167) (xy 107.9493 55.554802) (xy 107.761749 55.423477)
+ (xy 107.761745 55.423475) (xy 107.554249 55.326718) (xy 107.554238 55.326714) (xy 107.333089 55.267457)
+ (xy 107.333081 55.267456) (xy 107.105002 55.247502) (xy 107.104998 55.247502) (xy 106.876918 55.267456)
+ (xy 106.87691 55.267457) (xy 106.655761 55.326714) (xy 106.65575 55.326718) (xy 106.448254 55.423475)
+ (xy 106.448252 55.423476) (xy 106.398924 55.458016) (xy 106.2607 55.554802) (xy 106.260698 55.554803)
+ (xy 106.260695 55.554806) (xy 106.098806 55.716695) (xy 106.098803 55.716698) (xy 106.098802 55.7167)
+ (xy 106.060574 55.771295) (xy 105.967476 55.904251) (xy 105.947382 55.947345) (xy 105.901209 55.999784)
+ (xy 105.834016 56.018936) (xy 105.767135 55.99872) (xy 105.722618 55.947345) (xy 105.702523 55.904251)
+ (xy 105.658238 55.841006) (xy 105.571198 55.7167) (xy 105.4093 55.554802) (xy 105.221749 55.423477)
+ (xy 105.221745 55.423475) (xy 105.014249 55.326718) (xy 105.014238 55.326714) (xy 104.793089 55.267457)
+ (xy 104.793081 55.267456) (xy 104.565002 55.247502) (xy 104.564998 55.247502) (xy 104.336918 55.267456)
+ (xy 104.33691 55.267457) (xy 104.115761 55.326714) (xy 104.11575 55.326718) (xy 103.908254 55.423475)
+ (xy 103.908252 55.423476) (xy 103.858924 55.458016) (xy 103.7207 55.554802) (xy 103.720698 55.554803)
+ (xy 103.720695 55.554806) (xy 103.558806 55.716695) (xy 103.558803 55.716698) (xy 103.558802 55.7167)
+ (xy 103.520574 55.771295) (xy 103.427476 55.904251) (xy 103.407382 55.947345) (xy 103.361209 55.999784)
+ (xy 103.294016 56.018936) (xy 103.227135 55.99872) (xy 103.182618 55.947345) (xy 103.162523 55.904251)
+ (xy 103.118238 55.841006) (xy 103.031198 55.7167) (xy 102.8693 55.554802) (xy 102.681749 55.423477)
+ (xy 102.681745 55.423475) (xy 102.474249 55.326718) (xy 102.474238 55.326714) (xy 102.253089 55.267457)
+ (xy 102.253081 55.267456) (xy 102.025002 55.247502) (xy 102.024998 55.247502) (xy 101.796918 55.267456)
+ (xy 101.79691 55.267457) (xy 101.575761 55.326714) (xy 101.57575 55.326718) (xy 101.368254 55.423475)
+ (xy 101.368252 55.423476) (xy 101.318924 55.458016) (xy 101.1807 55.554802) (xy 101.180698 55.554803)
+ (xy 101.180695 55.554806) (xy 101.018802 55.716699) (xy 100.980574 55.771295) (xy 100.925997 55.81492)
+ (xy 100.856499 55.822112) (xy 100.794144 55.79059) (xy 100.758731 55.73036) (xy 100.755 55.700171)
+ (xy 100.755 52.775994) (xy 117.156844 52.775994) (xy 117.156844 52.776005) (xy 117.175434 53.000359)
+ (xy 117.175436 53.000371) (xy 117.230703 53.218614) (xy 117.32114 53.424792) (xy 117.444276 53.613265)
+ (xy 117.444284 53.613276) (xy 117.570967 53.750888) (xy 117.59676 53.778906) (xy 117.774424 53.917189)
+ (xy 117.774425 53.917189) (xy 117.774427 53.917191) (xy 117.901135 53.985761) (xy 117.972426 54.024342)
+ (xy 118.185365 54.097444) (xy 118.407431 54.1345) (xy 118.632569 54.1345) (xy 118.854635 54.097444)
+ (xy 119.067574 54.024342) (xy 119.265576 53.917189) (xy 119.44324 53.778906) (xy 119.564594 53.647082)
+ (xy 119.595715 53.613276) (xy 119.595715 53.613275) (xy 119.595722 53.613268) (xy 119.689749 53.469347)
+ (xy 119.742894 53.423994) (xy 119.812125 53.41457) (xy 119.875461 53.444072) (xy 119.89513 53.466048)
+ (xy 120.02189 53.647078) (xy 120.188917 53.814105) (xy 120.382421 53.9496) (xy 120.596507 54.049429)
+ (xy 120.596516 54.049433) (xy 120.81 54.106634) (xy 120.81 53.209012) (xy 120.867007 53.241925)
+ (xy 120.994174 53.276) (xy 121.125826 53.276) (xy 121.252993 53.241925) (xy 121.31 53.209012) (xy 121.31 54.106633)
+ (xy 121.523483 54.049433) (xy 121.523492 54.049429) (xy 121.737578 53.9496) (xy 121.931082 53.814105)
+ (xy 122.098105 53.647082) (xy 122.224868 53.466048) (xy 122.279445 53.422423) (xy 122.348944 53.415231)
+ (xy 122.411298 53.446753) (xy 122.430251 53.46935) (xy 122.524276 53.613265) (xy 122.524284 53.613276)
+ (xy 122.650967 53.750888) (xy 122.67676 53.778906) (xy 122.854424 53.917189) (xy 122.854425 53.917189)
+ (xy 122.854427 53.917191) (xy 122.981135 53.985761) (xy 123.052426 54.024342) (xy 123.265365 54.097444)
+ (xy 123.487431 54.1345) (xy 123.712569 54.1345) (xy 123.934635 54.097444) (xy 124.147574 54.024342)
+ (xy 124.345576 53.917189) (xy 124.52324 53.778906) (xy 124.644594 53.647082) (xy 124.675715 53.613276)
+ (xy 124.675715 53.613275) (xy 124.675722 53.613268) (xy 124.766193 53.47479) (xy 124.819338 53.429437)
+ (xy 124.888569 53.420013) (xy 124.951905 53.449515) (xy 124.973804 53.474787) (xy 125.064278 53.613268)
+ (xy 125.064283 53.613273) (xy 125.064284 53.613276) (xy 125.190967 53.750888) (xy 125.21676 53.778906)
+ (xy 125.394424 53.917189) (xy 125.394425 53.917189) (xy 125.394427 53.917191) (xy 125.521135 53.985761)
+ (xy 125.592426 54.024342) (xy 125.805365 54.097444) (xy 126.027431 54.1345) (xy 126.252569 54.1345)
+ (xy 126.474635 54.097444) (xy 126.687574 54.024342) (xy 126.885576 53.917189) (xy 127.06324 53.778906)
+ (xy 127.184594 53.647082) (xy 127.215715 53.613276) (xy 127.215715 53.613275) (xy 127.215722 53.613268)
+ (xy 127.306193 53.47479) (xy 127.359338 53.429437) (xy 127.428569 53.420013) (xy 127.491905 53.449515)
+ (xy 127.513804 53.474787) (xy 127.604278 53.613268) (xy 127.604283 53.613273) (xy 127.604284 53.613276)
+ (xy 127.730967 53.750888) (xy 127.75676 53.778906) (xy 127.934424 53.917189) (xy 127.934425 53.917189)
+ (xy 127.934427 53.917191) (xy 128.061135 53.985761) (xy 128.132426 54.024342) (xy 128.345365 54.097444)
+ (xy 128.567431 54.1345) (xy 128.792569 54.1345) (xy 129.014635 54.097444) (xy 129.227574 54.024342)
+ (xy 129.425576 53.917189) (xy 129.60324 53.778906) (xy 129.724594 53.647082) (xy 129.755715 53.613276)
+ (xy 129.755715 53.613275) (xy 129.755722 53.613268) (xy 129.846193 53.47479) (xy 129.899338 53.429437)
+ (xy 129.968569 53.420013) (xy 130.031905 53.449515) (xy 130.053804 53.474787) (xy 130.144278 53.613268)
+ (xy 130.144283 53.613273) (xy 130.144284 53.613276) (xy 130.270967 53.750888) (xy 130.29676 53.778906)
+ (xy 130.474424 53.917189) (xy 130.474425 53.917189) (xy 130.474427 53.917191) (xy 130.601135 53.985761)
+ (xy 130.672426 54.024342) (xy 130.885365 54.097444) (xy 131.107431 54.1345) (xy 131.332569 54.1345)
+ (xy 131.554635 54.097444) (xy 131.767574 54.024342) (xy 131.965576 53.917189) (xy 132.14324 53.778906)
+ (xy 132.264594 53.647082) (xy 132.295715 53.613276) (xy 132.295715 53.613275) (xy 132.295722 53.613268)
+ (xy 132.386193 53.47479) (xy 132.439338 53.429437) (xy 132.508569 53.420013) (xy 132.571905 53.449515)
+ (xy 132.593804 53.474787) (xy 132.684278 53.613268) (xy 132.684283 53.613273) (xy 132.684284 53.613276)
+ (xy 132.810967 53.750888) (xy 132.83676 53.778906) (xy 133.014424 53.917189) (xy 133.014425 53.917189)
+ (xy 133.014427 53.917191) (xy 133.141135 53.985761) (xy 133.212426 54.024342) (xy 133.425365 54.097444)
+ (xy 133.647431 54.1345) (xy 133.872569 54.1345) (xy 134.094635 54.097444) (xy 134.307574 54.024342)
+ (xy 134.505576 53.917189) (xy 134.68324 53.778906) (xy 134.746452 53.710239) (xy 134.806337 53.67425)
+ (xy 134.876175 53.676349) (xy 134.933791 53.715873) (xy 134.953861 53.750888) (xy 134.985323 53.835238)
+ (xy 134.999111 53.872204) (xy 135.086739 53.989261) (xy 135.203796 54.076889) (xy 135.340799 54.127989)
+ (xy 135.36805 54.130918) (xy 135.401345 54.134499) (xy 135.401362 54.1345) (xy 137.198638 54.1345)
+ (xy 137.198654 54.134499) (xy 137.225692 54.131591) (xy 137.259201 54.127989) (xy 137.396204 54.076889)
+ (xy 137.513261 53.989261) (xy 137.600889 53.872204) (xy 137.651989 53.735201) (xy 137.655591 53.701692)
+ (xy 137.658499 53.674654) (xy 137.6585 53.674637) (xy 137.6585 51.877362) (xy 137.658499 51.877345)
+ (xy 137.653317 51.829154) (xy 137.651989 51.816799) (xy 137.600889 51.679796) (xy 137.513261 51.562739)
+ (xy 137.396204 51.475111) (xy 137.259203 51.424011) (xy 137.198654 51.4175) (xy 137.198638 51.4175)
+ (xy 135.401362 51.4175) (xy 135.401345 51.4175) (xy 135.340797 51.424011) (xy 135.340795 51.424011)
+ (xy 135.203795 51.475111) (xy 135.086739 51.562739) (xy 134.999111 51.679795) (xy 134.953861 51.801111)
+ (xy 134.911989 51.857044) (xy 134.846524 51.88146) (xy 134.778252 51.866607) (xy 134.746454 51.841762)
+ (xy 134.68324 51.773094) (xy 134.505576 51.634811) (xy 134.505575 51.63481) (xy 134.505572 51.634808)
+ (xy 134.30758 51.527661) (xy 134.307577 51.527659) (xy 134.307574 51.527658) (xy 134.307571 51.527657)
+ (xy 134.307569 51.527656) (xy 134.094637 51.454556) (xy 133.872569 51.4175) (xy 133.647431 51.4175)
+ (xy 133.425362 51.454556) (xy 133.21243 51.527656) (xy 133.212419 51.527661) (xy 133.014427 51.634808)
+ (xy 133.014422 51.634812) (xy 132.836761 51.773092) (xy 132.836756 51.773097) (xy 132.684284 51.938723)
+ (xy 132.684276 51.938734) (xy 132.593808 52.077206) (xy 132.540662 52.122562) (xy 132.471431 52.131986)
+ (xy 132.408095 52.102484) (xy 132.386192 52.077206) (xy 132.298203 51.94253) (xy 132.295722 51.938732)
+ (xy 132.295719 51.938729) (xy 132.295715 51.938723) (xy 132.143243 51.773097) (xy 132.143238 51.773092)
+ (xy 131.965577 51.634812) (xy 131.965572 51.634808) (xy 131.76758 51.527661) (xy 131.767577 51.527659)
+ (xy 131.767574 51.527658) (xy 131.767571 51.527657) (xy 131.767569 51.527656) (xy 131.554637 51.454556)
+ (xy 131.332569 51.4175) (xy 131.107431 51.4175) (xy 130.885362 51.454556) (xy 130.67243 51.527656)
+ (xy 130.672419 51.527661) (xy 130.474427 51.634808) (xy 130.474422 51.634812) (xy 130.296761 51.773092)
+ (xy 130.296756 51.773097) (xy 130.144284 51.938723) (xy 130.144276 51.938734) (xy 130.053808 52.077206)
+ (xy 130.000662 52.122562) (xy 129.931431 52.131986) (xy 129.868095 52.102484) (xy 129.846192 52.077206)
+ (xy 129.758203 51.94253) (xy 129.755722 51.938732) (xy 129.755719 51.938729) (xy 129.755715 51.938723)
+ (xy 129.603243 51.773097) (xy 129.603238 51.773092) (xy 129.425577 51.634812) (xy 129.425572 51.634808)
+ (xy 129.22758 51.527661) (xy 129.227577 51.527659) (xy 129.227574 51.527658) (xy 129.227571 51.527657)
+ (xy 129.227569 51.527656) (xy 129.014637 51.454556) (xy 128.792569 51.4175) (xy 128.567431 51.4175)
+ (xy 128.345362 51.454556) (xy 128.13243 51.527656) (xy 128.132419 51.527661) (xy 127.934427 51.634808)
+ (xy 127.934422 51.634812) (xy 127.756761 51.773092) (xy 127.756756 51.773097) (xy 127.604284 51.938723)
+ (xy 127.604276 51.938734) (xy 127.513808 52.077206) (xy 127.460662 52.122562) (xy 127.391431 52.131986)
+ (xy 127.328095 52.102484) (xy 127.306192 52.077206) (xy 127.218203 51.94253) (xy 127.215722 51.938732)
+ (xy 127.215719 51.938729) (xy 127.215715 51.938723) (xy 127.063243 51.773097) (xy 127.063238 51.773092)
+ (xy 126.885577 51.634812) (xy 126.885572 51.634808) (xy 126.68758 51.527661) (xy 126.687577 51.527659)
+ (xy 126.687574 51.527658) (xy 126.687571 51.527657) (xy 126.687569 51.527656) (xy 126.474637 51.454556)
+ (xy 126.252569 51.4175) (xy 126.027431 51.4175) (xy 125.805362 51.454556) (xy 125.59243 51.527656)
+ (xy 125.592419 51.527661) (xy 125.394427 51.634808) (xy 125.394422 51.634812) (xy 125.216761 51.773092)
+ (xy 125.216756 51.773097) (xy 125.064284 51.938723) (xy 125.064276 51.938734) (xy 124.973808 52.077206)
+ (xy 124.920662 52.122562) (xy 124.851431 52.131986) (xy 124.788095 52.102484) (xy 124.766192 52.077206)
+ (xy 124.678203 51.94253) (xy 124.675722 51.938732) (xy 124.675719 51.938729) (xy 124.675715 51.938723)
+ (xy 124.523243 51.773097) (xy 124.523238 51.773092) (xy 124.345577 51.634812) (xy 124.345572 51.634808)
+ (xy 124.14758 51.527661) (xy 124.147577 51.527659) (xy 124.147574 51.527658) (xy 124.147571 51.527657)
+ (xy 124.147569 51.527656) (xy 123.934637 51.454556) (xy 123.712569 51.4175) (xy 123.487431 51.4175)
+ (xy 123.265362 51.454556) (xy 123.05243 51.527656) (xy 123.052419 51.527661) (xy 122.854427 51.634808)
+ (xy 122.854422 51.634812) (xy 122.676761 51.773092) (xy 122.676756 51.773097) (xy 122.524284 51.938723)
+ (xy 122.524276 51.938734) (xy 122.430251 52.08265) (xy 122.377105 52.128007) (xy 122.307873 52.13743)
+ (xy 122.244538 52.107928) (xy 122.224868 52.085951) (xy 122.098113 51.904926) (xy 122.098108 51.90492)
+ (xy 121.931082 51.737894) (xy 121.737578 51.602399) (xy 121.523492 51.50257) (xy 121.523486 51.502567)
+ (xy 121.31 51.445364) (xy 121.31 52.342988) (xy 121.252993 52.310075) (xy 121.125826 52.276) (xy 120.994174 52.276)
+ (xy 120.867007 52.310075) (xy 120.81 52.342988) (xy 120.81 51.445364) (xy 120.809999 51.445364)
+ (xy 120.596513 51.502567) (xy 120.596507 51.50257) (xy 120.382422 51.602399) (xy 120.38242 51.6024)
+ (xy 120.188926 51.737886) (xy 120.18892 51.737891) (xy 120.021891 51.90492) (xy 120.02189 51.904922)
+ (xy 119.895131 52.085952) (xy 119.840554 52.129577) (xy 119.771055 52.136769) (xy 119.708701 52.105247)
+ (xy 119.689752 52.082656) (xy 119.595722 51.938732) (xy 119.595715 51.938725) (xy 119.595715 51.938723)
+ (xy 119.443243 51.773097) (xy 119.443238 51.773092) (xy 119.265577 51.634812) (xy 119.265572 51.634808)
+ (xy 119.06758 51.527661) (xy 119.067577 51.527659) (xy 119.067574 51.527658) (xy 119.067571 51.527657)
+ (xy 119.067569 51.527656) (xy 118.854637 51.454556) (xy 118.632569 51.4175) (xy 118.407431 51.4175)
+ (xy 118.185362 51.454556) (xy 117.97243 51.527656) (xy 117.972419 51.527661) (xy 117.774427 51.634808)
+ (xy 117.774422 51.634812) (xy 117.596761 51.773092) (xy 117.596756 51.773097) (xy 117.444284 51.938723)
+ (xy 117.444276 51.938734) (xy 117.32114 52.127207) (xy 117.230703 52.333385) (xy 117.175436 52.551628)
+ (xy 117.175434 52.55164) (xy 117.156844 52.775994) (xy 100.755 52.775994) (xy 100.755 48.941) (xy 124.086835 48.941)
+ (xy 124.105465 49.177714) (xy 124.160895 49.408595) (xy 124.160895 49.408597) (xy 124.251757 49.627959)
+ (xy 124.251759 49.627962) (xy 124.37582 49.83041) (xy 124.375821 49.830413) (xy 124.375824 49.830416)
+ (xy 124.530031 50.010969) (xy 124.669797 50.13034) (xy 124.710586 50.165178) (xy 124.710589 50.165179)
+ (xy 124.913037 50.28924) (xy 124.91304 50.289242) (xy 125.132403 50.380104) (xy 125.132404 50.380104)
+ (xy 125.132406 50.380105) (xy 125.363289 50.435535) (xy 125.6 50.454165) (xy 125.836711 50.435535)
+ (xy 126.067594 50.380105) (xy 126.067596 50.380104) (xy 126.067597 50.380104) (xy 126.286959 50.289242)
+ (xy 126.28696 50.289241) (xy 126.286963 50.28924) (xy 126.489416 50.165176) (xy 126.669969 50.010969)
+ (xy 126.824176 49.830416) (xy 126.94824 49.627963) (xy 126.954609 49.612588) (xy 127.039104 49.408597)
+ (xy 127.039104 49.408596) (xy 127.039105 49.408594) (xy 127.094535 49.177711) (xy 127.113165 48.941)
+ (xy 127.113165 48.940994) (xy 129.094859 48.940994) (xy 129.094859 48.941005) (xy 129.115385 49.188729)
+ (xy 129.115387 49.188738) (xy 129.176412 49.429717) (xy 129.276266 49.657364) (xy 129.376564 49.810882)
+ (xy 130.117037 49.070409) (xy 130.134075 49.133993) (xy 130.199901 49.248007) (xy 130.292993 49.341099)
+ (xy 130.407007 49.406925) (xy 130.47059 49.423962) (xy 129.729942 50.164609) (xy 129.776768 50.201055)
+ (xy 129.77677 50.201056) (xy 129.995385 50.319364) (xy 129.995396 50.319369) (xy 130.230506 50.400083)
+ (xy 130.475707 50.441) (xy 130.724293 50.441) (xy 130.969493 50.400083) (xy 131.204603 50.319369)
+ (xy 131.204614 50.319364) (xy 131.423228 50.201057) (xy 131.423231 50.201055) (xy 131.470056 50.164609)
+ (xy 130.729409 49.423962) (xy 130.792993 49.406925) (xy 130.907007 49.341099) (xy 131.000099 49.248007)
+ (xy 131.065925 49.133993) (xy 131.082962 49.07041) (xy 131.823434 49.810882) (xy 131.923731 49.657369)
+ (xy 132.023587 49.429717) (xy 132.084612 49.188738) (xy 132.084614 49.188729) (xy 132.105141 48.941005)
+ (xy 132.105141 48.940994) (xy 132.084614 48.69327) (xy 132.084612 48.693261) (xy 132.023587 48.452282)
+ (xy 131.923731 48.22463) (xy 131.823434 48.071116) (xy 131.082962 48.811589) (xy 131.065925 48.748007)
+ (xy 131.000099 48.633993) (xy 130.907007 48.540901) (xy 130.792993 48.475075) (xy 130.72941 48.458037)
+ (xy 131.470057 47.71739) (xy 131.470056 47.717389) (xy 131.423229 47.680943) (xy 131.204614 47.562635)
+ (xy 131.204603 47.56263) (xy 130.969493 47.481916) (xy 130.724293 47.441) (xy 130.475707 47.441)
+ (xy 130.230506 47.481916) (xy 129.995396 47.56263) (xy 129.99539 47.562632) (xy 129.776761 47.680949)
+ (xy 129.729942 47.717388) (xy 129.729942 47.71739) (xy 130.47059 48.458037) (xy 130.407007 48.475075)
+ (xy 130.292993 48.540901) (xy 130.199901 48.633993) (xy 130.134075 48.748007) (xy 130.117037 48.811589)
+ (xy 129.376564 48.071116) (xy 129.276267 48.224632) (xy 129.176412 48.452282) (xy 129.115387 48.693261)
+ (xy 129.115385 48.69327) (xy 129.094859 48.940994) (xy 127.113165 48.940994) (xy 127.094535 48.704289)
+ (xy 127.039105 48.473406) (xy 127.039104 48.473403) (xy 127.039104 48.473402) (xy 126.948242 48.25404)
+ (xy 126.94824 48.254037) (xy 126.840314 48.077918) (xy 126.824178 48.051588) (xy 126.824178 48.051586)
+ (xy 126.78934 48.010797) (xy 126.669969 47.871031) (xy 126.550596 47.769076) (xy 126.489413 47.716821)
+ (xy 126.48941 47.71682) (xy 126.286962 47.592759) (xy 126.286959 47.592757) (xy 126.067596 47.501895)
+ (xy 125.836714 47.446465) (xy 125.6 47.427835) (xy 125.363285 47.446465) (xy 125.132404 47.501895)
+ (xy 125.132402 47.501895) (xy 124.91304 47.592757) (xy 124.913037 47.592759) (xy 124.710589 47.71682)
+ (xy 124.710586 47.716821) (xy 124.530031 47.871031) (xy 124.375821 48.051586) (xy 124.37582 48.051589)
+ (xy 124.251759 48.254037) (xy 124.251757 48.25404) (xy 124.160895 48.473402) (xy 124.160895 48.473404)
+ (xy 124.105465 48.704285) (xy 124.086835 48.941) (xy 100.755 48.941) (xy 100.755 47.16) (xy 100.774685 47.092961)
+ (xy 100.827489 47.047206) (xy 100.879 47.036) (xy 153.398922 47.036)
+ )
+ )
+ )
+)
diff --git a/pcb/RescueAVRAdapter.kicad_prl b/pcb/RescueAVRAdapter.kicad_prl
new file mode 100644
index 0000000..d6a00a3
--- /dev/null
+++ b/pcb/RescueAVRAdapter.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": "RescueAVRAdapter.kicad_prl",
+ "version": 3
+ },
+ "project": {
+ "files": []
+ }
+}
diff --git a/pcb/RescueAVRAdapter.kicad_pro b/pcb/RescueAVRAdapter.kicad_pro
new file mode 100644
index 0000000..f9a7087
--- /dev/null
+++ b/pcb/RescueAVRAdapter.kicad_pro
@@ -0,0 +1,673 @@
+{
+ "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.15,
+ "copper_line_width": 0.15,
+ "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": 3.048,
+ "height": 4.064,
+ "width": 4.064
+ },
+ "silk_line_width": 0.15,
+ "silk_text_italic": false,
+ "silk_text_size_h": 1.0,
+ "silk_text_size_v": 1.0,
+ "silk_text_thickness": 0.15,
+ "silk_text_upright": false,
+ "zones": {
+ "45_degree_only": false,
+ "min_clearance": 0.508
+ }
+ },
+ "diff_pair_dimensions": [
+ {
+ "gap": 0.0,
+ "via_gap": 0.0,
+ "width": 0.0
+ }
+ ],
+ "drc_exclusions": [
+ "courtyards_overlap|113755367|95775999|7d4272c2-a7f6-47c0-99d2-b1cedb4f96b6|e37b79bf-98e8-4522-b749-f0e7c6a98bbc",
+ "starved_thermal|142665000|72821843|a42ace62-db6d-4ffa-824f-cefd81e2353f|48f2d327-5f08-419c-9867-dc8c1e773d73|B.Cu",
+ "starved_thermal|154730000|61006000|a42ace62-db6d-4ffa-824f-cefd81e2353f|3b8d1b30-27d4-4457-bb06-215b31c7111b|B.Cu",
+ "starved_thermal|154730000|98471000|a42ace62-db6d-4ffa-824f-cefd81e2353f|a9dbd550-a281-40f6-801a-5579f02b5b6a|B.Cu"
+ ],
+ "meta": {
+ "filename": "board_design_settings.json",
+ "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": "error",
+ "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": "error",
+ "pth_inside_courtyard": "ignore",
+ "shorting_items": "error",
+ "silk_edge_clearance": "warning",
+ "silk_over_copper": "error",
+ "silk_overlap": "error",
+ "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",
+ "zone_has_empty_net": "error",
+ "zones_intersect": "error"
+ },
+ "rules": {
+ "allow_blind_buried_vias": false,
+ "allow_microvias": false,
+ "max_error": 0.005,
+ "min_clearance": 0.0,
+ "min_connection": 0.0,
+ "min_copper_edge_clearance": 0.075,
+ "min_hole_clearance": 0.0,
+ "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.2,
+ "min_via_annular_width": 0.05,
+ "min_via_diameter": 0.4,
+ "solder_mask_to_copper_clearance": 0.005,
+ "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": [
+ 0.0,
+ 0.2,
+ 0.4,
+ 0.6
+ ],
+ "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": [
+ {
+ "diameter": 0.0,
+ "drill": 0.0
+ },
+ {
+ "diameter": 0.6,
+ "drill": 0.3
+ },
+ {
+ "diameter": 0.8,
+ "drill": 0.4
+ }
+ ],
+ "zones_allow_external_fillets": false,
+ "zones_use_no_outline": true
+ },
+ "ipc2581": {
+ "dist": "",
+ "distpn": "",
+ "internal_id": "",
+ "mfg": "",
+ "mpn": ""
+ },
+ "layer_presets": [],
+ "viewports": []
+ },
+ "boards": [],
+ "cvpcb": {
+ "equivalence_files": []
+ },
+ "erc": {
+ "erc_exclusions": [
+ "multiple_net_names|1320800|381000|d9a65242-9c26-45cd-9a55-3e69f0d77784|00ae765a-5a9c-4c93-8bba-33be6a616a1b|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "multiple_net_names|1320800|533400|23f0c933-49f0-4410-a8db-8b017f48dadc|fda1f9f0-7b0e-4784-a57a-0aea956ba894|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "multiple_net_names|1320800|762000|2c60ab74-0590-423b-8921-6f3212a358d2|c2f055ea-3d7c-490e-9d80-af22700c4088|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "multiple_net_names|254000|723900|ea5aa60b-a25e-41a1-9e06-c7b6f957567f|05fade8e-60a1-4bde-a881-5697f06b1a48|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "multiple_net_names|508000|1041400|fef710fe-9d6e-482d-bf3e-5ee9b4b18640|d8eb98d9-e74a-4583-bcc9-c64917524749|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "multiple_net_names|508000|1066800|9ad5a781-2469-4c8f-8abf-a1c3586f7cb7|2eeb2c2f-4f20-4ba3-a62c-3512702d06e9|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "multiple_net_names|508000|1219200|e7ce99b8-ca22-4c56-9e55-39d32c709f3c|90187fee-c62c-4cd1-ab78-524827e65b3f|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "multiple_net_names|508000|1346200|9cccf5f9-68a4-4e61-b418-6185dd6a5f9a|59f22e35-393a-4fa9-8e10-139c73317ccd|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "multiple_net_names|508000|1422400|c775d4e8-c37b-4e73-90c1-1c8d36333aac|defbac6c-76d0-4e7a-bac6-80b53dcbba6a|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "multiple_net_names|508000|1498600|ccb58899-a82d-403c-b30b-ee351d622e9c|61ead7e3-44d5-4ae2-b3b9-36f698e70d75|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "multiple_net_names|622300|444500|54be04e4-fffa-4f7f-8a5f-d0de81314e8f|47619f26-11d0-46e4-b8b3-56e4466bb5ae|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "multiple_net_names|622300|495300|89b0e564-e7aa-4224-80c9-3f0614fede8f|f5f15f8a-0773-4545-918b-330100325a3b|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "multiple_net_names|622300|596900|873d2c88-519e-482f-a3ed-2484e5f9417e|fa90a7f9-c446-49ea-9f12-b81f34184f7f|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "multiple_net_names|622300|673100|0d8cfe6d-11bf-42b9-9752-f9a5a76bce7e|274007ee-5c87-488e-a4b4-e0e95804dad6|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "multiple_net_names|787400|1041400|ba02dc27-26a3-4648-b0aa-06b6dcaf001f|e033231b-b594-4a3a-8db5-89a0bf32f322|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "multiple_net_names|787400|1066800|acc9991b-1bdd-4544-9a08-4037937485cb|f0d7b6f1-4c66-4be3-8603-e0eddb4e4fff|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "multiple_net_names|787400|1092200|09251fd4-af37-4d86-8951-1faaac710ffa|87231f45-81cb-4f47-bfb4-0df1c839b835|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "pin_to_pin|1397000|1511300|f722b338-e04f-4807-89e5-3b0aa45c7e2f|4ec19cb6-2cc9-4462-87b5-10781c0b09bd|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "pin_to_pin|1397000|1511300|f722b338-e04f-4807-89e5-3b0aa45c7e2f|7a36b316-1cd1-435b-a054-689b0c6d9e5a|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "pin_to_pin|1397000|1511300|f722b338-e04f-4807-89e5-3b0aa45c7e2f|d476b52e-2b87-4f12-9b1f-6665f3eea54c|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "pin_to_pin|1397000|1511300|f722b338-e04f-4807-89e5-3b0aa45c7e2f|ece64bc3-d352-4f9a-92fa-adcb1f54b007|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "power_pin_not_driven|1155700|965200|7bf9a538-1cbd-4e1d-b556-869ffb4f14a8|00000000-0000-0000-0000-000000000000|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|",
+ "power_pin_not_driven|1181100|203200|e059c078-cb6b-4b92-bfd8-5f001d20f9fa|00000000-0000-0000-0000-000000000000|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|",
+ "power_pin_not_driven|292100|266700|fdd33dcf-399e-4ac6-99f5-9ccff615cf55|00000000-0000-0000-0000-000000000000|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|",
+ "power_pin_not_driven|317500|266700|25f7f7e2-1fc6-41d8-a14b-2d2742e98c50|00000000-0000-0000-0000-000000000000|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55|",
+ "simulation_model_issue|1155700|1117600|86df0915-b775-4b9f-af37-dc2c934eab66|00000000-0000-0000-0000-000000000000|||",
+ "simulation_model_issue|1155700|584200|017652d1-2eed-4b19-93f1-62d7282c40b2|00000000-0000-0000-0000-000000000000|||",
+ "simulation_model_issue|1244600|1460500|ecde7d52-443c-4351-93f2-209094301cfe|00000000-0000-0000-0000-000000000000|||",
+ "simulation_model_issue|1397000|1219200|d5c1fce9-18d8-40fc-9be7-058bc35af7d4|00000000-0000-0000-0000-000000000000|||",
+ "simulation_model_issue|1397000|1358900|f7964bb5-04c8-4fec-bd6a-b02b9fbaaeed|00000000-0000-0000-0000-000000000000|||",
+ "simulation_model_issue|1498600|1485900|a447e583-37eb-472c-96a9-569a52b2f930|00000000-0000-0000-0000-000000000000|||",
+ "simulation_model_issue|1612900|1409700|b058f866-deca-4ae7-a485-ca9ced5263ad|00000000-0000-0000-0000-000000000000|||",
+ "simulation_model_issue|1638300|431800|501d9987-2f97-4dbd-9030-e4e766cd6feb|00000000-0000-0000-0000-000000000000|||",
+ "simulation_model_issue|2146300|355600|972cec47-4f35-48fb-acd8-2ab87849f5c8|00000000-0000-0000-0000-000000000000|||",
+ "simulation_model_issue|393700|393700|00000000-0000-0000-0000-000056d71773|00000000-0000-0000-0000-000000000000|||",
+ "simulation_model_issue|393700|647700|00000000-0000-0000-0000-000056d72f1c|00000000-0000-0000-0000-000000000000|||",
+ "simulation_model_issue|571500|368300|00000000-0000-0000-0000-000056d72368|00000000-0000-0000-0000-000000000000|||",
+ "simulation_model_issue|571500|673100|00000000-0000-0000-0000-000056d734d0|00000000-0000-0000-0000-000000000000|||",
+ "simulation_model_issue|609600|1244600|7c99818f-9ed3-45c6-a687-9a488618cd26|00000000-0000-0000-0000-000000000000|||",
+ "simulation_model_issue|889000|1092200|456a926b-6987-4188-a24c-e2f5694bddf7|00000000-0000-0000-0000-000000000000|||"
+ ],
+ "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": "ignore",
+ "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": "error",
+ "unannotated": "error",
+ "unit_value_mismatch": "error",
+ "unresolved_variable": "error",
+ "wire_dangling": "error"
+ }
+ },
+ "libraries": {
+ "pinned_footprint_libs": [],
+ "pinned_symbol_libs": []
+ },
+ "meta": {
+ "filename": "RescueAVRAdapter.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.25,
+ "via_diameter": 0.6,
+ "via_drill": 0.4,
+ "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_bus_thickness": 12.0,
+ "default_junction_size": 40.0,
+ "default_line_thickness": 6.0,
+ "default_text_size": 50.0,
+ "default_wire_thickness": 6.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.3,
+ "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.3
+ },
+ "legacy_lib_dir": "",
+ "legacy_lib_list": [],
+ "meta": {
+ "version": 1
+ },
+ "net_format_name": "",
+ "ngspice": {
+ "fix_include_paths": true,
+ "fix_passive_vals": false,
+ "meta": {
+ "version": 0
+ },
+ "model_mode": 0,
+ "workbook_filename": ""
+ },
+ "page_layout_descr_file": "",
+ "plot_directory": "",
+ "spice_adjust_passive_values": false,
+ "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": [
+ [
+ "e63e39d7-6ac0-4ffd-8aa3-1841a4541b55",
+ "Root"
+ ]
+ ],
+ "text_variables": {}
+}
diff --git a/pcb/RescueAVRAdapter.kicad_sch b/pcb/RescueAVRAdapter.kicad_sch
new file mode 100644
index 0000000..27fe043
--- /dev/null
+++ b/pcb/RescueAVRAdapter.kicad_sch
@@ -0,0 +1,7796 @@
+(kicad_sch
+ (version 20231120)
+ (generator "eeschema")
+ (generator_version "8.0")
+ (uuid "e63e39d7-6ac0-4ffd-8aa3-1841a4541b55")
+ (paper "A4")
+ (title_block
+ (title "RescueAVR-Adapter")
+ (date "2024-08-25")
+ (rev "1.0")
+ )
+ (lib_symbols
+ (symbol "Connector:Conn_01x08_Socket"
+ (pin_names
+ (offset 1.016) hide)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "J"
+ (at 0 10.16 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "Conn_01x08_Socket"
+ (at 0 -12.7 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" "Generic connector, single row, 01x08, script generated"
+ (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" "connector"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "Connector*:*_1x??_*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "Conn_01x08_Socket_1_1"
+ (arc
+ (start 0 -9.652)
+ (mid -0.5058 -10.16)
+ (end 0 -10.668)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 -7.112)
+ (mid -0.5058 -7.62)
+ (end 0 -8.128)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 -4.572)
+ (mid -0.5058 -5.08)
+ (end 0 -5.588)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 -2.032)
+ (mid -0.5058 -2.54)
+ (end 0 -3.048)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 -10.16) (xy -0.508 -10.16)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 -7.62) (xy -0.508 -7.62)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 -5.08) (xy -0.508 -5.08)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 -2.54) (xy -0.508 -2.54)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 0) (xy -0.508 0)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 2.54) (xy -0.508 2.54)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 5.08) (xy -0.508 5.08)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 7.62) (xy -0.508 7.62)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 0.508)
+ (mid -0.5058 0)
+ (end 0 -0.508)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 3.048)
+ (mid -0.5058 2.54)
+ (end 0 2.032)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 5.588)
+ (mid -0.5058 5.08)
+ (end 0 4.572)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 8.128)
+ (mid -0.5058 7.62)
+ (end 0 7.112)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (pin passive line
+ (at -5.08 7.62 0)
+ (length 3.81)
+ (name "Pin_1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 5.08 0)
+ (length 3.81)
+ (name "Pin_2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 2.54 0)
+ (length 3.81)
+ (name "Pin_3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 0 0)
+ (length 3.81)
+ (name "Pin_4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -2.54 0)
+ (length 3.81)
+ (name "Pin_5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -5.08 0)
+ (length 3.81)
+ (name "Pin_6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -7.62 0)
+ (length 3.81)
+ (name "Pin_7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -10.16 0)
+ (length 3.81)
+ (name "Pin_8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ )
+ (symbol "Connector:Conn_01x20_Socket"
+ (pin_names
+ (offset 1.016) hide)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "J"
+ (at 0 25.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Value" "Conn_01x20_Socket"
+ (at 0 -27.94 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" "Generic connector, single row, 01x20, script generated"
+ (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" "connector"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "Connector*:*_1x??_*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "Conn_01x20_Socket_1_1"
+ (arc
+ (start 0 -24.892)
+ (mid -0.5058 -25.4)
+ (end 0 -25.908)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 -22.352)
+ (mid -0.5058 -22.86)
+ (end 0 -23.368)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 -19.812)
+ (mid -0.5058 -20.32)
+ (end 0 -20.828)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 -17.272)
+ (mid -0.5058 -17.78)
+ (end 0 -18.288)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 -14.732)
+ (mid -0.5058 -15.24)
+ (end 0 -15.748)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 -12.192)
+ (mid -0.5058 -12.7)
+ (end 0 -13.208)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 -9.652)
+ (mid -0.5058 -10.16)
+ (end 0 -10.668)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 -7.112)
+ (mid -0.5058 -7.62)
+ (end 0 -8.128)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 -4.572)
+ (mid -0.5058 -5.08)
+ (end 0 -5.588)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 -2.032)
+ (mid -0.5058 -2.54)
+ (end 0 -3.048)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 -25.4) (xy -0.508 -25.4)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 -22.86) (xy -0.508 -22.86)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 -20.32) (xy -0.508 -20.32)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 -17.78) (xy -0.508 -17.78)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 -15.24) (xy -0.508 -15.24)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 -12.7) (xy -0.508 -12.7)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 -10.16) (xy -0.508 -10.16)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 -7.62) (xy -0.508 -7.62)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 -5.08) (xy -0.508 -5.08)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 -2.54) (xy -0.508 -2.54)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 0) (xy -0.508 0)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 2.54) (xy -0.508 2.54)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 5.08) (xy -0.508 5.08)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 7.62) (xy -0.508 7.62)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 10.16) (xy -0.508 10.16)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 12.7) (xy -0.508 12.7)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 15.24) (xy -0.508 15.24)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 17.78) (xy -0.508 17.78)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 20.32) (xy -0.508 20.32)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (polyline
+ (pts
+ (xy -1.27 22.86) (xy -0.508 22.86)
+ )
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 0.508)
+ (mid -0.5058 0)
+ (end 0 -0.508)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 3.048)
+ (mid -0.5058 2.54)
+ (end 0 2.032)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 5.588)
+ (mid -0.5058 5.08)
+ (end 0 4.572)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 8.128)
+ (mid -0.5058 7.62)
+ (end 0 7.112)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 10.668)
+ (mid -0.5058 10.16)
+ (end 0 9.652)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 13.208)
+ (mid -0.5058 12.7)
+ (end 0 12.192)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 15.748)
+ (mid -0.5058 15.24)
+ (end 0 14.732)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 18.288)
+ (mid -0.5058 17.78)
+ (end 0 17.272)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 20.828)
+ (mid -0.5058 20.32)
+ (end 0 19.812)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (arc
+ (start 0 23.368)
+ (mid -0.5058 22.86)
+ (end 0 22.352)
+ (stroke
+ (width 0.1524)
+ (type default)
+ )
+ (fill
+ (type none)
+ )
+ )
+ (pin passive line
+ (at -5.08 22.86 0)
+ (length 3.81)
+ (name "Pin_1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 0 0)
+ (length 3.81)
+ (name "Pin_10"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "10"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -2.54 0)
+ (length 3.81)
+ (name "Pin_11"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "11"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -5.08 0)
+ (length 3.81)
+ (name "Pin_12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -7.62 0)
+ (length 3.81)
+ (name "Pin_13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -10.16 0)
+ (length 3.81)
+ (name "Pin_14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -12.7 0)
+ (length 3.81)
+ (name "Pin_15"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "15"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -15.24 0)
+ (length 3.81)
+ (name "Pin_16"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "16"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -17.78 0)
+ (length 3.81)
+ (name "Pin_17"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "17"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -20.32 0)
+ (length 3.81)
+ (name "Pin_18"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "18"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -22.86 0)
+ (length 3.81)
+ (name "Pin_19"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "19"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 20.32 0)
+ (length 3.81)
+ (name "Pin_2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 -25.4 0)
+ (length 3.81)
+ (name "Pin_20"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "20"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 17.78 0)
+ (length 3.81)
+ (name "Pin_3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 15.24 0)
+ (length 3.81)
+ (name "Pin_4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 12.7 0)
+ (length 3.81)
+ (name "Pin_5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 10.16 0)
+ (length 3.81)
+ (name "Pin_6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 7.62 0)
+ (length 3.81)
+ (name "Pin_7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 5.08 0)
+ (length 3.81)
+ (name "Pin_8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -5.08 2.54 0)
+ (length 3.81)
+ (name "Pin_9"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "9"
+ (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 "MCU_Microchip_ATmega:ATmega162-16P"
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "U"
+ (at -12.7 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ )
+ (property "Value" "ATmega162-16P"
+ (at 2.54 -49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left top)
+ )
+ )
+ (property "Footprint" "Package_DIP:DIP-40_W15.24mm"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ (italic yes)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-2513-8-bit-AVR-Microntroller-ATmega162_Datasheet.pdf"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "16MHz, 16kB Flash, 1kB SRAM, 512B EEPROM, JTAG, DIP-40"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "AVR 8bit Microcontroller MegaAVR"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "DIP*W15.24mm*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "ATmega162-16P_0_1"
+ (rectangle
+ (start -12.7 -48.26)
+ (end 12.7 48.26)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ )
+ (symbol "ATmega162-16P_1_1"
+ (pin bidirectional line
+ (at 15.24 20.32 180)
+ (length 2.54)
+ (name "PB0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -25.4 180)
+ (length 2.54)
+ (name "PD0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "10"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -27.94 180)
+ (length 2.54)
+ (name "PD1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "11"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -30.48 180)
+ (length 2.54)
+ (name "PD2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -33.02 180)
+ (length 2.54)
+ (name "PD3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -35.56 180)
+ (length 2.54)
+ (name "PD4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -38.1 180)
+ (length 2.54)
+ (name "PD5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "15"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -40.64 180)
+ (length 2.54)
+ (name "PD6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "16"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -43.18 180)
+ (length 2.54)
+ (name "PD7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "17"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin output line
+ (at -15.24 33.02 0)
+ (length 2.54)
+ (name "XTAL2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "18"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -15.24 38.1 0)
+ (length 2.54)
+ (name "XTAL1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "19"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 17.78 180)
+ (length 2.54)
+ (name "PB1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 0 -50.8 90)
+ (length 2.54)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "20"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -2.54 180)
+ (length 2.54)
+ (name "PC0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "21"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -5.08 180)
+ (length 2.54)
+ (name "PC1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "22"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -7.62 180)
+ (length 2.54)
+ (name "PC2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "23"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -10.16 180)
+ (length 2.54)
+ (name "PC3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "24"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -12.7 180)
+ (length 2.54)
+ (name "PC4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "25"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -15.24 180)
+ (length 2.54)
+ (name "PC5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "26"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -17.78 180)
+ (length 2.54)
+ (name "PC6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "27"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -20.32 180)
+ (length 2.54)
+ (name "PC7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "28"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at -15.24 -30.48 0)
+ (length 2.54)
+ (name "PE2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "29"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 15.24 180)
+ (length 2.54)
+ (name "PB2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at -15.24 -27.94 0)
+ (length 2.54)
+ (name "PE1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "30"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at -15.24 -25.4 0)
+ (length 2.54)
+ (name "PE0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "31"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 25.4 180)
+ (length 2.54)
+ (name "PA7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "32"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 27.94 180)
+ (length 2.54)
+ (name "PA6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "33"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 30.48 180)
+ (length 2.54)
+ (name "PA5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "34"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 33.02 180)
+ (length 2.54)
+ (name "PA4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "35"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 35.56 180)
+ (length 2.54)
+ (name "PA3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "36"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 38.1 180)
+ (length 2.54)
+ (name "PA2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "37"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 40.64 180)
+ (length 2.54)
+ (name "PA1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "38"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 43.18 180)
+ (length 2.54)
+ (name "PA0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "39"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 12.7 180)
+ (length 2.54)
+ (name "PB3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 0 50.8 270)
+ (length 2.54)
+ (name "VCC"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "40"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 10.16 180)
+ (length 2.54)
+ (name "PB4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 7.62 180)
+ (length 2.54)
+ (name "PB5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 5.08 180)
+ (length 2.54)
+ (name "PB6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 2.54 180)
+ (length 2.54)
+ (name "PB7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -15.24 43.18 0)
+ (length 2.54)
+ (name "~{RESET}"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "9"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ )
+ (symbol "MCU_Microchip_ATmega:ATmega16A-P"
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "U"
+ (at -12.7 49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ )
+ (property "Value" "ATmega16A-P"
+ (at 2.54 -49.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left top)
+ )
+ )
+ (property "Footprint" "Package_DIP:DIP-40_W15.24mm"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ (italic yes)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-8154-8-bit-AVR-ATmega16A_Datasheet.pdf"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "16MHz, 16kB Flash, 1kB SRAM, 512B EEPROM, JTAG, DIP-40"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "AVR 8bit Microcontroller MegaAVR"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "DIP*W15.24mm*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "ATmega16A-P_0_1"
+ (rectangle
+ (start -12.7 -48.26)
+ (end 12.7 48.26)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ )
+ (symbol "ATmega16A-P_1_1"
+ (pin bidirectional line
+ (at 15.24 20.32 180)
+ (length 2.54)
+ (name "PB0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 0 50.8 270)
+ (length 2.54)
+ (name "VCC"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "10"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 0 -50.8 90)
+ (length 2.54)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "11"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin output line
+ (at -15.24 33.02 0)
+ (length 2.54)
+ (name "XTAL2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -15.24 38.1 0)
+ (length 2.54)
+ (name "XTAL1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -25.4 180)
+ (length 2.54)
+ (name "PD0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -27.94 180)
+ (length 2.54)
+ (name "PD1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "15"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -30.48 180)
+ (length 2.54)
+ (name "PD2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "16"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -33.02 180)
+ (length 2.54)
+ (name "PD3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "17"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -35.56 180)
+ (length 2.54)
+ (name "PD4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "18"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -38.1 180)
+ (length 2.54)
+ (name "PD5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "19"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 17.78 180)
+ (length 2.54)
+ (name "PB1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -40.64 180)
+ (length 2.54)
+ (name "PD6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "20"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -43.18 180)
+ (length 2.54)
+ (name "PD7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "21"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -2.54 180)
+ (length 2.54)
+ (name "PC0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "22"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -5.08 180)
+ (length 2.54)
+ (name "PC1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "23"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -7.62 180)
+ (length 2.54)
+ (name "PC2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "24"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -10.16 180)
+ (length 2.54)
+ (name "PC3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "25"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -12.7 180)
+ (length 2.54)
+ (name "PC4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "26"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -15.24 180)
+ (length 2.54)
+ (name "PC5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "27"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -17.78 180)
+ (length 2.54)
+ (name "PC6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "28"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -20.32 180)
+ (length 2.54)
+ (name "PC7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "29"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 15.24 180)
+ (length 2.54)
+ (name "PB2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 2.54 50.8 270)
+ (length 2.54)
+ (name "AVCC"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "30"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at 0 -50.8 90)
+ (length 2.54) hide
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "31"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin passive line
+ (at -15.24 27.94 0)
+ (length 2.54)
+ (name "AREF"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "32"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 25.4 180)
+ (length 2.54)
+ (name "PA7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "33"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 27.94 180)
+ (length 2.54)
+ (name "PA6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "34"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 30.48 180)
+ (length 2.54)
+ (name "PA5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "35"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 33.02 180)
+ (length 2.54)
+ (name "PA4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "36"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 35.56 180)
+ (length 2.54)
+ (name "PA3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "37"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 38.1 180)
+ (length 2.54)
+ (name "PA2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "38"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 40.64 180)
+ (length 2.54)
+ (name "PA1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "39"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 12.7 180)
+ (length 2.54)
+ (name "PB3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 43.18 180)
+ (length 2.54)
+ (name "PA0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "40"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 10.16 180)
+ (length 2.54)
+ (name "PB4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 7.62 180)
+ (length 2.54)
+ (name "PB5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 5.08 180)
+ (length 2.54)
+ (name "PB6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 2.54 180)
+ (length 2.54)
+ (name "PB7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin input line
+ (at -15.24 43.18 0)
+ (length 2.54)
+ (name "~{RESET}"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "9"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ )
+ (symbol "MCU_Microchip_ATtiny:ATtiny2313-20P"
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "U"
+ (at -12.7 26.67 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ )
+ (property "Value" "ATtiny2313-20P"
+ (at 2.54 -26.67 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left top)
+ )
+ )
+ (property "Footprint" "Package_DIP:DIP-20_W7.62mm"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ (italic yes)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-2543-AVR-ATtiny2313_Datasheet.pdf"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "20MHz, 2kB Flash, 128B SRAM, 128B EEPROM, debugWIRE, DIP-20"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "AVR 8bit Microcontroller tinyAVR"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "DIP*W7.62mm*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "ATtiny2313-20P_0_1"
+ (rectangle
+ (start -12.7 -25.4)
+ (end 12.7 25.4)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ )
+ (symbol "ATtiny2313-20P_1_1"
+ (pin bidirectional line
+ (at -15.24 20.32 0)
+ (length 2.54)
+ (name "PA2/~{RESET}"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 0 -27.94 90)
+ (length 2.54)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "10"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -17.78 180)
+ (length 2.54)
+ (name "PD6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "11"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 20.32 180)
+ (length 2.54)
+ (name "PB0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 17.78 180)
+ (length 2.54)
+ (name "PB1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 15.24 180)
+ (length 2.54)
+ (name "PB2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 12.7 180)
+ (length 2.54)
+ (name "PB3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "15"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 10.16 180)
+ (length 2.54)
+ (name "PB4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "16"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 7.62 180)
+ (length 2.54)
+ (name "PB5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "17"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 5.08 180)
+ (length 2.54)
+ (name "PB6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "18"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 2.54 180)
+ (length 2.54)
+ (name "PB7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "19"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -2.54 180)
+ (length 2.54)
+ (name "PD0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 0 27.94 270)
+ (length 2.54)
+ (name "VCC"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "20"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -5.08 180)
+ (length 2.54)
+ (name "PD1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at -15.24 10.16 0)
+ (length 2.54)
+ (name "PA1/XTAL2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at -15.24 15.24 0)
+ (length 2.54)
+ (name "PA0/XTAL1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -7.62 180)
+ (length 2.54)
+ (name "PD2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -10.16 180)
+ (length 2.54)
+ (name "PD3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -12.7 180)
+ (length 2.54)
+ (name "PD4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 15.24 -15.24 180)
+ (length 2.54)
+ (name "PD5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "9"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ )
+ (symbol "MCU_Microchip_ATtiny:ATtiny861-20P"
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (property "Reference" "U"
+ (at -15.24 26.67 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ )
+ (property "Value" "ATtiny861-20P"
+ (at 5.08 -26.67 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left top)
+ )
+ )
+ (property "Footprint" "Package_DIP:DIP-20_W7.62mm"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ (italic yes)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/atmel-2588-8-bit-avr-microcontrollers-tinyavr-attiny261-attiny461-attiny861_datasheet.pdf"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "20MHz, 8kB Flash, 512B SRAM, 512B EEPROM, DIP-20"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_keywords" "AVR 8bit Microcontroller tinyAVR"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "ki_fp_filters" "DIP*W7.62mm*"
+ (at 0 0 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (symbol "ATtiny861-20P_0_1"
+ (rectangle
+ (start -15.24 -25.4)
+ (end 15.24 25.4)
+ (stroke
+ (width 0.254)
+ (type default)
+ )
+ (fill
+ (type background)
+ )
+ )
+ )
+ (symbol "ATtiny861-20P_1_1"
+ (pin bidirectional line
+ (at 17.78 -2.54 180)
+ (length 2.54)
+ (name "PB0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 17.78 -20.32 180)
+ (length 2.54)
+ (name "~{RESET}/PB7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "10"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 17.78 2.54 180)
+ (length 2.54)
+ (name "PA7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "11"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 17.78 5.08 180)
+ (length 2.54)
+ (name "PA6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "12"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 17.78 7.62 180)
+ (length 2.54)
+ (name "PA5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "13"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 17.78 10.16 180)
+ (length 2.54)
+ (name "PA4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "14"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 2.54 27.94 270)
+ (length 2.54)
+ (name "AVCC"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "15"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 2.54 -27.94 90)
+ (length 2.54)
+ (name "AGND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "16"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 17.78 12.7 180)
+ (length 2.54)
+ (name "AREF/PA3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "17"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 17.78 15.24 180)
+ (length 2.54)
+ (name "PA2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "18"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 17.78 17.78 180)
+ (length 2.54)
+ (name "PA1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "19"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 17.78 -5.08 180)
+ (length 2.54)
+ (name "PB1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 17.78 20.32 180)
+ (length 2.54)
+ (name "PA0"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "20"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 17.78 -7.62 180)
+ (length 2.54)
+ (name "PB2"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 17.78 -10.16 180)
+ (length 2.54)
+ (name "PB3"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 0 27.94 270)
+ (length 2.54)
+ (name "VCC"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin power_in line
+ (at 0 -27.94 90)
+ (length 2.54)
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 17.78 -12.7 180)
+ (length 2.54)
+ (name "XTAL1/PB4"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "7"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 17.78 -15.24 180)
+ (length 2.54)
+ (name "XTAL2/PB5"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "8"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ (pin bidirectional line
+ (at 17.78 -17.78 180)
+ (length 2.54)
+ (name "PB6"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "9"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ )
+ (symbol "power:GND"
+ (power)
+ (pin_names
+ (offset 0)
+ )
+ (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" "power-flag"
+ (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) hide
+ (name "GND"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (number "1"
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ )
+ )
+ )
+ )
+ (junction
+ (at 34.29 148.59)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "01733c70-6ca1-447b-a61d-36786764457b")
+ )
+ (junction
+ (at 111.76 119.38)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "07cbbb0e-e2c5-477d-80bb-be8cf45cea91")
+ )
+ (junction
+ (at 55.88 17.78)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "3983416a-dd41-4797-acf5-2265a77d4570")
+ )
+ (junction
+ (at 26.67 173.99)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "64582cf2-7101-4631-b56b-f86ddd8aab71")
+ )
+ (junction
+ (at 233.68 17.78)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "87f93e8d-1987-4737-9c9b-4f929f3cd095")
+ )
+ (junction
+ (at 31.75 173.99)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "89355865-bac1-4076-8199-8eeb4907111d")
+ )
+ (junction
+ (at 111.76 17.78)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "9f0a32d1-d104-44eb-8936-d657ead2b63c")
+ )
+ (junction
+ (at 55.88 119.38)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "ab515a49-3b86-4a54-800f-729cc7c41e87")
+ )
+ (junction
+ (at 31.75 182.88)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "bd0dc759-0925-48de-9b2d-626d2e2655b7")
+ )
+ (junction
+ (at 58.42 17.78)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "c4040466-69d0-463c-8477-1f55aebec853")
+ )
+ (junction
+ (at 171.45 17.78)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "e093644f-5ba0-49bc-8052-0976585445c7")
+ )
+ (junction
+ (at 236.22 73.66)
+ (diameter 0)
+ (color 0 0 0 0)
+ (uuid "fb661ba2-3086-493c-a016-b99ec61aef48")
+ )
+ (no_connect
+ (at 71.12 76.2)
+ (uuid "0268405e-b5bb-41f9-a2b4-c5869704bfdc")
+ )
+ (no_connect
+ (at 69.85 146.05)
+ (uuid "0464fd23-3317-4965-9c53-89bd4a0310e1")
+ )
+ (no_connect
+ (at 156.21 35.56)
+ (uuid "083dfd02-d90f-48ee-8629-1a264f9e3c91")
+ )
+ (no_connect
+ (at 127 76.2)
+ (uuid "15f7a43a-09fa-493c-bdb9-218ed02baa48")
+ )
+ (no_connect
+ (at 69.85 158.75)
+ (uuid "1950c3da-60a6-42fa-9b9b-9b155ea581cb")
+ )
+ (no_connect
+ (at 127 81.28)
+ (uuid "1e3c078d-0e8e-4ed7-9703-be7c6aa3e96a")
+ )
+ (no_connect
+ (at 71.12 43.18)
+ (uuid "1e7db9d0-b7c4-4ce9-9792-7797ef935442")
+ )
+ (no_connect
+ (at 69.85 153.67)
+ (uuid "262e7512-ee24-4d91-aa63-0a949656b42c")
+ )
+ (no_connect
+ (at 96.52 35.56)
+ (uuid "28d60f89-62ac-47ab-b139-53a9c57858eb")
+ )
+ (no_connect
+ (at 71.12 27.94)
+ (uuid "2fa8868a-e4e5-485d-80d3-14e97da32380")
+ )
+ (no_connect
+ (at 127 86.36)
+ (uuid "3a117efe-c21f-47a8-8e38-aab1bd8df812")
+ )
+ (no_connect
+ (at 127 43.18)
+ (uuid "3d4aaa95-cddf-43b1-a5e1-a6f78f7a633d")
+ )
+ (no_connect
+ (at 71.12 73.66)
+ (uuid "4517c634-d378-4150-b465-9a8489473ebd")
+ )
+ (no_connect
+ (at 127 73.66)
+ (uuid "4be6adc9-3b4d-40b5-aaea-a656a74de601")
+ )
+ (no_connect
+ (at 71.12 35.56)
+ (uuid "576dc573-b5ae-4319-a40a-bffabc8a807b")
+ )
+ (no_connect
+ (at 71.12 71.12)
+ (uuid "59735186-f28d-4325-8675-b966f16f6b27")
+ )
+ (no_connect
+ (at 40.64 35.56)
+ (uuid "5c1b3bf0-ae52-447e-91d4-115204bb88cf")
+ )
+ (no_connect
+ (at 69.85 156.21)
+ (uuid "65a3b539-ccff-4cc3-8185-ace2c4d2a325")
+ )
+ (no_connect
+ (at 71.12 33.02)
+ (uuid "6a2c3add-50ca-4f19-bf75-0f4ce4f17921")
+ )
+ (no_connect
+ (at 71.12 78.74)
+ (uuid "6b974353-35c1-458e-b378-f26aa0430932")
+ )
+ (no_connect
+ (at 71.12 88.9)
+ (uuid "7997f44a-2c77-4581-8ee1-2d9fd8b4f39a")
+ )
+ (no_connect
+ (at 186.69 48.26)
+ (uuid "7d9a4d58-ce6e-43e7-a1cc-c5fa05a14927")
+ )
+ (no_connect
+ (at 96.52 99.06)
+ (uuid "7e33c34c-9d11-4bf2-ab51-e5ad3cf24fe5")
+ )
+ (no_connect
+ (at 127 83.82)
+ (uuid "8633a3ce-bc05-4a2d-9f39-cec19c87b370")
+ )
+ (no_connect
+ (at 127 38.1)
+ (uuid "867a02b1-4a6d-47bd-bdc8-1ac875779797")
+ )
+ (no_connect
+ (at 71.12 30.48)
+ (uuid "8c69e316-9504-4242-85cb-1dc53774912d")
+ )
+ (no_connect
+ (at 127 33.02)
+ (uuid "931ee4a5-4bf2-4dff-a437-9c37a7c8ad45")
+ )
+ (no_connect
+ (at 127 40.64)
+ (uuid "9b10c712-2b4e-45ef-a988-26461915f7f9")
+ )
+ (no_connect
+ (at 127 27.94)
+ (uuid "9e129197-948c-4ef1-8f0d-bdff95674be0")
+ )
+ (no_connect
+ (at 127 78.74)
+ (uuid "a180b719-47bf-48a2-b4a5-c9fc24cba7d2")
+ )
+ (no_connect
+ (at 127 93.98)
+ (uuid "a3f58cac-ce58-447d-8508-b32bfd6cbab5")
+ )
+ (no_connect
+ (at 71.12 83.82)
+ (uuid "a6f62afc-43ee-4a04-938b-46f2215e6a73")
+ )
+ (no_connect
+ (at 40.64 40.64)
+ (uuid "a8118a71-b0ea-4b4f-bf3a-c448a24bfc0d")
+ )
+ (no_connect
+ (at 71.12 86.36)
+ (uuid "aade7863-f27f-4e03-a326-38cf81e6317e")
+ )
+ (no_connect
+ (at 127 30.48)
+ (uuid "b10f25be-5e69-45ee-b75d-a83add1dcaad")
+ )
+ (no_connect
+ (at 96.52 93.98)
+ (uuid "c1ffd0f2-f1ac-48ba-bf12-40f96d73bffc")
+ )
+ (no_connect
+ (at 69.85 163.83)
+ (uuid "c48c4369-3118-4969-a94f-ddae6dc18614")
+ )
+ (no_connect
+ (at 71.12 81.28)
+ (uuid "c8c9d948-7210-47d3-8ffe-3e7a29211e57")
+ )
+ (no_connect
+ (at 127 35.56)
+ (uuid "cb0ec3ca-8b2f-4f3a-bfb6-736071285e93")
+ )
+ (no_connect
+ (at 71.12 40.64)
+ (uuid "d7152f47-4e52-4fe4-ba74-b8e8f6d176bd")
+ )
+ (no_connect
+ (at 127 88.9)
+ (uuid "e3da198c-d4fd-4c37-8179-63814143e810")
+ )
+ (no_connect
+ (at 69.85 148.59)
+ (uuid "e6ad7520-cdab-4350-a8a7-fb2bad7ca720")
+ )
+ (no_connect
+ (at 69.85 151.13)
+ (uuid "ebaf93ea-ca72-457c-9a64-09349d4b6b0e")
+ )
+ (no_connect
+ (at 96.52 96.52)
+ (uuid "ef46ced8-b73b-4124-b74d-14474fcdd7df")
+ )
+ (no_connect
+ (at 71.12 38.1)
+ (uuid "f56a8bdb-be59-4963-bf06-fd78cc48b596")
+ )
+ (no_connect
+ (at 71.12 93.98)
+ (uuid "fbd9a7bb-13fd-447e-a251-65e0bc68bf28")
+ )
+ (no_connect
+ (at 127 71.12)
+ (uuid "fe2102b3-4f74-4b29-81ad-61504f20b90d")
+ )
+ (wire
+ (pts
+ (xy 251.46 40.64) (xy 259.08 40.64)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "01bedb82-d0c7-422b-aca2-57dfc9a22d3c")
+ )
+ (wire
+ (pts
+ (xy 251.46 66.04) (xy 259.08 66.04)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "051e744a-f7cc-4efb-8d56-39ec714aef79")
+ )
+ (wire
+ (pts
+ (xy 71.12 25.4) (xy 78.74 25.4)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "07bffb18-328d-49ba-94b3-4c06817d13a5")
+ )
+ (wire
+ (pts
+ (xy 251.46 27.94) (xy 259.08 27.94)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "0860b023-bd01-4999-b932-05d798519273")
+ )
+ (wire
+ (pts
+ (xy 36.83 179.07) (xy 41.91 179.07)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "09a16405-1783-455a-89ce-fa5ae0109b64")
+ )
+ (wire
+ (pts
+ (xy 71.12 55.88) (xy 78.74 55.88)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "0aef65b9-c75b-4320-b75f-4fcc7c49d2e5")
+ )
+ (wire
+ (pts
+ (xy 251.46 53.34) (xy 259.08 53.34)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "0bf2cd4f-1bfe-477d-a5a6-60a5ad2f6a17")
+ )
+ (wire
+ (pts
+ (xy 127 55.88) (xy 134.62 55.88)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "0c8e505f-f957-4f8e-8291-93e37f514405")
+ )
+ (wire
+ (pts
+ (xy 186.69 55.88) (xy 194.31 55.88)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "11e487e3-a471-4688-97fa-ec446ce03314")
+ )
+ (wire
+ (pts
+ (xy 36.83 184.15) (xy 41.91 184.15)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "12caa225-1a73-4f87-8079-d25c0636ad6f")
+ )
+ (wire
+ (pts
+ (xy 127 119.38) (xy 111.76 119.38)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "1548ce18-c25b-47b3-9f65-b48bf9bc8550")
+ )
+ (wire
+ (pts
+ (xy 111.76 17.78) (xy 171.45 17.78)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "15de1498-6c0d-4157-8b5f-66fe20e63b57")
+ )
+ (wire
+ (pts
+ (xy 127 111.76) (xy 127 119.38)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "17428994-a3a1-4ce7-b137-602413edaaac")
+ )
+ (wire
+ (pts
+ (xy 55.88 119.38) (xy 55.88 124.46)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "17d2ca57-dded-4817-90d1-224b8cebe270")
+ )
+ (wire
+ (pts
+ (xy 26.67 173.99) (xy 26.67 175.26)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "19a5b6a8-a4fd-4ebe-a096-147ca7e24491")
+ )
+ (wire
+ (pts
+ (xy 30.48 148.59) (xy 34.29 148.59)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "1a2509b5-9ced-48bc-8470-9d201133e581")
+ )
+ (wire
+ (pts
+ (xy 233.68 17.78) (xy 236.22 17.78)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "1abe1fa4-c7c1-4664-9a0b-885fee194c49")
+ )
+ (wire
+ (pts
+ (xy 36.83 158.75) (xy 41.91 158.75)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "1bfcef85-e4d0-453a-85da-c18340a2d0d5")
+ )
+ (wire
+ (pts
+ (xy 33.02 30.48) (xy 40.64 30.48)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "23d78f73-3050-4840-ad30-ed4f8b910419")
+ )
+ (wire
+ (pts
+ (xy 62.23 161.29) (xy 62.23 171.45)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "23f7579e-a80f-4255-8695-a73e977a0080")
+ )
+ (wire
+ (pts
+ (xy 236.22 73.66) (xy 236.22 76.2)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "2d0b4927-56e8-491c-8db8-404b19bd65cd")
+ )
+ (wire
+ (pts
+ (xy 26.67 173.99) (xy 31.75 173.99)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "2d5a9fe2-40b4-416c-9035-ac96207baf37")
+ )
+ (wire
+ (pts
+ (xy 36.83 176.53) (xy 41.91 176.53)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "2e0a76ac-734d-482e-aa7d-7bfb79a1c454")
+ )
+ (wire
+ (pts
+ (xy 171.45 73.66) (xy 171.45 76.2)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "2ec2eb9a-9e9e-4ecc-9dc5-524e1c0c9349")
+ )
+ (wire
+ (pts
+ (xy 55.88 17.78) (xy 58.42 17.78)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "31c4a7b8-1c32-4703-a9c4-8f9b938c3f0e")
+ )
+ (wire
+ (pts
+ (xy 251.46 48.26) (xy 259.08 48.26)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "31dc3362-6f90-45bf-bc21-cf05b987bde2")
+ )
+ (wire
+ (pts
+ (xy 127 58.42) (xy 134.62 58.42)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "34c094bf-0c94-46d5-8e69-8d305d7caf72")
+ )
+ (wire
+ (pts
+ (xy 147.32 30.48) (xy 156.21 30.48)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "375f6efe-b20c-446a-a43e-4fa1ffff5328")
+ )
+ (wire
+ (pts
+ (xy 71.12 96.52) (xy 78.74 96.52)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3a68508a-1466-457e-837a-1d352373332e")
+ )
+ (wire
+ (pts
+ (xy 127 48.26) (xy 134.62 48.26)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3ce9dfe4-3ea4-4492-a514-81dccfad1377")
+ )
+ (wire
+ (pts
+ (xy 186.69 50.8) (xy 194.31 50.8)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "3ec06a91-1d0b-4514-a7e3-4b859c9057cf")
+ )
+ (wire
+ (pts
+ (xy 186.69 58.42) (xy 194.31 58.42)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "42c533ed-c6c0-49d4-a0ce-df0d6d48734a")
+ )
+ (wire
+ (pts
+ (xy 251.46 50.8) (xy 259.08 50.8)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "42d2926d-f99d-4fa5-a09e-1a788ae9693b")
+ )
+ (wire
+ (pts
+ (xy 147.32 25.4) (xy 156.21 25.4)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "4349772f-6418-4e7e-b510-78b0dc42b4fa")
+ )
+ (wire
+ (pts
+ (xy 31.75 173.99) (xy 41.91 173.99)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "43e11f91-6b26-4bc0-b552-654bb3278573")
+ )
+ (wire
+ (pts
+ (xy 26.67 182.88) (xy 31.75 182.88)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "45fbf4ae-c2e5-4f48-8143-00b24fd1e295")
+ )
+ (wire
+ (pts
+ (xy 71.12 53.34) (xy 78.74 53.34)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "47706ba6-fb1c-4fa6-b797-075324f1d8b1")
+ )
+ (wire
+ (pts
+ (xy 36.83 151.13) (xy 41.91 151.13)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "4ac61e5a-d3cc-402e-b287-669d6effefd6")
+ )
+ (wire
+ (pts
+ (xy 186.69 40.64) (xy 194.31 40.64)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "4b65a134-9255-4cb3-b2ee-6a0509157636")
+ )
+ (wire
+ (pts
+ (xy 31.75 182.88) (xy 31.75 190.5)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "51aff1f6-edbc-490c-9613-9a687b852946")
+ )
+ (wire
+ (pts
+ (xy 58.42 17.78) (xy 111.76 17.78)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "546d34a0-6da6-40dc-9685-420338025925")
+ )
+ (wire
+ (pts
+ (xy 33.02 25.4) (xy 40.64 25.4)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "55a347e6-a35e-4e84-a7d3-d90f215cad1d")
+ )
+ (wire
+ (pts
+ (xy 127 96.52) (xy 134.62 96.52)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "55bc1205-455b-4c18-9719-ec0413a51238")
+ )
+ (wire
+ (pts
+ (xy 36.83 166.37) (xy 41.91 166.37)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "57aa93b5-4743-48e5-af79-a2a7ec382e07")
+ )
+ (wire
+ (pts
+ (xy 251.46 30.48) (xy 259.08 30.48)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "5897f400-f78a-4a1f-b8ef-4c37da617c67")
+ )
+ (wire
+ (pts
+ (xy 251.46 63.5) (xy 259.08 63.5)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "5d7be57f-cc84-45fa-845c-ebb068308feb")
+ )
+ (wire
+ (pts
+ (xy 71.12 106.68) (xy 78.74 106.68)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "5efdfe79-8dc8-4864-a3e9-195eca413459")
+ )
+ (wire
+ (pts
+ (xy 71.12 60.96) (xy 78.74 60.96)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "62ca4a5c-40e3-410d-8175-818ece8bda85")
+ )
+ (wire
+ (pts
+ (xy 186.69 53.34) (xy 194.31 53.34)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "63bcce1c-525a-454b-bac2-5483daa40b44")
+ )
+ (wire
+ (pts
+ (xy 251.46 43.18) (xy 259.08 43.18)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "64f53d58-eec1-4f9c-b5e3-f7168b56205d")
+ )
+ (wire
+ (pts
+ (xy 31.75 173.99) (xy 31.75 175.26)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "684114e2-707f-406b-b821-1c02b77474b9")
+ )
+ (wire
+ (pts
+ (xy 71.12 50.8) (xy 78.74 50.8)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "68a71ff1-0483-459e-beae-8f1310ede15b")
+ )
+ (wire
+ (pts
+ (xy 41.91 171.45) (xy 34.29 171.45)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "6d2acea4-ecaf-40b8-816c-59818ece22cd")
+ )
+ (wire
+ (pts
+ (xy 71.12 63.5) (xy 78.74 63.5)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "6e0a71f0-7edf-4778-b166-be61960860c8")
+ )
+ (wire
+ (pts
+ (xy 55.88 17.78) (xy 26.67 17.78)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "725a0883-78d5-4061-9a0a-eab5705045a6")
+ )
+ (wire
+ (pts
+ (xy 186.69 38.1) (xy 194.31 38.1)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "739c8dc1-c0ea-43a1-9a77-0ed53e9e22df")
+ )
+ (wire
+ (pts
+ (xy 171.45 17.78) (xy 233.68 17.78)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "742fde39-56ec-4d0d-8c14-fbabab0b6b9c")
+ )
+ (wire
+ (pts
+ (xy 251.46 25.4) (xy 259.08 25.4)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "7519afb1-b4de-4211-a083-b45ace34e240")
+ )
+ (wire
+ (pts
+ (xy 36.83 181.61) (xy 41.91 181.61)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "75b98ca5-4810-4e64-af37-cfe805d043f4")
+ )
+ (wire
+ (pts
+ (xy 88.9 25.4) (xy 96.52 25.4)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "75c52ada-1396-4d61-89ce-2ea413a3e2d0")
+ )
+ (wire
+ (pts
+ (xy 71.12 101.6) (xy 78.74 101.6)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "807b3fa4-d77b-43dc-9279-0a7341be476b")
+ )
+ (wire
+ (pts
+ (xy 186.69 30.48) (xy 194.31 30.48)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "8406aef5-e657-459c-96bf-05f2313233d6")
+ )
+ (wire
+ (pts
+ (xy 36.83 153.67) (xy 41.91 153.67)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "8b3afd03-d6d5-4e67-8b1f-050a262c8941")
+ )
+ (wire
+ (pts
+ (xy 71.12 99.06) (xy 78.74 99.06)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "8c40d8dd-4a8c-4aea-93d1-bd909b671983")
+ )
+ (wire
+ (pts
+ (xy 251.46 58.42) (xy 259.08 58.42)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "8d33d93d-6d53-4bf5-bdb0-c4340ff78bba")
+ )
+ (wire
+ (pts
+ (xy 36.83 189.23) (xy 41.91 189.23)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "8f139fd5-4ce1-4baa-86b0-c2a81e9be9d9")
+ )
+ (wire
+ (pts
+ (xy 186.69 63.5) (xy 194.31 63.5)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "8f8246fd-c55a-4787-a656-ea12cf3d3c96")
+ )
+ (wire
+ (pts
+ (xy 62.23 161.29) (xy 69.85 161.29)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "9395ad84-de67-42f5-91a1-01ceb02ecfbb")
+ )
+ (wire
+ (pts
+ (xy 251.46 35.56) (xy 259.08 35.56)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "93cd263b-1675-4278-9d21-639623ef8a14")
+ )
+ (wire
+ (pts
+ (xy 127 101.6) (xy 134.62 101.6)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "94f682dd-8857-433c-8471-6ef24af51b53")
+ )
+ (wire
+ (pts
+ (xy 36.83 163.83) (xy 41.91 163.83)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "96b7e344-bdc1-4b11-8f04-07422697a2e5")
+ )
+ (wire
+ (pts
+ (xy 186.69 27.94) (xy 194.31 27.94)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "97242963-ddb1-49e3-b745-2501111e6ac5")
+ )
+ (wire
+ (pts
+ (xy 34.29 148.59) (xy 41.91 148.59)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "98261a38-49ca-420f-b10a-af983ca2ef5c")
+ )
+ (wire
+ (pts
+ (xy 36.83 156.21) (xy 41.91 156.21)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "9b9048f4-1622-4105-8fb9-9cf9f0eec682")
+ )
+ (wire
+ (pts
+ (xy 71.12 109.22) (xy 78.74 109.22)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "9de5dd78-016e-45bd-bf82-cb774a780d17")
+ )
+ (wire
+ (pts
+ (xy 71.12 48.26) (xy 78.74 48.26)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "9fa5b00c-e546-4835-a822-95db25908378")
+ )
+ (wire
+ (pts
+ (xy 127 63.5) (xy 134.62 63.5)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "9fceb789-79c4-4d78-8e7d-e1d15fe65ec2")
+ )
+ (wire
+ (pts
+ (xy 36.83 146.05) (xy 41.91 146.05)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a4a3e840-32d0-41c4-8f60-edca99bd8e5c")
+ )
+ (wire
+ (pts
+ (xy 127 99.06) (xy 134.62 99.06)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a815a337-4597-4819-82fc-6447fb1fe02a")
+ )
+ (wire
+ (pts
+ (xy 36.83 191.77) (xy 41.91 191.77)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "a9f0e658-9608-42e9-b9e6-3851fdbf8960")
+ )
+ (wire
+ (pts
+ (xy 36.83 168.91) (xy 41.91 168.91)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "aa4b11f5-94c6-451a-9555-9b74b08e43d3")
+ )
+ (wire
+ (pts
+ (xy 127 104.14) (xy 134.62 104.14)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ac51249a-8341-4a27-86bc-7743f2c57130")
+ )
+ (wire
+ (pts
+ (xy 55.88 119.38) (xy 78.74 119.38)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ad669c82-ae73-47e1-b517-7b7392b561cc")
+ )
+ (wire
+ (pts
+ (xy 251.46 55.88) (xy 259.08 55.88)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "b039d998-6d3b-4211-a8fc-a35e151dff4b")
+ )
+ (wire
+ (pts
+ (xy 186.69 60.96) (xy 194.31 60.96)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "b34423f1-0160-4ead-8b08-c640cc659ebc")
+ )
+ (wire
+ (pts
+ (xy 186.69 35.56) (xy 194.31 35.56)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "b3c10743-be21-427c-8fe6-d2725097e4b3")
+ )
+ (wire
+ (pts
+ (xy 127 66.04) (xy 134.62 66.04)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "bed9c9dd-fdbc-4ee2-997f-ba77c658e5d7")
+ )
+ (wire
+ (pts
+ (xy 34.29 148.59) (xy 34.29 171.45)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "c687c64f-f8a4-4fc1-91ea-06f40adaebbe")
+ )
+ (wire
+ (pts
+ (xy 233.68 73.66) (xy 236.22 73.66)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "c9669dd0-14d1-42fd-bb0a-597834721634")
+ )
+ (wire
+ (pts
+ (xy 71.12 104.14) (xy 78.74 104.14)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ca6cf2b8-023f-49e2-b7e4-b2da9d32c208")
+ )
+ (wire
+ (pts
+ (xy 36.83 194.31) (xy 41.91 194.31)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ca914b4b-142b-4cb7-be0d-7dd8d7cac27e")
+ )
+ (wire
+ (pts
+ (xy 186.69 25.4) (xy 194.31 25.4)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "cb661ee8-d1fa-4a59-be32-0349ff759ed5")
+ )
+ (wire
+ (pts
+ (xy 251.46 38.1) (xy 259.08 38.1)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "cd2fde4e-381b-414a-b825-6213d3e7dc01")
+ )
+ (wire
+ (pts
+ (xy 111.76 119.38) (xy 111.76 124.46)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "cd351205-9c74-4f09-befd-6a5e281d4191")
+ )
+ (wire
+ (pts
+ (xy 186.69 33.02) (xy 194.31 33.02)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "d17852e0-46c8-4ebf-a3b1-a342c21798a2")
+ )
+ (wire
+ (pts
+ (xy 78.74 111.76) (xy 78.74 119.38)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "d1881a7e-f15b-4619-a873-72c7b99e3ed0")
+ )
+ (wire
+ (pts
+ (xy 251.46 60.96) (xy 259.08 60.96)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "d39e6d14-a71d-4c37-ab3d-6ca3277d649a")
+ )
+ (wire
+ (pts
+ (xy 88.9 30.48) (xy 96.52 30.48)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "d560d2c4-b478-4dc9-99f9-94a6872b0dbc")
+ )
+ (wire
+ (pts
+ (xy 186.69 43.18) (xy 194.31 43.18)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "d57fb83b-b4e4-439c-b792-adef707d577d")
+ )
+ (wire
+ (pts
+ (xy 36.83 186.69) (xy 41.91 186.69)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "d5bc2dea-aa82-490c-b361-3100564d5c2a")
+ )
+ (wire
+ (pts
+ (xy 127 109.22) (xy 134.62 109.22)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "d5ce4738-cacf-487e-b636-73874ba75a3a")
+ )
+ (wire
+ (pts
+ (xy 127 50.8) (xy 134.62 50.8)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "d67889b0-6c63-4db4-8e48-a35d6593f9df")
+ )
+ (wire
+ (pts
+ (xy 71.12 111.76) (xy 78.74 111.76)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "d70480bb-3b01-4539-8440-9e853d7c2317")
+ )
+ (wire
+ (pts
+ (xy 26.67 17.78) (xy 26.67 173.99)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "e5a6c74f-bc0e-479f-8e58-f6ca60275398")
+ )
+ (wire
+ (pts
+ (xy 127 25.4) (xy 134.62 25.4)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "e90479cb-144f-4c2c-81b7-e419ec763f66")
+ )
+ (wire
+ (pts
+ (xy 127 53.34) (xy 134.62 53.34)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "e9e49091-1ef1-4da7-9dfb-a1bf9f9de142")
+ )
+ (wire
+ (pts
+ (xy 127 106.68) (xy 134.62 106.68)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "eb0faee6-fb9a-4eab-941e-d92a0889b84d")
+ )
+ (wire
+ (pts
+ (xy 251.46 33.02) (xy 259.08 33.02)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ec07fa02-2783-46be-88b8-811969e2d5bb")
+ )
+ (wire
+ (pts
+ (xy 71.12 58.42) (xy 78.74 58.42)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "ec5adbf9-511d-432b-9355-e5a03a9351fa")
+ )
+ (wire
+ (pts
+ (xy 36.83 161.29) (xy 41.91 161.29)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "edf8fb9c-f62e-4482-872a-94d151eafe39")
+ )
+ (wire
+ (pts
+ (xy 71.12 66.04) (xy 78.74 66.04)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "f71cc0df-34dd-426b-8cac-547bf164ddce")
+ )
+ (wire
+ (pts
+ (xy 127 60.96) (xy 134.62 60.96)
+ )
+ (stroke
+ (width 0)
+ (type default)
+ )
+ (uuid "fff2064a-dace-4c8e-9e49-a3823ccb88ef")
+ )
+ (label "D1"
+ (at 129.54 50.8 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "014ecf2f-ac26-490a-9610-947b32db2355")
+ )
+ (label "~{OE}"
+ (at 72.39 99.06 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "0ab71454-20d8-4873-91a0-424a6413c22f")
+ )
+ (label "~{WR}"
+ (at 36.83 161.29 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "0eccddef-08df-4ca4-85c0-805d854f89f8")
+ )
+ (label "HVRES"
+ (at 147.32 25.4 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "0ffb30bc-74a3-4f2a-bbc0-85d9baf7ee3f")
+ )
+ (label "D7"
+ (at 36.83 176.53 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "1093bb1f-e006-402e-80d3-ffde62cbcc7c")
+ )
+ (label "BS1"
+ (at 252.73 55.88 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "143d0e25-ed65-49d9-87e7-bf38935f232e")
+ )
+ (label "HVRES"
+ (at 90.17 25.4 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "14d04558-e05e-4d5c-b958-1049b2c155f1")
+ )
+ (label "D1"
+ (at 36.83 191.77 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "14e98d60-577a-4c4d-a1da-19e38252565d")
+ )
+ (label "XTAL1"
+ (at 36.83 156.21 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "16405b5b-f5e6-47d1-a3f8-651ef94d93e0")
+ )
+ (label "D2"
+ (at 252.73 30.48 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "1822ab04-1fd1-4f33-86e5-260bca1b08db")
+ )
+ (label "XA1"
+ (at 72.39 109.22 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "23c5ada5-8464-46d7-ab7b-3cb42b2dcab9")
+ )
+ (label "~{OE}"
+ (at 36.83 163.83 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "24a7cafc-d214-4e35-8753-e648fe3a5c56")
+ )
+ (label "RDY"
+ (at 252.73 63.5 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "283d32ae-02e3-4fe0-987d-dc5c86875a6e")
+ )
+ (label "BS1"
+ (at 72.39 104.14 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "2c2c7b71-4190-4e2e-a021-c773952b53db")
+ )
+ (label "XA1"
+ (at 36.83 151.13 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "2eeb2c2f-4f20-4ba3-a62c-3512702d06e9")
+ )
+ (label "~{OE}"
+ (at 252.73 60.96 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "33dcfb5d-035a-413c-ade3-7f9d5a7040d7")
+ )
+ (label "D2"
+ (at 36.83 189.23 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "33f89e96-aabc-4353-a69b-71d0dbe8b546")
+ )
+ (label "BS2"
+ (at 252.73 53.34 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "36c0ec19-8666-446e-915e-fdcabf5c336b")
+ )
+ (label "D3"
+ (at 129.54 55.88 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "3719b8ab-1964-49c6-9448-b58f645bf7a3")
+ )
+ (label "HVRES"
+ (at 252.73 66.04 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "3fdeee90-9320-4886-bd61-3c88f3d56680")
+ )
+ (label "RDY"
+ (at 129.54 96.52 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "48772656-2e3c-40f9-afed-b80aca886d9b")
+ )
+ (label "XA1"
+ (at 129.54 109.22 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "4a77a765-ea61-4b04-a02d-c50db970edfc")
+ )
+ (label "BS1"
+ (at 189.23 58.42 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "4c57753e-24f8-4ee9-8abc-74226d6d8f6d")
+ )
+ (label "D0"
+ (at 189.23 25.4 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "4c808b5f-9c91-4288-bcd9-1a2d8a9943c6")
+ )
+ (label "HVRES"
+ (at 34.29 25.4 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "510067a4-6530-4b58-96b5-aa5656c38359")
+ )
+ (label "BS2"
+ (at 189.23 63.5 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "541193e2-eb2d-4c6c-8e8a-0e05db9c9517")
+ )
+ (label "D2"
+ (at 72.39 53.34 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "574b02f4-4ef9-4aaa-b93a-faedfa4acdc4")
+ )
+ (label "D6"
+ (at 189.23 40.64 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "587a3098-10bd-49c2-8e7e-696527a97641")
+ )
+ (label "D6"
+ (at 36.83 179.07 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "59f22e35-393a-4fa9-8e10-139c73317ccd")
+ )
+ (label "XA0"
+ (at 72.39 106.68 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "5b642603-fbca-46b8-b097-03b4833fc536")
+ )
+ (label "BS2"
+ (at 129.54 25.4 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "5dd00fbb-df6d-4151-b634-6a9ab177a660")
+ )
+ (label "D6"
+ (at 72.39 63.5 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "5e045b86-fad6-4d7b-9b35-1103b4e9a595")
+ )
+ (label "D4"
+ (at 129.54 58.42 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "602d4d9a-411a-4784-9096-f3951eff4b55")
+ )
+ (label "D6"
+ (at 129.54 63.5 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "61bee143-c692-4ae4-9eb8-b3c5e84032a2")
+ )
+ (label "D0"
+ (at 36.83 194.31 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "61ead7e3-44d5-4ae2-b3b9-36f698e70d75")
+ )
+ (label "D5"
+ (at 36.83 181.61 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "6270f1f8-703e-4628-aebb-b147a3a9b9f8")
+ )
+ (label "BS2"
+ (at 36.83 146.05 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "62a7689e-926b-4899-8ba2-743ad4388dc4")
+ )
+ (label "D6"
+ (at 252.73 40.64 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "62a81e8d-3968-4605-992e-1c74710075ff")
+ )
+ (label "XA0"
+ (at 36.83 153.67 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "660f9a87-093e-4a7c-8a95-ebdd36990bec")
+ )
+ (label "D2"
+ (at 129.54 53.34 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "6979810c-8032-4c71-be8e-580db814a0e2")
+ )
+ (label "D3"
+ (at 189.23 33.02 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "6a120d6c-82b0-46cb-a251-581cbf191be8")
+ )
+ (label "RDY"
+ (at 189.23 50.8 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "6e5d8b2d-eac9-4b35-b732-83bf25fcc618")
+ )
+ (label "D3"
+ (at 252.73 33.02 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "70a6fa8f-271e-4543-b676-42f7409b371b")
+ )
+ (label "D5"
+ (at 72.39 60.96 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "71166a6e-1e35-48d2-8349-61a8b24e7e1f")
+ )
+ (label "XTAL1"
+ (at 34.29 30.48 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "717bc9cb-9f2f-406e-8b06-ed50b0841c1d")
+ )
+ (label "D4"
+ (at 252.73 35.56 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "746cc4b3-e2e4-4450-8b3a-45486954a1ea")
+ )
+ (label "XA0"
+ (at 252.73 50.8 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "76d605d5-a467-488a-aa26-7760dc371073")
+ )
+ (label "D0"
+ (at 252.73 25.4 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "79094db7-d23c-4ee1-a31e-75fffb970b36")
+ )
+ (label "BS2"
+ (at 72.39 25.4 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "7e863d2f-bd86-46aa-a74a-71b581adf690")
+ )
+ (label "RDY"
+ (at 36.83 166.37 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "90187fee-c62c-4cd1-ab78-524827e65b3f")
+ )
+ (label "RDY"
+ (at 72.39 96.52 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "906c9137-543b-444a-8627-4f3af8cf865e")
+ )
+ (label "D5"
+ (at 129.54 60.96 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "95531357-7c34-4942-bf5a-3c12baf6fc62")
+ )
+ (label "D0"
+ (at 129.54 48.26 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "96fe4757-3b9c-4a36-a7be-b4c40702533b")
+ )
+ (label "D7"
+ (at 189.23 43.18 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "a044012e-e4c2-4bff-b5ff-0ad382410add")
+ )
+ (label "D4"
+ (at 189.23 35.56 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "a2ea609c-b734-45ce-9079-f1f7c11022b1")
+ )
+ (label "D1"
+ (at 252.73 27.94 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "a3491188-2d74-42e2-9dc5-77350a863fe1")
+ )
+ (label "D3"
+ (at 72.39 55.88 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "a4858e95-fe68-4b8e-82a9-beaaf727a7a5")
+ )
+ (label "D7"
+ (at 72.39 66.04 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "a77634da-da8e-46ef-b9f7-510bf71a5565")
+ )
+ (label "BS1"
+ (at 129.54 104.14 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "aa5a32bb-8b00-4819-9150-4608cbcf4ff4")
+ )
+ (label "XTAL1"
+ (at 147.32 30.48 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "ac511cf7-498a-4f43-9b8b-655670a9e862")
+ )
+ (label "XTAL1"
+ (at 252.73 58.42 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "bc02500c-ef79-4052-a914-cf250be55cc3")
+ )
+ (label "~{OE}"
+ (at 129.54 99.06 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "bee92d17-9f18-494d-9f5b-a76c50efbdac")
+ )
+ (label "D7"
+ (at 252.73 43.18 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "c21e245c-d25b-4174-95fc-298c7d5ab37c")
+ )
+ (label "D5"
+ (at 189.23 38.1 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "c6c273e3-7f14-48c3-9a37-23157e199dc6")
+ )
+ (label "~{OE}"
+ (at 189.23 53.34 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "c6ee911c-6b32-44ad-8563-191ec65e0d4c")
+ )
+ (label "D5"
+ (at 252.73 38.1 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "c712e3a5-a214-4e3d-b4d0-94ec41c9ca6d")
+ )
+ (label "XA0"
+ (at 189.23 60.96 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "c92ba33b-86e7-4054-b7e8-5fb19fc7389d")
+ )
+ (label "BS1"
+ (at 36.83 158.75 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "cc0976be-09d1-44c0-8661-7eb9c38d8e7c")
+ )
+ (label "HVRES"
+ (at 36.83 168.91 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "d03a6254-6b69-4dfe-ab83-ba20488a987a")
+ )
+ (label "PAGEL"
+ (at 36.83 148.59 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "d8eb98d9-e74a-4583-bcc9-c64917524749")
+ )
+ (label "D7"
+ (at 129.54 66.04 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "dbc1d4f9-0ba3-4c8b-9554-af5ca4884d44")
+ )
+ (label "D3"
+ (at 36.83 186.69 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "defbac6c-76d0-4e7a-bac6-80b53dcbba6a")
+ )
+ (label "~{WR}"
+ (at 189.23 55.88 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "e1507e33-47fc-4fd9-a8ec-6f9e78074fed")
+ )
+ (label "D0"
+ (at 72.39 48.26 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "e402527d-9a51-4dfc-867c-3a785959772c")
+ )
+ (label "XTAL1"
+ (at 90.17 30.48 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "e43d4f9e-e47b-48cf-9b78-cc2eed8916e7")
+ )
+ (label "XA0"
+ (at 129.54 106.68 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "ea2eddb3-ce28-4ecf-9fdb-63d06b195c65")
+ )
+ (label "D1"
+ (at 189.23 27.94 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "eab481a6-1433-44e8-9d5d-0b5ce8daed30")
+ )
+ (label "~{WR}"
+ (at 252.73 48.26 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "ece09c01-09fc-4f69-8396-4cb80e54165e")
+ )
+ (label "D4"
+ (at 36.83 184.15 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "f089bbbe-a63c-4ad9-9886-cbbd625df755")
+ )
+ (label "~{WR}"
+ (at 72.39 101.6 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "f2b0d7c0-1427-40b2-8813-e125f020d0f6")
+ )
+ (label "D2"
+ (at 189.23 30.48 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "f3561862-4d56-49f4-a5c9-7e08e3ece274")
+ )
+ (label "D4"
+ (at 72.39 58.42 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "f8b2fab5-cdc6-4801-ad1f-4741301c87ba")
+ )
+ (label "~{WR}"
+ (at 129.54 101.6 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "f9ccabb5-c986-43eb-9d8c-b841e8a9f95d")
+ )
+ (label "D1"
+ (at 72.39 50.8 0)
+ (fields_autoplaced yes)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left bottom)
+ )
+ (uuid "fc987989-c1d8-4009-8012-1e4d162aeb80")
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 171.45 76.2 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "2e78170d-85ed-49ff-84c6-5d87fa720596")
+ (property "Reference" "#PWR03"
+ (at 171.45 82.55 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 171.45 80.01 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 171.45 76.2 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 171.45 76.2 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 171.45 76.2 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "4ce6cafa-3e15-495e-9a81-3acf4e7c61db")
+ )
+ (instances
+ (project "RescueAVRAdapter"
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "#PWR03")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Connector:Conn_01x08_Socket")
+ (at 74.93 153.67 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "456a926b-6987-4188-a24c-e2f5694bddf7")
+ (property "Reference" "J6"
+ (at 76.2 153.6699 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "Conn_01x08_Socket"
+ (at 76.2 156.2099 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ (hide yes)
+ )
+ )
+ (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x08_P2.54mm_Vertical"
+ (at 74.93 153.67 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 74.93 153.67 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Generic connector, single row, 01x08, script generated"
+ (at 74.93 153.67 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "8"
+ (uuid "a0b52953-eb18-4620-9f8f-58abc2ea60f9")
+ )
+ (pin "4"
+ (uuid "d75aa3ea-8625-4941-a0ea-b68a2baca44d")
+ )
+ (pin "5"
+ (uuid "9d3b13e3-f5a5-4fe4-b4e3-9cf06b65bec0")
+ )
+ (pin "3"
+ (uuid "56549c21-5705-453f-b846-ebdd79fd7367")
+ )
+ (pin "7"
+ (uuid "20002a45-6924-49ef-ac6e-57fa45551a1d")
+ )
+ (pin "2"
+ (uuid "b0dde758-65fc-44bf-ad72-9711778fee9f")
+ )
+ (pin "6"
+ (uuid "baa7d218-9a56-4365-8ebd-51ef88f67eb5")
+ )
+ (pin "1"
+ (uuid "bb24f8d4-fd86-471c-a57f-6e31a7efa3fe")
+ )
+ (instances
+ (project ""
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "J6")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "MCU_Microchip_ATtiny:ATtiny861-20P")
+ (at 233.68 45.72 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "65abf360-0dd2-4055-ad6c-9a773045d897")
+ (property "Reference" "U4"
+ (at 217.17 44.4499 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Value" "ATtiny861-20P"
+ (at 217.17 46.9899 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify right)
+ )
+ )
+ (property "Footprint" "Package_DIP:DIP-20_W7.62mm"
+ (at 233.68 45.72 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ (italic yes)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/atmel-2588-8-bit-avr-microcontrollers-tinyavr-attiny261-attiny461-attiny861_datasheet.pdf"
+ (at 233.68 45.72 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "20MHz, 8kB Flash, 512B SRAM, 512B EEPROM, DIP-20"
+ (at 233.68 45.72 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "5"
+ (uuid "5190044b-7f45-4f9f-9b68-0aefe8184c31")
+ )
+ (pin "16"
+ (uuid "997322b4-a015-415b-9dcf-dc61e8cba95c")
+ )
+ (pin "18"
+ (uuid "82571ad4-ec76-4101-92d1-d66f1dca332c")
+ )
+ (pin "9"
+ (uuid "c071229c-2bfd-4b93-add4-764c5963808a")
+ )
+ (pin "17"
+ (uuid "89fe10c9-9752-469f-89b7-476d48ef709c")
+ )
+ (pin "8"
+ (uuid "09c18f1f-67de-4745-9913-72dbe6ef296f")
+ )
+ (pin "19"
+ (uuid "3c605509-c606-4370-b3ee-e63edd6c3bce")
+ )
+ (pin "1"
+ (uuid "d3d9600f-f8ba-4831-91fe-d85677d3b5a2")
+ )
+ (pin "2"
+ (uuid "3ef9094d-b287-4af1-b052-79d2bbbc6712")
+ )
+ (pin "10"
+ (uuid "3e1b8357-57a5-47b9-955b-f5d42a2683ad")
+ )
+ (pin "11"
+ (uuid "fa670631-9ff1-4446-8f6d-dd4c69e94f97")
+ )
+ (pin "12"
+ (uuid "4f1777d5-5a5a-4d0f-8532-ba1757708c1f")
+ )
+ (pin "13"
+ (uuid "02c688a3-45d3-48d5-9e7e-aeab3bd76099")
+ )
+ (pin "15"
+ (uuid "3e13aca9-673a-4250-b84a-e01476b627f3")
+ )
+ (pin "3"
+ (uuid "27a0a108-3b02-4bae-947b-eec1a05e4138")
+ )
+ (pin "6"
+ (uuid "300f93a2-0542-495b-ac43-1dfa15513a58")
+ )
+ (pin "14"
+ (uuid "e73c1c6b-6b02-4e7e-9656-aa6539ac39da")
+ )
+ (pin "4"
+ (uuid "bb449369-540e-4ce6-a020-e4ed198417be")
+ )
+ (pin "7"
+ (uuid "6c12f576-220f-487b-8c6e-33d011832285")
+ )
+ (pin "20"
+ (uuid "1444424d-b92a-47e4-9e04-f6cadb2d9463")
+ )
+ (instances
+ (project ""
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "U4")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Connector:Conn_01x20_Socket")
+ (at 46.99 168.91 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "7c99818f-9ed3-45c6-a687-9a488618cd26")
+ (property "Reference" "J5"
+ (at 48.26 168.9099 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "Conn_01x20_Socket"
+ (at 48.26 171.4499 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ (hide yes)
+ )
+ )
+ (property "Footprint" "Connector_PinSocket_2.54mm:PinSocket_1x20_P2.54mm_Vertical"
+ (at 46.99 168.91 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 46.99 168.91 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Generic connector, single row, 01x20, script generated"
+ (at 46.99 168.91 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "006e33b1-42ba-499a-823c-ef77afcebb50")
+ )
+ (pin "13"
+ (uuid "133ff624-c7be-4ed8-8150-218cc5e576a1")
+ )
+ (pin "14"
+ (uuid "5d774cf7-1961-4a50-87c3-484f7bff051a")
+ )
+ (pin "19"
+ (uuid "0ddb6ebf-cd50-496c-88e4-712d3f9e1e84")
+ )
+ (pin "18"
+ (uuid "728dc468-9884-4968-b29c-80488fd88702")
+ )
+ (pin "20"
+ (uuid "8e3cb77f-31ce-4860-8b1c-e0378326990a")
+ )
+ (pin "2"
+ (uuid "b7f56a88-7038-490d-b5f5-b783c4c3dc35")
+ )
+ (pin "12"
+ (uuid "3ff33a1b-5885-4c95-be6b-94061cca954e")
+ )
+ (pin "17"
+ (uuid "889cbdbf-dad0-4888-9207-22a8af9ae832")
+ )
+ (pin "16"
+ (uuid "4949b41d-ef56-4673-9194-229afb6e381d")
+ )
+ (pin "8"
+ (uuid "cfdf4a64-20a4-4ff0-9bc1-fe042b0a515f")
+ )
+ (pin "7"
+ (uuid "a1daa9d4-1dce-4020-85a8-24821c4b378f")
+ )
+ (pin "11"
+ (uuid "02f6c958-53cc-4374-a4bb-067580d3e489")
+ )
+ (pin "15"
+ (uuid "704ee6e6-7bc1-4284-8edc-eb35184bc058")
+ )
+ (pin "3"
+ (uuid "bf532af1-18ce-49e1-bf32-ecbfa14b8dce")
+ )
+ (pin "10"
+ (uuid "5a2399bf-20b2-4183-a721-cf79aadd2a14")
+ )
+ (pin "4"
+ (uuid "c2473ef0-cda0-41ce-be83-ca7bce32071c")
+ )
+ (pin "5"
+ (uuid "0c6ff422-0a3c-4eac-8946-3b210d8d7c37")
+ )
+ (pin "6"
+ (uuid "ccebe94f-7f75-4fff-9484-009048619e7a")
+ )
+ (pin "9"
+ (uuid "d61f600e-3eb9-44f5-8efe-1bfef635b617")
+ )
+ (instances
+ (project ""
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "J5")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "MCU_Microchip_ATtiny:ATtiny2313-20P")
+ (at 171.45 45.72 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "7ee14597-4472-4962-992c-ef92e47fde22")
+ (property "Reference" "U3"
+ (at 173.6441 15.24 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "ATtiny2313-20P"
+ (at 173.6441 17.78 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Package_DIP:DIP-20_W7.62mm"
+ (at 171.45 45.72 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ (italic yes)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-2543-AVR-ATtiny2313_Datasheet.pdf"
+ (at 171.45 45.72 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "20MHz, 2kB Flash, 128B SRAM, 128B EEPROM, debugWIRE, DIP-20"
+ (at 171.45 45.72 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "14"
+ (uuid "d9817564-77cd-4d4b-bf3a-4f9bad9e781a")
+ )
+ (pin "11"
+ (uuid "d3541b30-365d-4f9b-b470-bafda5838689")
+ )
+ (pin "10"
+ (uuid "87a6dffc-04dd-48cf-a0a7-db4b875e7646")
+ )
+ (pin "4"
+ (uuid "979f0ef5-656c-47b9-8c6c-5aaab0df9d48")
+ )
+ (pin "19"
+ (uuid "efb66230-7d3d-49f1-891f-8b195778e53b")
+ )
+ (pin "2"
+ (uuid "a599d8ae-a897-4237-89a6-d76ac0dbfffb")
+ )
+ (pin "1"
+ (uuid "7559f437-b44e-43ac-ba8f-8d69810b6956")
+ )
+ (pin "18"
+ (uuid "3d02e4c8-4ad1-44d2-b65b-11f668183fa1")
+ )
+ (pin "20"
+ (uuid "b101cb1a-dba6-4565-a506-54b70de93ad3")
+ )
+ (pin "3"
+ (uuid "683ec41a-fa3c-4996-ad5e-d601d0946ef9")
+ )
+ (pin "16"
+ (uuid "b30adf88-843d-4d60-863f-f24ac8b98529")
+ )
+ (pin "17"
+ (uuid "3dde3443-a481-4853-a5c1-cb7c99ac18d5")
+ )
+ (pin "13"
+ (uuid "b71c572e-827e-4719-a275-b2ab9d43729f")
+ )
+ (pin "15"
+ (uuid "32b35682-6af1-4849-9d36-29f9bb11c9a7")
+ )
+ (pin "7"
+ (uuid "667d1e85-49d6-408b-a3b2-a365b5b0ba49")
+ )
+ (pin "6"
+ (uuid "9bf0f41c-a16f-49a5-8fb6-fdda8a60b77b")
+ )
+ (pin "5"
+ (uuid "d95bb53c-47d1-488b-8ac2-8b7f8316a683")
+ )
+ (pin "8"
+ (uuid "c0c26a4d-65e9-49b5-98f6-16d57a259566")
+ )
+ (pin "9"
+ (uuid "fc2721b5-c7ce-44ca-b6c7-249a06600727")
+ )
+ (pin "12"
+ (uuid "72723548-0a0e-4a1b-adc0-1dd7dcb41d13")
+ )
+ (instances
+ (project ""
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "U3")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 26.67 179.07 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "8365d6f4-46cc-429e-bc4d-0e29571c27f4")
+ (property "Reference" "C2"
+ (at 25.4 176.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "100nF"
+ (at 25.4 181.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Capacitor_THT:C_Disc_D7.5mm_W2.5mm_P5.00mm"
+ (at 27.6352 182.88 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 26.67 179.07 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Unpolarized capacitor"
+ (at 26.67 179.07 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "def5f023-a581-4b32-8c03-c09dc32ee010")
+ )
+ (pin "2"
+ (uuid "68eebb89-4ac4-486d-840f-4817a8e605dd")
+ )
+ (instances
+ (project "RescueAVR"
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "C2")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "MCU_Microchip_ATmega:ATmega162-16P")
+ (at 111.76 68.58 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "861e29df-218d-4d7a-899e-22d4828f8309")
+ (property "Reference" "U2"
+ (at 113.9541 15.24 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "ATmega162-16P"
+ (at 113.9541 17.78 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Package_DIP:DIP-40_W15.24mm"
+ (at 111.76 68.58 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ (italic yes)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-2513-8-bit-AVR-Microntroller-ATmega162_Datasheet.pdf"
+ (at 111.76 68.58 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "16MHz, 16kB Flash, 1kB SRAM, 512B EEPROM, JTAG, DIP-40"
+ (at 111.76 68.58 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "35"
+ (uuid "2e38e541-e628-40bf-b1aa-b990d8914a77")
+ )
+ (pin "15"
+ (uuid "8bec193b-4f83-466c-ba37-b730d88f3139")
+ )
+ (pin "9"
+ (uuid "9a0e379d-a790-4fab-8c09-b4fd5505999b")
+ )
+ (pin "13"
+ (uuid "736743a3-d4da-4a59-a049-ab73e4976b12")
+ )
+ (pin "10"
+ (uuid "a5b631b4-6134-4361-b5ea-5ad153746349")
+ )
+ (pin "7"
+ (uuid "e8d824bd-689f-4f05-bbe9-736441e44c15")
+ )
+ (pin "6"
+ (uuid "d034eb5e-9f7e-4f4d-95c9-ff49850ddbed")
+ )
+ (pin "12"
+ (uuid "cdd4bb85-775b-4c79-ba83-1e0261239ddb")
+ )
+ (pin "1"
+ (uuid "ffd66591-4fb9-4114-b707-47b4e9f558d4")
+ )
+ (pin "8"
+ (uuid "50d65168-35fa-483a-8d03-6a876ac6e29e")
+ )
+ (pin "14"
+ (uuid "aa844c27-eff6-4f11-af93-ee51d0bc875b")
+ )
+ (pin "19"
+ (uuid "a18c5b26-a706-4ba7-9e22-ca7d81f64c27")
+ )
+ (pin "2"
+ (uuid "6f9d9fde-3904-4bc1-8b11-6180f1d58e32")
+ )
+ (pin "28"
+ (uuid "baceb33d-62ff-41d9-949b-177e6ba1b578")
+ )
+ (pin "3"
+ (uuid "30fb0cbb-ebe7-42ac-a74e-b890f2b11682")
+ )
+ (pin "11"
+ (uuid "df3a64e7-dde1-4cff-b9aa-265684696f3f")
+ )
+ (pin "32"
+ (uuid "c8bbfec4-8595-47b3-a2f7-2716c40882ec")
+ )
+ (pin "30"
+ (uuid "d0cdef06-c7d9-45a5-ad62-48c387ea6acf")
+ )
+ (pin "31"
+ (uuid "e45f52ae-1258-4f4c-9435-272688933745")
+ )
+ (pin "16"
+ (uuid "879dbd57-dfc4-45fa-b88b-dd1dcf94c19a")
+ )
+ (pin "29"
+ (uuid "64418cad-9c0e-4b98-9db8-2662ffef8a5a")
+ )
+ (pin "38"
+ (uuid "8256cd23-6279-41b5-ab7b-faa0f6770511")
+ )
+ (pin "37"
+ (uuid "d8e9106a-8d48-41c8-b2e7-7f4737810101")
+ )
+ (pin "39"
+ (uuid "34459aa7-8af3-41a0-bf28-d85c1cf85a82")
+ )
+ (pin "18"
+ (uuid "40ea2ce7-ad78-4acd-a466-da26783d3c4b")
+ )
+ (pin "17"
+ (uuid "a6204bf9-a70c-4b99-9440-b2363e55cebc")
+ )
+ (pin "5"
+ (uuid "b00775fc-3d03-45e6-8ee5-8698b7bb4176")
+ )
+ (pin "40"
+ (uuid "c35f51c9-b9ae-463d-9394-740d5a6e90f5")
+ )
+ (pin "26"
+ (uuid "3609a3b9-85aa-43ac-bae8-201eed5fd6d8")
+ )
+ (pin "27"
+ (uuid "2002d669-5b25-4cfe-8367-03345a83524a")
+ )
+ (pin "36"
+ (uuid "0e0f8987-a6e3-4e9d-afdf-870947ab61a5")
+ )
+ (pin "23"
+ (uuid "323f1036-5c08-493a-b92d-b9b6ffba0c46")
+ )
+ (pin "22"
+ (uuid "c7f98392-deff-4011-9297-4300d211b7ab")
+ )
+ (pin "24"
+ (uuid "a9471846-3f2b-4709-8939-457278f532b0")
+ )
+ (pin "20"
+ (uuid "00f6ebb6-9cfb-4ad8-b771-3499d50209b4")
+ )
+ (pin "21"
+ (uuid "0a02ca1b-3130-4cb4-83be-de8462b81b12")
+ )
+ (pin "33"
+ (uuid "f7795071-7ae1-456b-9556-fa812c19b8e1")
+ )
+ (pin "25"
+ (uuid "e7b244c9-e265-4fbf-8143-821439c04abd")
+ )
+ (pin "34"
+ (uuid "7327f9fe-8f63-42e9-b32a-ddcfb3616977")
+ )
+ (pin "4"
+ (uuid "91836097-9d4f-4928-a5f3-fe9242a862f3")
+ )
+ (instances
+ (project ""
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "U2")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 111.76 124.46 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "95b741b4-0099-4369-b4ae-d0f089767328")
+ (property "Reference" "#PWR02"
+ (at 111.76 130.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 111.76 128.27 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 111.76 124.46 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 111.76 124.46 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 111.76 124.46 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "7cb86bfb-fced-47d1-bbb2-422a45affdf0")
+ )
+ (instances
+ (project "RescueAVRAdapter"
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "#PWR02")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 62.23 171.45 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "a0f3d3c5-d60c-48bc-b50a-89ae3ad1aee0")
+ (property "Reference" "#PWR09"
+ (at 62.23 177.8 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 62.23 175.26 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 62.23 171.45 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 62.23 171.45 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 62.23 171.45 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "95470dbf-e981-4a4d-9225-86b4bc5861f1")
+ )
+ (instances
+ (project "RescueAVR"
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "#PWR09")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 236.22 76.2 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "a12e95a1-b4ac-4e43-a85c-fed58780167e")
+ (property "Reference" "#PWR04"
+ (at 236.22 82.55 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 236.22 80.01 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 236.22 76.2 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 236.22 76.2 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 236.22 76.2 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "b5b69b72-72b6-4bad-93ff-6cf06c5f86c2")
+ )
+ (instances
+ (project "RescueAVRAdapter"
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "#PWR04")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "MCU_Microchip_ATmega:ATmega16A-P")
+ (at 55.88 68.58 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (fields_autoplaced yes)
+ (uuid "a4b3a08e-fbb8-4e3c-9140-9386a8bf7c2e")
+ (property "Reference" "U1"
+ (at 58.0741 119.38 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "ATmega16A-P"
+ (at 58.0741 121.92 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Package_DIP:DIP-40_W15.24mm"
+ (at 55.88 68.58 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ (italic yes)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "http://ww1.microchip.com/downloads/en/DeviceDoc/Atmel-8154-8-bit-AVR-ATmega16A_Datasheet.pdf"
+ (at 55.88 68.58 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "16MHz, 16kB Flash, 1kB SRAM, 512B EEPROM, JTAG, DIP-40"
+ (at 55.88 68.58 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "f8a76efb-3a94-4946-99a2-d6d5ccd9a5cf")
+ )
+ (pin "10"
+ (uuid "9e55dc27-6b77-4caa-a0ea-9e84f4499805")
+ )
+ (pin "23"
+ (uuid "d151d91c-5e75-47c6-b267-8c559687a511")
+ )
+ (pin "22"
+ (uuid "de96cde9-030e-4e3e-9b97-4cf72c0be641")
+ )
+ (pin "33"
+ (uuid "12f37b07-baaf-4fb4-84cc-2a3c3c57db1a")
+ )
+ (pin "31"
+ (uuid "4259cf1a-3504-44c6-b0d5-c759d0c44682")
+ )
+ (pin "39"
+ (uuid "46d4ccc8-480c-4d0f-b0e6-65886021e5ff")
+ )
+ (pin "32"
+ (uuid "4e41679e-0616-46ab-81a1-fb22368b1b82")
+ )
+ (pin "7"
+ (uuid "81549211-1157-40fc-a773-832bec3cc782")
+ )
+ (pin "34"
+ (uuid "d87a7c81-8190-49cc-ae0b-655c7ece9c67")
+ )
+ (pin "24"
+ (uuid "c41a1f32-6043-499d-a6fd-a1fe92bfd382")
+ )
+ (pin "2"
+ (uuid "78e9ce22-bcac-40b2-9ad9-c8e920e9b0e6")
+ )
+ (pin "12"
+ (uuid "3c3255dd-c10b-4dc2-a884-77dfbcc93188")
+ )
+ (pin "17"
+ (uuid "ebc55c27-de9d-469d-a81d-46c7925b440c")
+ )
+ (pin "16"
+ (uuid "0b722819-197a-4f17-af2c-582fd2f58b9b")
+ )
+ (pin "26"
+ (uuid "35276c8f-3da6-437a-a964-c650e61037f1")
+ )
+ (pin "13"
+ (uuid "1046e4b6-104a-4e8c-bd12-a347a0aa71e1")
+ )
+ (pin "8"
+ (uuid "b48d82bf-913b-4104-b1be-2faa51ee76c0")
+ )
+ (pin "35"
+ (uuid "a2a8f370-7d4a-4652-9ab7-605282728daa")
+ )
+ (pin "18"
+ (uuid "0b0128e7-67b9-46ae-96d2-c79d3cca76cd")
+ )
+ (pin "27"
+ (uuid "df7d0248-7428-4031-856b-8302e2659cc8")
+ )
+ (pin "20"
+ (uuid "25a516b7-56e0-4233-a10d-16c1794452c1")
+ )
+ (pin "4"
+ (uuid "b1afb525-591a-4ed2-84dd-8f4b735e432a")
+ )
+ (pin "9"
+ (uuid "06ecc1b3-0eb6-446f-a388-793a67eb5dd2")
+ )
+ (pin "21"
+ (uuid "a017ff68-aa10-427d-bdc8-452006077cb7")
+ )
+ (pin "3"
+ (uuid "0897ac5a-7cf8-409a-904b-17433e4353d4")
+ )
+ (pin "40"
+ (uuid "272355e3-3997-4dea-a870-a890e62c814e")
+ )
+ (pin "19"
+ (uuid "393fd85d-4fd1-4301-97bc-f040c0d9455c")
+ )
+ (pin "25"
+ (uuid "611c4b74-19d0-4e7c-8835-f3af05b5cb17")
+ )
+ (pin "11"
+ (uuid "73d94506-0884-4ce1-a86a-fbe4f32f0ce3")
+ )
+ (pin "5"
+ (uuid "d6f9b6d4-4d41-4c1b-93ba-a9d0c3a8c90b")
+ )
+ (pin "29"
+ (uuid "90d262d2-b820-4948-af72-e10c2b092846")
+ )
+ (pin "6"
+ (uuid "0e837cc9-96a6-465e-928f-6dc380ff146a")
+ )
+ (pin "36"
+ (uuid "e7d93ac9-55fc-4595-9829-47daab9b7a4a")
+ )
+ (pin "28"
+ (uuid "794ec67a-0fc0-41d7-b0a0-460754070e43")
+ )
+ (pin "15"
+ (uuid "0c71d0d1-790b-4e29-9f3a-06c804640d89")
+ )
+ (pin "38"
+ (uuid "090de585-2a8c-4f5f-9383-5bb24ce388bb")
+ )
+ (pin "14"
+ (uuid "7fc74ede-521f-420f-bd8e-64381fa8e24e")
+ )
+ (pin "30"
+ (uuid "3ad480d3-8ad3-4955-91e0-5845b2a4dd99")
+ )
+ (pin "37"
+ (uuid "a4e42b97-2426-4fdc-a4cf-d4f45fa102b7")
+ )
+ (instances
+ (project ""
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "U1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 31.75 190.5 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "b27abdbe-ce46-4da9-80cc-0c9ce96f27ba")
+ (property "Reference" "#PWR05"
+ (at 31.75 196.85 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 31.75 194.31 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 31.75 190.5 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 31.75 190.5 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 31.75 190.5 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "cdb926c5-ca4c-4ea2-b061-477e302fd7b5")
+ )
+ (instances
+ (project "RescueAVR"
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "#PWR05")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 55.88 124.46 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "c2fb2203-f88c-4903-b4b3-7a62c56f1d8d")
+ (property "Reference" "#PWR01"
+ (at 55.88 130.81 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 55.88 128.27 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 55.88 124.46 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 55.88 124.46 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 55.88 124.46 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "7335c279-d1b0-4dd9-92e9-a8bd48d768f0")
+ )
+ (instances
+ (project "RescueAVRAdapter"
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "#PWR01")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "power:GND")
+ (at 30.48 148.59 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "c8c99309-2455-42e6-9594-d506d98cd4b2")
+ (property "Reference" "#PWR08"
+ (at 30.48 154.94 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Value" "GND"
+ (at 30.48 152.4 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Footprint" ""
+ (at 30.48 148.59 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Datasheet" ""
+ (at 30.48 148.59 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ )
+ )
+ (property "Description" ""
+ (at 30.48 148.59 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "a154e238-81a0-4c86-a8be-6d04f83ba6d0")
+ )
+ (instances
+ (project "RescueAVR"
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "#PWR08")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (symbol
+ (lib_id "Device:C")
+ (at 31.75 179.07 0)
+ (unit 1)
+ (exclude_from_sim no)
+ (in_bom yes)
+ (on_board yes)
+ (dnp no)
+ (uuid "fb6dc048-b73a-458b-97f1-7d1500ed6312")
+ (property "Reference" "C1"
+ (at 30.48 176.53 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Value" "100nF"
+ (at 31.75 181.61 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (justify left)
+ )
+ )
+ (property "Footprint" "Capacitor_THT:C_Disc_D7.5mm_W2.5mm_P5.00mm"
+ (at 32.7152 182.88 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Datasheet" "~"
+ (at 31.75 179.07 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (property "Description" "Unpolarized capacitor"
+ (at 31.75 179.07 0)
+ (effects
+ (font
+ (size 1.27 1.27)
+ )
+ (hide yes)
+ )
+ )
+ (pin "1"
+ (uuid "663a8685-a866-46aa-b25b-2c2cb252feb8")
+ )
+ (pin "2"
+ (uuid "dac87ce7-e5f7-4330-96f1-271ebd0456d6")
+ )
+ (instances
+ (project ""
+ (path "/e63e39d7-6ac0-4ffd-8aa3-1841a4541b55"
+ (reference "C1")
+ (unit 1)
+ )
+ )
+ )
+ )
+ (sheet_instances
+ (path "/"
+ (page "1")
+ )
+ )
+)
diff --git a/pcb/boost.jpg b/pcb/boost.jpg
new file mode 100644
index 0000000..d913fac
Binary files /dev/null and b/pcb/boost.jpg differ
diff --git a/pcb/changelog.txt b/pcb/changelog.txt
new file mode 100644
index 0000000..2d80b04
--- /dev/null
+++ b/pcb/changelog.txt
@@ -0,0 +1,2 @@
+V1.1:
+- added silkscreen: ATMega161, ATmegaX3, AT90S1200, AT90S4414